StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 02-24-2009, 04:54 PM
John Flynn's Avatar
John Flynn John Flynn is offline
Registered User
Pro Plus Member
 
Join Date: Oct 2008
Location: Sherman, TX
Posts: 2,021
Default Re: hide uncategorized in subnav bar

Go into your home.php file and find your subnav div. Add this to it: "&exclude=1" like this:

Code:
<div id="subnavbar">

	<ul id="subnav">
		<?php wp_list_categories('orderby=name&title_li=&depth=4'&exclude=1); ?>
	[/list]	
</div>
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Hide Posts: Password Protect/Category Hide/No Feed beoleary General Discussion 5 11-12-2009 07:40 AM
How to remove or hide "uncategorized" lin in the sub-men bar astrojam General Discussion 8 03-01-2009 06:39 AM
uncategorized on subnav bar wparlaman General Discussion 3 12-11-2008 10:46 AM
how do I remove the word "uncategorized" in the subnav andyh General Discussion 3 11-09-2008 11:49 AM


All times are GMT -5. The time now is 01:54 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.