I am using partnerprogramm theme. How do I remove the home page tab? It's not in my pages. I do have this site setup as a static page.
I am using partnerprogramm theme. How do I remove the home page tab? It's not in my pages. I do have this site setup as a static page.
With the help of the Template Hierarchy article, determine what Template is displaying your Pages (probably header.php), then look for Home being hardcoded.
Also note that the template tag, wp_page_menu(), has a feature to display 'Home' so you might need to look for that code and use the show_home=false argument.
This topic has been closed to new replies.