File: /home/kbdhpghp/atenaleaders.com.br/wp-content/themes/edu-press/archive.php
<?php
/**
* The template for displaying archive pages.
*
* @link https://codex.wordpress.org/Template_Hierarchy
*
*/
get_header();
/**
* thim_wrapper_loop_start hook
*
* @hooked thim_wrapper_loop_start - 1
* @hooked thim_wrapper_page_title - 5
* @hooked thim_wrapper_loop_start - 30
*/
do_action( 'thim_wrapper_loop_start' );
if ( have_posts() ) : ?>
<div class="blog-content row archive_switch">
<?php
/* Start the Loop */
while ( have_posts() ) : the_post();
get_template_part( 'templates/template-parts/content' );
endwhile;
?>
</div><!-- .blog-content.blog-list -->
<?php
thim_paging_nav();
else :
get_template_part( 'templates/template-parts/content', 'none' );
endif;
/**
* thim_wrapper_loop_end hook
*
* @hooked thim_wrapper_loop_end - 10
* @hooked thim_wrapper_div_close - 30
*/
do_action( 'thim_wrapper_loop_end' );
get_footer();