Site logo

Archived topic

Different frontpage nav menu

1 reply · Started by Jose on September 22, 2017

Viewing posts 1–2 of 2

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,

This archived topic is closed to new replies.