Limit Tag Cloud in WordPress Blog

Do you want set Tag Cloud limit on your wordpress blog? It is enabling help to control page rank flow. In order to limit the Tag Cloud on your wordpress blog, you have to edit the core file of the wordpress.

First, you have to download this file ‘yourdomain.com/wp-includes/category-template.php’ to your local machine using ftp
Then, you can find this code:

1
2
3
4
Function wp_tag_cloud( $args = " ) {
 
$defaults = array(
'smallest' => 8, 'largest' => 12, 'unit' => 'pt', 'number' => 45,
Function wp_tag_cloud( $args = " ) {

$defaults = array(
'smallest' => 8, 'largest' => 12, 'unit' => 'pt', 'number' => 45,

Now, you can change the 45 value to equal the desired number of tag cloud.
Next, save it and upload the file again on the server via ftp.

You must do it every update of your wordpress version.

Related Posts:

  • Create Twitter Button with Counter in WP
    As seen on the title, we will discuss how to create a twitter button to your web. Twitter button is different from the kind of tweetmeme or retweet button because it is the official twitter button....
  • WordPress Breadcrumbs Without Plugin (advanced and easy method)
    Breadcrumbs is an important element of a web site navigation and WordPress doesn't have a default way of creating breadcrumbs. You have to include the Breadcrumbs on your own themes, either by adding ...
  • Add Expires Headers to WordPress
    This article have explained how you can add expiry header to your image, javascript and css files to speed up your site when loading.Adding expires headers do not affect the site load time for a f...
  • 3 Big Steps Wordpress Optimization
    Here you have general rules but I think that this guide will be very useful specially for HostGator users. If your WordPress is not correctly configured you'll need a lot of GPUs for few thousands of ...
  • 10+ Best Wordpress Plugins for Google Adsense
    Listed below are 10 best Adsense plugins which help you work smarter with wordpress.* Adsense Deluxe - offers advanced options for managing the automatic insertion of Google AdSense or Yahoo Publi...

Tags: , , , , ,

07.Sep.10 Wordpress


You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.

Leave a Comment

:)