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

20 lines
283 B
PHP

<?php get_header(); ?>
<!-- section -->
<section>
<h1><?php _e( 'Categories for ', 'dis2019' ); single_cat_title(); ?></h1>
<?php get_template_part('loop'); ?>
<?php get_template_part('pagination'); ?>
</section>
<!-- /section -->
<?php get_footer(); ?>