This repository has been archived on 2019-06-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
io-theme-2019/tag.php
2019-06-09 16:44:48 +02:00

20 lines
343 B
PHP
Executable File

<?php get_header(); ?>
<main role="main">
<!-- section -->
<section>
<h1><?php _e( 'Tag Archive: ', 'iotheme' ); echo single_tag_title('', false); ?></h1>
<?php get_template_part('loop'); ?>
<?php get_template_part('pagination'); ?>
</section>
<!-- /section -->
</main>
<?php get_sidebar(); ?>
<?php get_footer(); ?>