How to get rid of default Home Page tab in menu?
-
Ok so I wanted a static page for my site as seen here: https://automata-theatre.netau.net/ and I made it through reading settings. The only problem I am having is that this template has a static “Home” page tab in the top menu. So I have two “home” tabs. I was wondering how I could change this. This template from what I can tell doesn’t have the code
wp_list_pages
in theheader.php
but instead has this code:<!-- begin top menu --> <div id="topMenu"> <?php if ( function_exists( 'wp_nav_menu' ) ){ wp_nav_menu( array( 'theme_location' => 'top-links', 'container_id' => 'topLinks', 'fallback_cb'=>'toplinks') ); }else{ toplinks(); }?> </div> <!-- end top menu -->
So what do I have to do, change, to get this issue worked out, please?
Thanks in advance!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘How to get rid of default Home Page tab in menu?’ is closed to new replies.