Hi, is there a way I can reduce the number of TAGS displayed in the combo box tag cloud?
Reduce number of tags in cloud
2 posts from 2 voices-
Posted 1 year ago #
-
Hey,
according to this page: http://codex.wordpress.org/Function_Reference/wp_tag_cloud it's possible to add a number parameter. Open up shoutbox\framework\php\class-framework-widgets.php and replace:
wp_tag_cloud('smallest=12&largest=12&unit=px');with:
wp_tag_cloud('smallest=12&largest=12&unit=px&number=45');You can use any value (i.e. 50 instead of 45).
Posted 1 year ago #
Reply
You must log in to post.














