This plugin adds a tag cloud of the most used tags by the blog author(s).
Installation of Twitme is to easy
Upload the directory populair-tags to the /wp-content/plugins/ directory. Then open the file "sidebar.php" in the theme that you are
currently using and add this code.
<!-- Populair tags -->
<?php
if (function_exists ('show_populair_tags'))
{
?><h2>Populair tags</h2><?
show_populair_tags();
}
?>
<!- End of Populair tags -->
After you have done that you can activate the plugin through the 'Plugins' menu in WordPress.
And your done :).
Requires: 2.5.1 or higher
Compatible up to: 2.6.2
Last Updated: 2008-10-4
Downloads: 856
Got something to say? Need help?