For example:
In the client site I have 5 page 1) Home 2) product 3) Services 4) Contact us 5) Blog
Only from the blog page I want to remove 2) product and 3) Services but not from other pages.
Is there any Plugin to do this?
For example:
In the client site I have 5 page 1) Home 2) product 3) Services 4) Contact us 5) Blog
Only from the blog page I want to remove 2) product and 3) Services but not from other pages.
Is there any Plugin to do this?
You must be logged in to post a comment.
You can register multiple menus, and display one of them depending on the context.
Then in your theme, you select the menu you want:
It depends on how your page links are added. Are they listed through wp_list_pages()? Manually?
Regardless of how you’ve done it, you will be able to exclude particular page links on certain pages by using conditional tags.
For example: