#js&&****&……advanced-footer/layout-4.php 0000644 00000004221 15032132216 0011766 0 ustar 00
special-banner.php 0000644 00000004164 15032132216 0010140 0 ustar 00
'',
)
)
);
?>
>
'
' . esc_html( astra_default_strings( 'string-blog-page-links-before', false ) ),
'after' => '
',
'link_before' => '
',
'link_after' => '',
)
);
?>
blog/index.php 0000644 00000000157 15032132216 0007305 0 ustar 00
'',
)
)
);
?>
>
'
' . esc_html( astra_default_strings( 'string-single-page-links-before', false ) ),
'after' => '
',
'link_before' => '
',
'link_after' => '',
)
);
?>
single/single-layout.php 0000644 00000003000 15032132216 0011316 0 ustar 00
*
* @see https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package Astra
* @link https://wpastra.com/
* @since Astra 1.0.0
*/
?>
header/index.php 0000644 00000000157 15032132216 0007612 0 ustar 00
header/builder/desktop-builder-layout.php 0000644 00000003271 15032132216 0014541 0 ustar 00
header/builder/header-row.php 0000644 00000010345 15032132216 0012166 0 ustar 00 =' ) ) {
$astra_header_row = wp_parse_args( $args, array( 'row' => '' ) );
$astra_header_row = isset( $astra_header_row['row'] ) ? $astra_header_row['row'] : '';
}
if ( Astra_Builder_Helper::is_row_empty( $astra_header_row, 'header', 'desktop' ) ) {
$astra_customizer_editor_row = 'section-' . esc_attr( $astra_header_row ) . '-header-builder';
$astra_row_label = ( 'primary' === $astra_header_row ) ? 'main' : $astra_header_row;
?>
=' ) ) {
$astra_header_component_args = wp_parse_args(
$args,
array(
'type' => '',
'device' => '',
)
);
$astra_header_component_slug = isset( $astra_header_component_args['type'] ) ? $astra_header_component_args['type'] : '';
}
$astra_active_device = isset( $astra_header_component_args['device'] ) ? $astra_header_component_args['device'] : '';
switch ( $astra_header_component_slug ) {
case 'logo':
?>
header/builder/mobile-header-row.php 0000644 00000007517 15032132216 0013442 0 ustar 00 =' ) ) {
$astra_row = wp_parse_args( $args, array( 'row' => '' ) );
$astra_row = isset( $astra_row['row'] ) ? $astra_row['row'] : '';
}
if ( Astra_Builder_Helper::is_row_empty( $astra_row, 'header', 'mobile' ) ) {
$astra_customizer_editor_row = 'section-' . esc_attr( $astra_row ) . '-header-builder';
$astra_is_transparent_header_enable = astra_get_option( 'transparent-header-enable' );
if ( 'primary' === $astra_row && $astra_is_transparent_header_enable ) {
$astra_customizer_editor_row = 'section-transparent-header';
}
$astra_row_label = ( 'primary' === $astra_row ) ? 'main' : $astra_row;
?>