[Support request] Different frontpage nav menu

Home Forums Support [Support request] Different frontpage nav menu

Home Forums Support Different frontpage nav menu

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #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,

    #390281
    Leo
    Staff
    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.