/Extended Tags Wordpress Plugin
Extended Tags is a very basic post tagging plugin for Wordpress. It is designed to be used alongside a fully-featured tagging system (like Ultimate Tag Warrior) to supply additional (possibly hidden) metadata for posts. This allows you to keep your basic tag taxonomy simple (web, design) and include more specific metadata (dreamweaver mx, ie margin bug) in the extended tags.
Download Current Version - v0.2
Click here to download the current version of Extended Tags.
Compatibility
Extended Tags has only been tested with Wordpress 2+. Versions like 1.5.X will probably work too, but there are no guarantees.
Installation Instructions
To install and use Extended Tags, just follow these easy steps:
- Upload the extendedtags folder to your Wordpress plugins directory.
- Activate the plugin from your admin interface. The plugin will automatically create its own database table.
- Wherever you want to display your tags in your theme, just use code like this:
if (extendedTags_currentPostHasTags()) { <p><strong>Extended Tags: extendedTags_tagsForCurrentPost(); }
Changelog
- v0.2 - Initial public release.
Questions/Comments/Suggestions?
Shoot me an email.