« Highlight author comments | Home | FlexContent Component »
Tag functions
By admin | November 30, 2007
Author: Brent Loertscher
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.
Installation
- Upload
btl_tag_functions.phpto the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Place
<?php btl_list_functions() ?>in your templates - Alternatively, a Tags widget will be available as a sidebar widget under Presentation -> Widgets.
Topics: Plugins |