header.php modification
Change to header.php to remove redundant Home link in top menu. Now only lists pages.
<div id=”hmenu”>
<ul>
<!– tw commented <li class=”hmenu1″><a href=”<?php echo get_settings(’home’); ?>”><?php _e(’Home’) ?></a></li>–>
<?php wp_list_pages(’title_li=&depth=1′) ?>
</ul>
</div>
Leave a comment
You must be logged in to post a comment.