20 lines
283 B
PHP
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(); ?>
|