You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

19 lines
340 B

<?php get_header(); ?>
<main role="main" aria-label="Content">
<!-- section -->
<section>
<h1><?php esc_html_e( 'Archives', 'html5blank' ); ?></h1>
<?php get_template_part( 'loop' ); ?>
<?php get_template_part( 'pagination' ); ?>
</section>
<!-- /section -->
</main>
<?php get_sidebar(); ?>
<?php get_footer(); ?>