Remove "no categories"
Hey,
So Ive been looking around for an answer and trying various things out but cant figure out how to remove the text "no categories" on my main page. Im trying to remove "no categories both on the main page and in the category roll over drop down.
I have edited the theme-functions.php where is says "uncomment the line bellow to not display no categories"....but it is still there after doing this.
Ive tried taking out the name In the same function It says to uncomment and still no changes. The specific lines ive been playing with is this:
PHP Code:
// if you want to strip out the no categories text, just uncomment the line below
// $subcats = str_replace('<li>No categories</li>', '', $subcats);
my url is
BookStoresSuck.com
It is my understanding that where it says no category that is where subcategories would be. However I dont have and not planning to have sub categories. so if I could turn it off somehow so it does not show up on either the main page or the roll over drop down that would be perfect.
Thanks a lot for your help in advanced!
Last edited by dkbss; March 30th, 2011 at 12:38 PM.
Reason: typo