Browse Source

Updated index.php

main
Kenneth John Odle 3 years ago
parent
commit
02bc352eb4
  1. 6
      index.php

6
index.php

@ -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…
Cancel
Save