• I am a theme developer but I am having no luck editing the tag cloud widget to look more like the rest of my theme. I read the documentation but since I am not hard coding the widget in it is useless. Any ideas on how to remedy this? (mainly the sizes of the tags)

Viewing 1 replies (of 1 total)
  • To change the font sizes, edit wp-includes/widgets.php using information found at:

    wp_tag_cloud

    basically, you want this:

    wp_tag_cloud('smallest=8&largest=22');

    substituting the sizes you want.

Viewing 1 replies (of 1 total)

The topic ‘Customizing Tag Cloud widget’ is closed to new replies.