category and page to loop
This commit is contained in:
parent
ea7405c9bc
commit
3edca1aec5
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue