move category template to use the archive template

This commit is contained in:
Fabiano Alencar 2018-04-03 13:50:28 -03:00
parent 05d64c9a5d
commit 3314a5058f
1 changed files with 0 additions and 18 deletions

View File

@ -1,18 +0,0 @@
<?php get_header(); ?>
<div class="row">
<div class="col-sm">
<div id="content" role="main">
<header class="mb-4 border-bottom">
<h1>
<?php _e('Category: ', 'tainacan-theme'); echo single_cat_title(); ?>
</h1>
</header>
<?php get_template_part('template-parts/loop'); ?>
</div><!-- /#content -->
</div>
<?php get_sidebar(); ?>
</div><!-- /.row -->
<?php get_footer(); ?>