Hi,
This plugin creates dropdown list of tags. It can work an alternative option to the tag cloud. It provides options to specify dropdown label and trim long tag names to fit theme constraints.
It can also exclude tags based on tag slugs. In order to call this plugin function dirct into your blog post or non widget supported theme, use this code:
<?php
if(function_exists(‘makeTagDropdown’)) {echo makeTagDropdown(‘x’);}
?>
Note: X represents the maximum tag length.
Requires WordPress Version: 2.3 or higher
Thanks,
Shane G.
Popularity: 1%














