• I have this piece of code to display a tag cloud which is great but it doesn’t stop and it’s getting rather large. How would i limit it to only 50 for example?

    Thanks

    <?php if ( function_exists('wp_tag_cloud') ) : ?>
      <?php wp_tag_cloud('smallest=8&largest=22&order=RAND'); ?>
      <?php endif; ?>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to limit Tag Cloud to certain number?’ is closed to new replies.