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: .
The Best WordPress Magazine/News Themes
Are you looking for the News/Magazine style Wordpress themes? Well Ryan from ThemePlayground has put together a list of ten magazine style WordPress themes and details the positives and negatives of each of these themes for this list. The best here is judged by Ryan of course but it still a good reference for you to find this style of theme other than the well knows Brian Gardner News or Revolution theme.
Sphere ItWordpress Plugin: PlainTags
The new Wordpress 2.3 supporting the tag feature same as what the Ultimate Tag Warrior can do. However, there’s one missing function;a plaintext tag output.
By default, WordPress’s the_tags() function outputs a list of comma-separated tags that are each links to archive pages of posts with the same tag. This is great for presenting tags to users, but not so hot for people that want to do something a little more low-level. PlainTags introduces a function called the_plaintags() that works in exactly the same way as the_tags(), but does so without wrapping each tag in a link.
Read Tanglebones for more details.
Sphere It
