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 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.

tags.jpg

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.

tags1.jpg

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 -> is a self tagged tag, then this -> is a Technorati tag and finally this -> is an IceRocket tag. Below are examples of Tagalize It tags in this order Self tags, Technorati and IceRocket:

tags3.jpg

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:

tags4.jpg

These are three good , 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!

If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!

3 comments so far

Maximize WordPress Authority Black Book 2.0

The book that generated so much buzz in the blogging community in 2007 has been updated for 2008. This free ebook has shown thousands of bloggers how to create authority WordPress blogs and generate free traffic using all the tools only WordPress provides.

Read this article ->

WordPress 404 Redirect And 404 Custom Message

The WordPress 404 error page or the 404 error message is probably the file or piece of code most neglected by WordPress theme authors. This short WordPress guide will show you how to spruce yours up a bit.

Read this article ->

WordPress General Options Guide

A WordPress guide for the genearal options panel. One of the first things that should be done for a new WordPress blog is to configure the general options. The Blog name, tagline, blog address, email address, date and time as well as allowing others to register and comment on your blog should be one of the first things done after a new WordPress blog is installed.

Read this article ->

Adding and Changing WordPress Themes

One of the first things a new WordPress blogger wants to do is make their new WordPress blog look the way the want it to. Adding a cool new WordPress theme and then maybe even customizing it a bit. But before you add a new theme and start looking for someone to “pimp your blog” I suggest you try several different themes see how the work and look for a while. Once you are sure you like the theme then get that custom header made and installed, and learn how to tweak it over time.

Read this article ->

WordPress API Key Global Dashboard Confusion

Obtaining an API key for a self-hosted WordPress blog can be very confusing. When you host WordPress on your own domain there are some plugins that require an API key that must be obtained from WordPress.com. Find out the difference between a self-hosted WordPress blog and a blog hosted on WordPress.com.

Read this article ->

Upgrade WordPress Guide How To Upgrade WordPress

If you have been thinking about upgrading WordPress but think it is just too complicated or technically advanced for you. It really isn’t that hard and while this may be a long post, it is on purpose to cover every little step so that anyone can upgrade WordPress on their own.

Read this article ->

Change Number Of Post Entries On WordPress

There is often the question on various forums and even in my inbox about how many posts should be shown on the main WordPress blog page. The answer to that isn’t all that easy. But what is easy is changing how many posts are shown. I will leave the number you choose up to you.

Read this article ->

« Previous PageNext Page »

Close
E-mail It