Tag Functions

This plugin adds a template function and sidebar widget that produces a tag list similar to the category list.

Author:Brent Loertscher (profile at wordpress.org)
WordPress version required:2.3-alpha
WordPress version tested:2.3-alpha
Plugin version:1.5
Added to WordPress repository:11-05-2007
Last updated:13-06-2007
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://wordpress.org/extend/plugins/tag-funct...
Total downloads:4 521
Active installs:100+
plugin download
Click to start download

WordPress 2.3alpha now includes native tagging abilities. However, there are no functions to list all available tags analagous to wp_list_categories(). This plugin's purpose is to add those functions. They are essentially a copy of category templates modified for tags. This plugin also adds a sidebar widget making it easy to add a tag list to a widget-enabled theme.

Once this plugin is enabled, the template function btl_list_categories() will be available. The function will take the same parameters as wp_list_categories().

This plugin has been updated for use with the new tag hierarchy.