When Modern Portfolio Pro is your site’s active theme Primary Nav does not appear by default on the site’s homepage/front page but does on inner pages.
To make the Primary nav appear on homepage, add the following in front-page.php before the closing genesis();:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
add_action( 'genesis_after_header', 'genesis_do_nav', 9 ); |