Wordpress 2.3 introduces a new feature to the popular blog platform: tagging. Sure, you’ve been able to do it with plugins like Ultimate Tag Warrior in the past, but Wordpress’ built-in tag system is simple, unobtrusive, and easy to use.
In order to get tags to display on individual posts, we’ll use the_tags.
<?php the_tags(‘before’, ’separator’, ‘after’); [...]