Updated index.php
This commit is contained in:
parent
1cd6409ae7
commit
02bc352eb4
@ -8,7 +8,7 @@
|
||||
* E.g., it puts together the home page when no home.php file exists.
|
||||
* Learn more: http://codex.wordpress.org/Template_Hierarchy
|
||||
*
|
||||
* @package Atticus Finch
|
||||
* @package Portage
|
||||
*/
|
||||
|
||||
get_header();
|
||||
@ -27,10 +27,10 @@ get_header();
|
||||
<?php endwhile; ?>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php atticus_finch_display_nav(); ?>
|
||||
<?php portage_display_nav(); ?>
|
||||
</div> <!-- end Content -->
|
||||
|
||||
<?php atticus_finch_post_top_link(); ?>
|
||||
<?php portage_post_top_link(); ?>
|
||||
|
||||
<?php get_sidebar(); ?>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user