Quote:
Originally Posted by ronnie
Also does any one know how to call up WP categories but only those that have current posts? The code I use now brings up all categories whether they have posts or not.
|
Here's the code your looking for:
Code:
<?php wp_list_cats('sort_column=name&optioncount=1&hierarchical=1'); ?>
As far as your tag problem, you know that limits can be set both in the tag admin and in the code itself as to how many get displayed....dont you?
As far as your other widget problems...I know you keep telling me how easy widgets are but I still do things the old fashioned way and hardcode my sidebars.