TAGS LIMIT

Posted in: Newspaper
Post count: 80

Hi,
How can I set a specific number of tags? The list is far too big.

Post count: 6600

Hi,

The “tag cloud” widget comes with WordPress, you can try to control the tag number and other options like this:
First install this plugin which allows you to add php code into an text widget: http://wordpress.org/support/view/plugin-reviews/php-text-widget
Then go to http://codex.wordpress.org/Template_Tags/wp_tag_cloud and get this code:
<?php wp_tag_cloud( $args ); ?> and add it into an text box widget like this: http://screencast.com/t/8Stb1QyXa7us
You will get this result: http://screencast.com/t/JHgwk4UfgN

Hope this helps!
Thanks

Post count: 341

If Lucian’s method seems lengthy, here’s another way.
Find the category-template.php file, in wp-includes folder.

Change ‘number’ => 100, or ‘number’ => 20, or whatever number you want.
http://codex.wordpress.org/Function_Reference/wp_tag_cloud
Remember to do this again after core update.

Post count: 6600

Hi,

Thanks @Shashank Shekhar You could use which one you like and works for you.

Thanks for the message

Post count: 80

I use the Shashank Shekhar method because I want to maintain the same style.
Thanks to both.

Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.