Remove 'Home' From Menu
-
I’m creating my own WordPress theme, I’m using the basis of the default theme, I’ve run into a problem…
In the menu bar, the ‘Home’ item is fine on the homepage, but when it’s on a different page, post, etc… then it doesn’t seem I can customise it using the CSS.
So can I remove, replace or add menu items?
I’m using <?php wp_nav_menu(array(‘container_class’=>’menu-header’,’theme_location’=>’primary’)); ?> to load the menu, but I’m not able to assign custom IDs or classes to the ul or li items.
I thought maybe this page would be helpful, but can’t work out how.
https://codex.www.ads-software.com/Function_Reference/wp_nav_menu
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Remove 'Home' From Menu’ is closed to new replies.