dvadf
File manager - Edit - /home/centroca/public_html/template-parts.zip
Back
PK �P0]8���a a content-none.phpnu �[��� <?php /** * Template part for displaying a message that posts cannot be found. * * @link https://codex.wordpress.org/Template_Hierarchy * * @package Astra * @since 1.0.0 */ ?> <section class="no-results not-found"> <div class="page-content"> <?php if ( is_home() && current_user_can( 'publish_posts' ) ) : ?> <p> <?php printf( wp_kses( /* translators: 1: link to new post */ __( 'Ready to publish your first post? <a href="%1$s">Get started here</a>.', 'astra' ), array( 'a' => array( 'href' => array(), ), ) ), esc_url( admin_url( 'post-new.php' ) ) ); ?> </p> <?php elseif ( is_search() ) : ?> <p><?php echo esc_html( astra_default_strings( 'string-search-nothing-found-message', false ) ); ?></p> <?php get_search_form(); ?> <?php else : ?> <p><?php echo esc_html( astra_default_strings( 'string-content-nothing-found-message', false ) ); ?></p> <?php get_search_form(); ?> <?php endif; ?> </div><!-- .page-content --> </section><!-- .no-results --> PK �P0]L=j�x x 404/index.phpnu �[��� <?php /** * Index file * * @package Astra * @since Astra 1.0.0 */ /* Silence is golden, and we agree. */ PK �P0]�)LL� � 404/404-layout.phpnu �[��� <?php /** * Template for 404 * * @package Astra * @author Astra * @copyright Copyright (c) 2020, Astra * @link https://wpastra.com/ * @since Astra 1.0.0 */ ?> <div class="ast-404-layout-1"> <?php astra_the_title( '<header class="page-header"><h1 class="page-title">', '</h1></header><!-- .page-header -->' ); ?> <div class="page-content"> <div class="page-sub-title"> <?php echo esc_html( astra_default_strings( 'string-404-sub-title', false ) ); ?> </div> <div class="ast-404-search"> <?php the_widget( 'WP_Widget_Search' ); ?> </div> </div><!-- .page-content --> </div> PK �P0]}D�& & content-blog.phpnu �[��� <?php /** * Template part for displaying posts. * * @link https://codex.wordpress.org/Template_Hierarchy * * @package Astra * @since 1.0.0 */ ?> <?php astra_entry_before(); ?> <article <?php echo astra_attr( 'article-blog', array( 'id' => 'post-' . get_the_id(), 'class' => join( ' ', get_post_class() ), ) ); ?> > <?php astra_entry_top(); ?> <?php astra_entry_content_blog(); ?> <?php astra_entry_bottom(); ?> </article><!-- #post-## --> <?php astra_entry_after(); ?> PK �P0]�T� � content.phpnu �[��� <?php /** * Template part for displaying posts. * * @link https://codex.wordpress.org/Template_Hierarchy * * @package Astra * @since 1.0.0 */ ?> <?php astra_entry_before(); ?> <article <?php echo astra_attr( 'article-content', array( 'id' => 'post-' . get_the_id(), 'class' => join( ' ', get_post_class() ), ) ); ?> > <?php astra_entry_top(); ?> <header class="entry-header <?php astra_entry_header_class(); ?>"> <?php astra_the_title( sprintf( '<h2 class="entry-title" ' . astra_attr( 'article-title-content', array( 'class' => '', ) ) . '><a href="%s" rel="bookmark">', esc_url( get_permalink() ) ), '</a></h2>' ); ?> </header><!-- .entry-header --> <div class="entry-content clear" <?php echo astra_attr( 'article-entry-content', array( 'class' => '', ) ); ?> > <?php astra_entry_content_before(); ?> <?php the_content( sprintf( wp_kses( /* translators: %s: Name of current post. */ __( 'Continue reading %s', 'astra' ) . ' <span class="meta-nav">→</span>', array( 'span' => array( 'class' => array(), ), ) ), the_title( '<span class="screen-reader-text">"', '"</span>', false ) ) ); ?> <?php astra_entry_content_after(); ?> <?php wp_link_pages( array( 'before' => '<div class="page-links">' . esc_html( astra_default_strings( 'string-single-page-links-before', false ) ), 'after' => '</div>', 'link_before' => '<span class="page-link">', 'link_after' => '</span>', ) ); ?> </div><!-- .entry-content .clear --> <footer class="entry-footer"> <?php astra_entry_footer(); ?> </footer><!-- .entry-footer --> <?php astra_entry_bottom(); ?> </article><!-- #post-## --> <?php astra_entry_after(); ?> PK �P0]���+ + content-page.phpnu �[��� <?php /** * Template part for displaying page content in page.php. * * @link https://codex.wordpress.org/Template_Hierarchy * * @package Astra * @since 1.0.0 */ ?> <?php astra_entry_before(); ?> <article <?php echo astra_attr( 'article-page', array( 'id' => 'post-' . get_the_id(), 'class' => join( ' ', get_post_class() ), ) ); ?> > <?php astra_entry_top(); ?> <header class="entry-header <?php astra_entry_header_class(); ?>"> <?php astra_get_post_thumbnail(); ?> <?php astra_the_title( '<h1 class="entry-title" ' . astra_attr( 'article-title-content-page', array( 'class' => '', ) ) . '>', '</h1>' ); ?> </header><!-- .entry-header --> <div class="entry-content clear" <?php echo astra_attr( 'article-entry-content-page', array( 'class' => '', ) ); ?> > <?php astra_entry_content_before(); ?> <?php the_content(); ?> <?php astra_entry_content_after(); ?> <?php wp_link_pages( array( 'before' => '<div class="page-links">' . esc_html( astra_default_strings( 'string-single-page-links-before', false ) ), 'after' => '</div>', 'link_before' => '<span class="page-link">', 'link_after' => '</span>', ) ); ?> </div><!-- .entry-content .clear --> <?php astra_edit_post_link( sprintf( /* translators: %s: Name of current post */ esc_html__( 'Edit %s', 'astra' ), the_title( '<span class="screen-reader-text">"', '"</span>', false ) ), '<footer class="entry-footer"><span class="edit-link">', '</span></footer><!-- .entry-footer -->' ); ?> <?php astra_entry_bottom(); ?> </article><!-- #post-## --> <?php astra_entry_after(); ?> PK �P0]צؽ single/single-layout.phpnu �[��� <?php /** * Template for Single post * * @package Astra * @author Astra * @copyright Copyright (c) 2020, Astra * @link https://wpastra.com/ * @since Astra 1.0.0 */ ?> <div <?php astra_blog_layout_class( 'single-layout-1' ); ?>> <?php astra_single_header_before(); ?> <header class="entry-header <?php astra_entry_header_class(); ?>"> <?php astra_single_header_top(); ?> <?php astra_blog_post_thumbnail_and_title_order(); ?> <?php astra_single_header_bottom(); ?> </header><!-- .entry-header --> <?php astra_single_header_after(); ?> <div class="entry-content clear" <?php echo astra_attr( 'article-entry-content-single-layout', array( 'class' => '', ) ); ?> > <?php astra_entry_content_before(); ?> <?php the_content(); ?> <?php astra_edit_post_link( sprintf( /* translators: %s: Name of current post */ esc_html__( 'Edit %s', 'astra' ), the_title( '<span class="screen-reader-text">"', '"</span>', false ) ), '<span class="edit-link">', '</span>' ); ?> <?php astra_entry_content_after(); ?> <?php wp_link_pages( array( 'before' => '<div class="page-links">' . esc_html( astra_default_strings( 'string-single-page-links-before', false ) ), 'after' => '</div>', 'link_before' => '<span class="page-link">', 'link_after' => '</span>', ) ); ?> </div><!-- .entry-content .clear --> </div> PK �P0]L=j�x x single/index.phpnu �[��� <?php /** * Index file * * @package Astra * @since Astra 1.0.0 */ /* Silence is golden, and we agree. */ PK �P0]_al1 1 content-single.phpnu �[��� <?php /** * Template part for displaying single posts. * * @link https://codex.wordpress.org/Template_Hierarchy * * @package Astra * @since 1.0.0 */ ?> <?php astra_entry_before(); ?> <article <?php echo astra_attr( 'article-single', array( 'id' => 'post-' . get_the_id(), 'class' => join( ' ', get_post_class() ), ) ); ?> > <?php astra_entry_top(); ?> <?php astra_entry_content_single(); ?> <?php astra_entry_bottom(); ?> </article><!-- #post-## --> <?php astra_entry_after(); ?> PK �P0]L=j�x x footer/index.phpnu �[��� <?php /** * Index file * * @package Astra * @since Astra 1.0.0 */ /* Silence is golden, and we agree. */ PK �P0]��Ǜ � footer/footer-sml-layout.phpnu �[��� <?php /** * Template for Small Footer Layout 1 * * @package Astra * @author Astra * @copyright Copyright (c) 2020, Astra * @link https://wpastra.com/ * @since Astra 1.0.0 */ $section_1 = astra_get_small_footer( 'footer-sml-section-1' ); $section_2 = astra_get_small_footer( 'footer-sml-section-2' ); ?> <div class="ast-small-footer footer-sml-layout-1"> <div class="ast-footer-overlay"> <div class="ast-container"> <div class="ast-small-footer-wrap" > <?php if ( $section_1 ) : ?> <div class="ast-small-footer-section ast-small-footer-section-1" > <?php echo $section_1; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?> </div> <?php endif; ?> <?php if ( $section_2 ) : ?> <div class="ast-small-footer-section ast-small-footer-section-2" > <?php echo $section_2; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?> </div> <?php endif; ?> </div><!-- .ast-row .ast-small-footer-wrap --> </div><!-- .ast-container --> </div><!-- .ast-footer-overlay --> </div><!-- .ast-small-footer--> PK �P0]�v-l� � footer/footer-sml-layout-2.phpnu �[��� <?php /** * Template for Small Footer Layout 2 * * @package Astra * @author Astra * @copyright Copyright (c) 2020, Astra * @link https://wpastra.com/ * @since Astra 1.0.0 */ $section_1 = astra_get_small_footer( 'footer-sml-section-1' ); $section_2 = astra_get_small_footer( 'footer-sml-section-2' ); $sections = 0; if ( '' != $section_1 ) { $sections++; } if ( '' != $section_2 ) { $sections++; } switch ( $sections ) { case '2': $section_class = 'ast-small-footer-section-equally ast-col-md-6 ast-col-xs-12'; break; case '1': default: $section_class = 'ast-small-footer-section-equally ast-col-xs-12'; break; } ?> <div class="ast-small-footer footer-sml-layout-2"> <div class="ast-footer-overlay"> <div class="ast-container"> <div class="ast-small-footer-wrap" > <div class="ast-row ast-flex"> <?php if ( $section_1 ) : ?> <div class="ast-small-footer-section ast-small-footer-section-1 <?php echo esc_attr( $section_class ); ?>" > <?php echo $section_1; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?> </div> <?php endif; ?> <?php if ( $section_2 ) : ?> <div class="ast-small-footer-section ast-small-footer-section-2 <?php echo esc_attr( $section_class ); ?>" > <?php echo $section_2; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?> </div> <?php endif; ?> </div> <!-- .ast-row.ast-flex --> </div><!-- .ast-small-footer-wrap --> </div><!-- .ast-container --> </div><!-- .ast-footer-overlay --> </div><!-- .ast-small-footer--> PK �P0]L=j�x x index.phpnu �[��� <?php /** * Index file * * @package Astra * @since Astra 1.0.0 */ /* Silence is golden, and we agree. */ PK �P0]L=j�x x blog/index.phpnu �[��� <?php /** * Index file * * @package Astra * @since Astra 1.0.0 */ /* Silence is golden, and we agree. */ PK �P0]n��yH H blog/blog-layout.phpnu �[��� <?php /** * Template for Blog * * @package Astra * @author Astra * @copyright Copyright (c) 2020, Astra * @link https://wpastra.com/ * @since Astra 1.0.0 */ ?> <div <?php astra_blog_layout_class( 'blog-layout-1' ); ?>> <div class="post-content ast-col-md-12"> <?php astra_blog_post_thumbnail_and_title_order(); ?> <div class="entry-content clear" <?php echo astra_attr( 'article-entry-content-blog-layout', array( 'class' => '', ) ); ?> > <?php astra_entry_content_before(); ?> <?php astra_the_excerpt(); ?> <?php astra_entry_content_after(); ?> <?php wp_link_pages( array( 'before' => '<div class="page-links">' . esc_html( astra_default_strings( 'string-blog-page-links-before', false ) ), 'after' => '</div>', 'link_before' => '<span class="page-link">', 'link_after' => '</span>', ) ); ?> </div><!-- .entry-content .clear --> </div><!-- .post-content --> </div> <!-- .blog-layout-1 --> PK �P0]��9 9 advanced-footer/layout-4.phpnu �[��� <?php /** * Footer Layout 4 * * @package Astra Addon * @since Astra 1.0.12 */ /** * Hide advanced footer markup if: * * - User is not logged in. [AND] * - All widgets are not active. */ if ( ! is_user_logged_in() ) { if ( ! is_active_sidebar( 'advanced-footer-widget-1' ) && ! is_active_sidebar( 'advanced-footer-widget-2' ) && ! is_active_sidebar( 'advanced-footer-widget-3' ) && ! is_active_sidebar( 'advanced-footer-widget-4' ) ) { return; } } $classes[] = 'footer-adv'; $classes[] = 'footer-adv-layout-4'; $classes = implode( ' ', $classes ); ?> <div class="<?php echo esc_attr( $classes ); ?>"> <div class="footer-adv-overlay"> <div class="ast-container"> <div class="ast-row"> <div class="ast-col-lg-3 ast-col-md-3 ast-col-sm-12 ast-col-xs-12 footer-adv-widget footer-adv-widget-1" <?php echo wp_kses_post( apply_filters( 'astra_sidebar_data_attrs', '', 'advanced-footer-widget-1' ) ); ?>> <?php astra_get_footer_widget( 'advanced-footer-widget-1' ); ?> </div> <div class="ast-col-lg-3 ast-col-md-3 ast-col-sm-12 ast-col-xs-12 footer-adv-widget footer-adv-widget-2" <?php echo wp_kses_post( apply_filters( 'astra_sidebar_data_attrs', '', 'advanced-footer-widget-2' ) ); ?>> <?php astra_get_footer_widget( 'advanced-footer-widget-2' ); ?> </div> <div class="ast-col-lg-3 ast-col-md-3 ast-col-sm-12 ast-col-xs-12 footer-adv-widget footer-adv-widget-3" <?php echo wp_kses_post( apply_filters( 'astra_sidebar_data_attrs', '', 'advanced-footer-widget-3' ) ); ?>> <?php astra_get_footer_widget( 'advanced-footer-widget-3' ); ?> </div> <div class="ast-col-lg-3 ast-col-md-3 ast-col-sm-12 ast-col-xs-12 footer-adv-widget footer-adv-widget-4" <?php echo wp_kses_post( apply_filters( 'astra_sidebar_data_attrs', '', 'advanced-footer-widget-4' ) ); ?>> <?php astra_get_footer_widget( 'advanced-footer-widget-4' ); ?> </div> </div><!-- .ast-row --> </div><!-- .ast-container --> </div><!-- .footer-adv-overlay--> </div><!-- .ast-theme-footer .footer-adv-layout-4 --> PK �P0]L=j�x x header/index.phpnu �[��� <?php /** * Index file * * @package Astra * @since Astra 1.0.0 */ /* Silence is golden, and we agree. */ PK �P0]��@=� � header/header-main-layout.phpnu �[��� <?php /** * Template for Primary Header * * The header layout 2 for Astra Theme. ( No of sections - 1 [ Section 1 limit - 3 ) * This is the template that displays all of the <head> section and everything up until <div id="content"> * * @see https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package Astra * @author Astra * @copyright Copyright (c) 2020, Astra * @link https://wpastra.com/ * @since Astra 1.0.0 */ ?> <div class="main-header-bar-wrap"> <div <?php echo astra_attr( 'main-header-bar' ); ?>> <?php astra_main_header_bar_top(); ?> <div class="ast-container"> <div class="ast-flex main-header-container"> <?php astra_masthead_content(); ?> </div><!-- Main Header Container --> </div><!-- ast-row --> <?php astra_main_header_bar_bottom(); ?> </div> <!-- Main Header Bar --> </div> <!-- Main Header Bar Wrap --> PK �P0]�O� � content-404.phpnu �[��� <?php /** * Template part for displaying a 404 page. * * @link https://codex.wordpress.org/Template_Hierarchy * * @package Astra * @since 1.2.7 */ ?> <?php astra_entry_before(); ?> <section class="error-404 not-found"> <?php astra_entry_top(); ?> <?php astra_entry_content_404_page(); ?> <?php astra_entry_bottom(); ?> </section><!-- .error-404 --> <?php astra_entry_after(); ?> PK �P0]8���a a content-none.phpnu �[��� PK �P0]L=j�x x � 404/index.phpnu �[��� PK �P0]�)LL� � V 404/404-layout.phpnu �[��� PK �P0]}D�& & ' content-blog.phpnu �[��� PK �P0]�T� � � content.phpnu �[��� PK �P0]���+ + � content-page.phpnu �[��� PK �P0]צؽ � single/single-layout.phpnu �[��� PK �P0]L=j�x x D single/index.phpnu �[��� PK �P0]_al1 1 � content-single.phpnu �[��� PK �P0]L=j�x x o# footer/index.phpnu �[��� PK �P0]��Ǜ � '$ footer/footer-sml-layout.phpnu �[��� PK �P0]�v-l� � ) footer/footer-sml-layout-2.phpnu �[��� PK �P0]L=j�x x �/ index.phpnu �[��� PK �P0]L=j�x x �0 blog/index.phpnu �[��� PK �P0]n��yH H f1 blog/blog-layout.phpnu �[��� PK �P0]��9 9 �5 advanced-footer/layout-4.phpnu �[��� PK �P0]L=j�x x w>