wp_blog/wp-content/themes/nuzi/category.php
2020-01-02 23:15:16 +07:00

12 lines
255 B
PHP

<?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();?>