Custom Tags List

plugin banner

It allows to display highly customizable tags lists.

Author:Joan Junyent Tarrida (profile at wordpress.org)
WordPress version required:2.3
WordPress version tested:3.6
Plugin version:0.2.1
Added to WordPress repository:29-11-2007
Last updated:07-06-2013
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://www.junyent.org/blog/2006/05/20/around...
Total downloads:3 334
Active installs:10+
plugin download
Click to start download

[ Notas en castellano en la web ] [ Notes en català a la web ]

It allows to display highly customizable tags lists. You can create tags lists linking to anything you want (RSS feeds, twitter hashtags, wordpress.com tags, wikipedia terms, google searches, flickr tags...). Use your tags in a completely new way!

Usage

Place the desired function on your theme wherever you want your tag list to appear.

<?php the_tags_nice(', ' , ' and '); ?>

Shows a tags list like the regular one but in a nice way. Ex: apples, oranges, grapes and kiwis.

<?php the_tags_rss(', ' , ' and '); ?>

Shows a tags list with links to the rss feed.

<?php the_tags_external('http://wordpress.com/tag/' , 'Find related posts on WordPress.com', ' , ' and '); ?>

Shows a tags list with links to any external social site.

You can also make use of the examples included uncomenting the line include "("examples.php");"

Function parameters

$url = URL to the social webservice you want to link. Defaults to 'http://wordpress.com/tag/'.
$title = Title for the link. Defaults to 'Find related posts on WordPress.com'.
$separator = Separator for the tags. Defaults to ' , '.
$last_separator = Separator for the last tag. Defaults to ' and '.

ToDo

Create widgets for the tags lists.

Credits and Acknowledgments

This plugin is based on:

Thanks to Mark Jaquith and Christine Davis for writing their plugins.

Image credits for the plugin header: http://www.flickr.com/photos/sheeprus/7123952917/


FAQ
ChangeLog