first commit
This commit is contained in:
17
wp-content/themes/nuzi/author.php
Normal file
17
wp-content/themes/nuzi/author.php
Normal file
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
get_header();
|
||||
?>
|
||||
<div class="span8">
|
||||
<section class="content">
|
||||
<?php
|
||||
get_template_part("loop");
|
||||
?>
|
||||
</section>
|
||||
</div>
|
||||
<?php
|
||||
get_template_part("sidebar");
|
||||
?>
|
||||
|
||||
<?php
|
||||
get_footer();
|
||||
?>
|
Reference in New Issue
Block a user