Using the WordPress plugin Ultimate Tag Warrior? A very nice plugin to add technorati type tagging in your blog.
You might have notices that it doesnt put a Page Title on the Tags Page. ( /tag/tagname/ )
Its pretty much simple to make the title apper on those “per tag” page.
How ever it can be done just by editing a single line in your blog theme.
1. Open up the header.php file (in your theme)
2. Add the following in your TITLE tags
< ?php if(is_tag()) {echo " : "; UTW_ShowCurrentTagSet('',array('first'=>'%tagdisplay% ','default'=>', %tagdisplay%'));} ?>
3. Save
You can customize it as per your requirement.
Originaly taken from http://www.neato.co.nz/forum/read.php?5,456
Basically it took me some time find it (and wasted more time trying to do it myself. …so just to make searching ezer for others ;)
Tags: SEO Spam, Tech, Tutorials, Wordpress
Categories: SEO Spam, Tech, Tips and Tricks, Tutorials