Files
dis-2019/tag.php
2019-06-04 19:35:01 +02:00

20 lines
295 B
PHP

<?php get_header(); ?>
<!-- section -->
<section>
<h1><?php _e( 'Tag Archive: ', 'dis2019' ); echo single_tag_title('', false); ?></h1>
<?php get_template_part('loop'); ?>
<?php get_template_part('pagination'); ?>
</section>
<!-- /section -->
<?php get_footer(); ?>