Hi I like the tag cloud widget but I've read the codex and can't understand how and where the styling code lives. Basically I just want to reduce the width or size of font or both to fit my side bar.
Anyone help?
D
Hi I like the tag cloud widget but I've read the codex and can't understand how and where the styling code lives. Basically I just want to reduce the width or size of font or both to fit my side bar.
Anyone help?
D
:) Me too D - need some help with this as well. I suspect my problem is an outdated template, but any help with where this code lives in 2.5.1 would be appreciated!
How did you guys go fixing this issue?
I never got it done - took the widget out in the end
To change the font sizes, edit wp-includes/widgets.php using information found at:
basically, you want this:
wp_tag_cloud('smallest=8&largest=22');
substituting the sizes you want.
This topic has been closed to new replies.