>
Download This Plugin | |
Download Elegant Themes | |
Name | Custom Tags List |
Version | 0.2.1 |
Author | Joan Junyent Tarrida |
Rating | 0 |
Last updated | 2013-06-07 06:36:00 |
Downloads |
2385
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Custom Tags List plugin added 1 bytes of resources to the Home page and 6 bytes of resources to the sample Post page.
Custom Tags List plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Custom Tags List plugin ads no tables to your Wordpress blog database.[ 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!
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");"
$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 '.
Create widgets for the tags lists.
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/