I have a archives.php template linked to one of my page.
I have this tag '<?php wp_list_cats(); ?>' to display the subjects of my blog entries.
My problem is: WordPress is not displaying my subcategories! What gives?
I have a archives.php template linked to one of my page.
I have this tag '<?php wp_list_cats(); ?>' to display the subjects of my blog entries.
My problem is: WordPress is not displaying my subcategories! What gives?
You can add arguments to that call to add your subcats. See http://codex.wordpress.org/Template_Tags/wp_list_cats for your options.
I thought the documentation says <?php wp_list_cats(); ?> by default displays the children categories?
Good point, that's what the codex article says. But just for grins, have you tried explicitly setting it?
These categories do have posts against, right?
This topic has been closed to new replies.