Create archive to loop category, tags and archives
This commit is contained in:
parent
96d1ff3d5d
commit
05d64c9a5d
|
@ -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(); ?>
|
Loading…
Reference in New Issue