Site logo

Archived topic

Change secondary meny on specific page

4 replies · Started by Laurent on September 2, 2018

Viewing posts 1–5 of 5

Hi,

I would like to change the secondary nav menu on specific pages.

I have Secondary Menu - "Menu 1" which is displayed on page 1,2,3. And I would like to display "Secondary Menu - "Menu 2" on page 4,5,6.

Is there a way to do that with GP hooks or something ?

Thanks a lot

I found this hook :

add_action( 'generate_inside_secondary_navigation','generate_insert_into_secondary_nav' );
function generate_insert_into_secondary_nav()
{ ?>

My html here

<?php }

Is that it ?

Thanks a lot !

You're welcome

This archived topic is closed to new replies.