Tagging A WordPress Post Mutiple Tagging Plugins
The recent integration of tagging in WordPress has rendered one of my favorite tagging plugins obsolete. That and the lack luster default tagging WordPress offers I have yet to upgrade this site and many of my other WordPress blogs. Ultimate Tag Warrior was and is still my tagging plugin of choice on the WordPress blogs that I run, because I haven’t upgraded them yet. This WordPress guide gives you three different tagging options, you can choose to use one or all of them together.
After testing several WordPress tagging plugins I have found not one but three tagging plugins that work well together on WordPress Version 2.3.x. Having three tagging plugins may seem like overkill but hey the more the merrier right? If you don’t want to use all three then I will list them here in the order I recommend you try.
Before I jump in though I will try to clear up a bit of confusion. There are actually two different plugins with the same name called Simple Tags. From what I understand they are authored by two different people and one is completely different than the other. One is a simple one file plugin that adds Technorati tags in your post where ever you want them. The other is a full blown tag management plugin that enhances the built in functionality of WordPress.
Warning if you still use Ultimate Tag Warrior you really don’t need this plugin and should deactivate it before using trying to activate Simple Tags.
Up first is the most powerful Simple Tags plugin. After installing it like a normal plugin installation, it can be used right away with little configuration. You will have a Simple Tags sub menu under the main options menu. Clicking that will show all the options for the plugin and here your head can spin. But not to worry the plugin is ready to work right after activation with the exception of theme integration.
To use Simple Tags just look at the bottom of the write post box and you should now have two new options available to you. One is the red Display click tags option and below that is a tags suggestion Suggested tags from box.

Clicking Display click tags will show a list of your tags to insert into the tags area, (if you have used tags in the past). You can also find more tags in the lower Suggested tags from area. Pulling suggested tags from your blog, Yahoo or the ‘Net’.
Theme integration is bit more tricky if you want a list of your tags to show below the post. For that you will need to place a bit of code into your theme, either in the single.php for single posts and or the index.php for the main blog page. There are many variable to use to show what you want after your posts but the most common is just a list of tags and that can be accomplished by placing this code into your theme:
<?php st_the_tags(); ?>
The area to place this varies for each theme but should be under the post comments area or above it if you wish.

For a complete list of options and instructions visit the Simple Tags plugin homepage.
Next up is a bit easier plugin to use and configure thats called Tagalize It. This plugin uses embedded tags right within the post. Using tags for self tagging that interlinks your blog to other posts with the same tags. And also tagging Technorati and IceRocket, two of the more popular blog directories online.
After activating Tagalize It there is one thing to configure depending on your blogs installation directory. The plugin is designed to be used on blogs in the /blog directory of a website. So if your blog is installed in the root or in a differently named directory you need to point the plugin to the correct directory.
To make the plugin work correctly you need to match the plugins configuration to your blogs directory. To check the proper configuration click Plugins, Plugin Editor, Scroll down and look for the Tagalize It plugin on the right. Change this code to match your blogs installed directory:
If your blog is in the blog directory, www.yoursite.com/blog, then it should look like this:
| function tagazlie_it_tagger($tag, $swaptext, $intext) { $self_loc = ‘/blog/tag/’; $dir_loc = ‘/blog/search/’;$cat_loc = ‘/blog/category/’; |
If your WordPress blog is installed in a directory other than blog then it should match the directory something like this:
| function tagazlie_it_tagger($tag, $swaptext, $intext) {$self_loc = ‘/Your Directory/tag/’; $dir_loc = ‘/Your Directory/search/’; $cat_loc = ‘/Your Directory/category/’; |
Finally if your blog is your main site and installed in the root directory then it needs to be like this:
| function tagazlie_it_tagger($tag, $swaptext, $intext) {$self_loc = ‘/tag/’; $dir_loc = ‘/search/’; $cat_loc = ‘/category/’; |
Using Tagalize It is very easy but it is an extra step when writing posts. Tagging keywords or phrases within the body of the posts actually makes them live links to either other posts tagged the same on your blog or to Technorati and IceRocket. You can tag the keywords in either the visual or code editor.
Tagging with Tagalize It is simply placing brackets before and after the word or phrase you want to tag. For self tagging I suggest to tag only the words or phrases that match one of the categories the post is in. For the Technorati and Ice Rocket tags you can use any terms you want but they should be related to the content of the post. This link ->WordPress guide is a self tagged tag, then this -> WordPress plugin is a Technorati tag and finally this -> WordPress is an IceRocket tag. Below are examples of Tagalize It tags in this order Self tags, Technorati and IceRocket:

Finally we get to the last of the list which is the other Simple Tags plugin. This plugin is very simple to use to add Technorati tags within the post content area. You can add one tag or a comma separated list as shown below:

These are three good WordPress tagging plugins, you can use one two or all three together. I have tested them on Version 2.3.3 all together without a problem. However your blog may differ depending on other plugins installed. So be careful. At the time of this post I am still using WordPress 2.2 with UTW and Tagalize it. No Simple Tags for me yet! But now that I took the time to write this you did to read it, WordPress 2.5 is due out any time time now!
Similar Posts:
- Links List In A WordPress Sidebar Text Widget
- WordPress Guide To Writing A WordPress Post
- How To Add A Google Sitemap To A WordPress Blog
- How To Upload Plugins WordPress Guide
- WordPress New Blog Options Checklist
If you liked this post, feel free to leave a comment that is relevant to the post or subscribe to the feed and get future articles delivered to your feed reader.
Sorry but due to the spamming of a few all comments are moderated and will appear when approved and all drive-by comments will be deleted!











Comments
[...] tagged icerocketOwn a WordPress blog? Make monetization easier with the WP Affiliate Pro plugin. Tagging A WordPress Post Mutiple Tagging Plugins saved by 3 others spitfireskater4988 bookmarked on 03/18/08 | [...]
[...] tagged icerocketOwn a WordPress blog? Make monetization easier with the WP Affiliate Pro plugin. Tagging A WordPress Post Mutiple Tagging Plugins saved by 3 others spitfireskater4988 bookmarked on 03/18/08 | [...]
I use UTW for my old wordpress (
Reply
Thanks a lot by the tips!,
I’m really new at use wordpress, but for now, I thing that it’s great. Each day I learn a new and interesting tip. I try to implement your suggestion when I tag my posts.
Reply
Thanks for the great tips.
Reply
Thanks for your interesting article
Reply
Thanks, by means of the online translator the sense could understand. Forgive for my English
Reply
Thanks for the post,
Reply
Good blog
Reply
Good post.
Reply
Leave a comment
Drive-By comments will be deleted! Like "Thanks for sharing", "Nice post", or any other text that doesn't contribute to the discussion. If you ask a very specific question about your particular WordPress theme, it will probably be deleted. I can fix your WordPress site but for a price. If you ask a question like "Why don't my blog work right", it will be deleted. If you ask a question about your WordPress site without a leaving a link to it, it will be deleted. The point is to ask questions and or comment on the the actual content of the post, and to please use some common sense. All comments are moderated and will appear when approved. Thank you.