How to use the builtin native tagging in Wordpress 2.3
First of all, you need to upgrade to Wordpress 2.3.
Usage
< ?php the_tags('before', 'separator', 'after'); ?>
Examples
Displays a list of the tags with a linebreak after it. < ?php the_tags('Tags:', ',', '
‘); ?>
Default Usage < ?php the_tags(); ?>
The default usage lists tags with each tag (if more than one) separated by a comma (,) and preceded with the default text Tags: .
If you enjoyed this post, please consider to leave a comment or subscribe to the feed and get future articles delivered to your feed reader.



























Comments
No comments yet.
Leave a comment