Allows the user to choose whether or not to link tags in the_tag()-list. Additionally allows to set a custom link-format.
Use <?php ctl_the_tags('Tags: ', ', ', '', false); ?> instead of <?php the_tags(); ?>.
You can use, for example, <?php ctl_the_tags('Tags: ', ', ', '', true, 'http://www.technorati.com/tag/%tag%'); ?>.
The function does not check whether the taglink you entered is valid or not. Be sure to inclue %tag% in the taglink to ensure that it can be replaced by the actual tag.
Requires: 2.3 or higher
Compatible up to: 2.3
Last Updated: 2007-10-9
Downloads: 1,017




