How To: Hiding Your Sub-Categories in WordPress
I recently got an e-mail from a reader wanting to know how to hide their sub-categories in WordPress. If you use WordPress 2.1 or newer, this is actually really easy to do.
All you need to do is open your stylesheet and add the following anywhere:
.children {
display:none;
}
You can also style the children accordingly this way if you’d like!

















