Create archive to loop category, tags and archives

This commit is contained in:
Fabiano Alencar 2018-04-03 13:50:09 -03:00
parent 96d1ff3d5d
commit 05d64c9a5d
1 changed files with 10 additions and 0 deletions

10
src/archive.php Normal file
View File

@ -0,0 +1,10 @@
<?php get_header(); ?>
<div class="row">
<div class="col-sm">
<div id="content" role="main">
<?php get_template_part('template-parts/loop'); ?>
</div><!-- /#content -->
</div>
<?php get_sidebar(); ?>
</div><!-- /.row -->
<?php get_footer(); ?>