altobelli 0 Report post Posted August 14, 2010 When I look at the iBlog demo site I see there that there is no "Home" page displayed in the global nav. How do I eliminate "hide" the home nav button in my global nav? Mind you, like the demo site, I want the home icon hot. `<div id="nav" class="fix"> <ul class="fix homebutton"> <li class="page_item navfirst"> /" title="<?php _e('Home',TDOMAIN);?>" style="background-image: url('<?php e_pagelines('nav_home_image', THEME_IMAGES.'/home-icon-trans.png');?>');"> <?php _e('Home',TDOMAIN);?> Music <?php if(function_exists( 'wp_nav_menu' )):?> <?php wp_nav_menu( array('theme_location'=>'primary', 'menu_class' => 'mnav dropdown fix', 'container' => null, 'container_class' => '', 'depth' => 3 ) ); ?> <?php else:?> <ul class="fix main_nav dropdown">' Share this post Link to post Share on other sites