Description
This plugin adds a tag cloud of the most used tags by the blog author(s).
Contact
Suggestions, bugs, hugs and love can be donated at the following locations.
Installation
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 :).
FAQ
No questions Yet
Contributors & Developers
“Populair Tags” is open source software. The following people have contributed to this plugin.
Translate “Populair Tags” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.