Dec
11

Tag Dropdown Widget WordPress Plugin

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

More Details And Download

Thanks,

Shane G.

Popularity: 1%

Related posts:
  1. Shailan Dropdown Menu Widget WordPress Plugin Hi, This plugin will add a beautiful CSS for dropdown...
  2. How To Display Tags In DropDown Menu In WordPress Blog Hi, Tag Cloud may be not diosplay properly. In order...
  3. PHP Code Widget Plugin For WordPress Hi, This plugint allows to insert arbitrary Text and/or HTML...
  4. How To Add Widget Support To WordPress Theme? Hi, Many themez are not supporting widget. In order to...
  5. How To Make Categories Appear In DropDown Menu Hello All, In order to appear categories menu in drop...

Leave a Reply

You must be logged in to post a comment.