I made a child category and I dont see it The blog is indie in review dot com check the whole site out and tell me how I make this subcategogy visible. Even if I have to hard code it.
The categories will only appear once there is a post assigned to those categories, parent or child or father or mother or cousin doesn't really matter... lol... So post away!
I presume you mean when listing categories... For this, you just have to set the 'depth' argument to 2 (or more): wp_list_categories('depth=2'); Code (markup): The default depth is 0 (meaning there is no limit) but on your theme it may have been set to 1.