Updated index.php

This commit is contained in:
Kenneth John Odle 2021-08-01 13:56:34 -04:00
parent 1cd6409ae7
commit 02bc352eb4

View File

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