Home › Forums › Support › Different frontpage nav menu This topic has 1 reply, 2 voices, and was last updated 6 years, 2 months ago by Leo. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts September 22, 2017 at 2:04 pm #390243 Jose Hi, Is it possible to implement the code below? <?php if ( is_front_page() ) { wp_nav_menu( array( ‘menu’ => ‘Front Page Menu’ ) ); } else { wp_nav_menu( array( ‘theme_location’ => ‘primary’ ) ); } ?> Thanks, September 22, 2017 at 4:33 pm #390281 LeoStaff Customer Support Hi there, Not sure what you mean? What are you looking to do? Is it something like this? https://docs.generatepress.com/article/navigation-location/#generate_navigation_location Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In