Welcome! To use this support forum, please Login or Join Today!
You are here → Home :: Forum Home :: WordPress Themes Support :: Breeze WordPress Theme :: Thread
How to rename “Home” in top menu in Breeze
My site URL is: Hello I need help to do some modification in Breeze.
I have two questions:
1. I need to rename “Home” in the top menu of my pages. (see: http://dessinmah.com/mahwebsite/services)
2. I want to remove “No categories” from the main menu.
Thank you.
Marc
Hi Marc,
It sounds like you just need to set up the menus in the theme.
This is done from Appearance → Menus.
More info can be found here:
http://www.simplethemes.com/tutorials/help/nav-setup
And here is some more specific settings the Breeze theme offers in terms of menu customization.
http://demos.simplethemes.com/breeze/menu-setup
Is there a file to edit which will strip out the list of Categories from the automatically generated navigation menu, without having to create a menu manually?
Which category menu are you referring to?
Can you share a link or a screenshot?
Sure, it’s the Breeze theme… see http://goo.gl/ttGS5
Unfortunately there is not a way to do this from the UI.
If you choose not to manage your menus from the WP3 menu manager, it falls back to the old WP2 style (which is not configurable via the UI). If you don’t want to use the menu manager, you can add an exclude parameter the function st_navbar_fallback() in /lib/functions/theme_functions.php.
Great, thanks - not everything can be squeezed into a UI!
I commented out line 87 of /lib/functions/theme_functions.php and that’s taken away the category list.
wp_list_categories($topmenucats);
That works too