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

17 lines
198 B
PHP
Raw Normal View History

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