Quote:
Originally Posted by walrus
Here's the code your looking for:
Code:
<?php wp_list_cats('sort_column=name&optioncount=1&hierarchical=1'); ?>
|
Thats the code, actually I think I used that before, but it showed the count, which I didn't want, but changing the count to 0 fixes that..

Thank you!
Quote:
Originally Posted by walrus
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.
|
I can't seem to find any settings for the tags. Only thing that I know of is I can set the title in the tag cloud widget itself. I am using the WP default tag cloud widget. Haven't checked the code. Will do.
Guess this is a good example that widgets don't always do the job, compared to hard coding. Maybe I am too into the coolness of widgets...

Though I do like how I can more code around, or in and out of my blog very quickly.