wp_blog/wp-content/themes/nuzi/category.php

12 lines
255 B
PHP
Raw Permalink Normal View History

2020-01-02 23:15:16 +07:00
<?php get_header();?>
<div class="row">
<div class="span9">
<section class="content">
<?php get_template_part("loop");?>
</section>
</div>
<?php get_template_part("sidebar");?>
</div>
<?php get_footer();?>