doofalot
Member
Posted 6 months ago #
Hi, just wondering if it's possible to change the parameters for the standard tag cloud that WP has. I can't find anywhere to fine tune it.
But I would ideally like to reduce its width and possibly increase the number of tags.
[moderated--bumps removed. Please refrain from bumping as per Forum Rules]
Assuming you mean the Tag Cloud Widget--consider downloading and installing Otto's PHP Code Widget.
Then put this in one of those widgets:
<?php wp_tag_cloud(); ?>
Of course, read wp_tag_cloud() to see all the parameters you can control
Please remember to support our plugin authors by clicking on the Donate button there.