Home tab appears twice
-
The “home” tab appears twice. The relevant code from the header seems to be:
<div id="menu"> <ul> <li class="<?php if ( is_home() ) { ?>current_page_item<?php } else { ?>page_item<?php } ?>"><a href="<?php echo get_settings('home'); ?>"><?php _e('Home'); ?></a></li> <?php wp_list_pages('sort_column=id&depth=1&title_li='); ?> </ul> </div>
Sorry, I can’t code, but would be grateful for a fix for this…
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Home tab appears twice’ is closed to new replies.