Archived topic
Different frontpage nav menu
1 reply · Started by Jose on September 22, 2017
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,
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