Jump to content
Sign in to follow this  
altobelli

Eliminate Home global nav

Recommended Posts

altobelli

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×