“Uncategorized Posts” always shows zero count…
-
I want the “Uncategorized posts” link to display in a different font, so I’m calling wp_list_cats twice, the second time excluding everything except the “Uncategorized Posts”. When I do this, though, the count is always zero. Any ideas why? Is there some pointer I have to manually rewind or something? Here’s my code:
- Post Categories:
-
<?php wp_list_cats('sort_column=name&optioncount=1&hierarchical=1&hide_empty=0&exclude=1, 3'); ?>
-
<div class="faint">
<?php wp_list_cats('optioncount=1&hide_empty=0&exclude=2,3,4,5,6,7,8,9,10,11,12,13,14,15'); ?>
</div>
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘“Uncategorized Posts” always shows zero count…’ is closed to new replies.