category and page to loop

This commit is contained in:
Fabiano Alencar 2018-03-16 13:11:34 -03:00
parent ea7405c9bc
commit 3edca1aec5
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
<?php _e('Category: ', 'tainacan-theme'); echo single_cat_title(); ?>
</h1>
</header>
<?php get_template_part('template-parts/index-loop'); ?>
<?php get_template_part('template-parts/loop'); ?>
</div><!-- /#content -->
</div>

View File

@ -3,7 +3,7 @@
<div class="col-sm">
<div id="content" role="main">
<?php get_template_part('template-parts/page-content'); ?>
<?php get_template_part('template-parts/loop'); ?>
</div><!-- /#content -->
</div>