The Latest Articles:

Wordpress 2.3 Tagging

I’m the last person that should be trying to explain tagging in Wordpress. I’ve spent the better part of two days trying to duplicate the way I had tagging set up in the earlier version of Wordpress. It took a great deal of searching but I think I finally have a system that gets me back close to what I had before.

First I need to explain what I had set up for tagging and how it worked.

I used Ultimate Tag Warrior in combination with Tags in the Head to set up a combination of meta tags and technorati tags.

I’ve discovered in the process the word “tag” has so many different meanings in context it isn’t any wonder so many people are confused. Therefore we have to have a common ground of discussion in order to understand what it is I’ve spent two days trying to accomplish and how I finally got there, I think.

Meta Tags

Meta Tags are placed in the header section of the page or post and provide information for the search engines. The Meta Tags most commonly used are:

  • meta name=”keywords” content=”real estate blog lab, real estate bloggers”
  • meta name= “description” content=”A real estate blog lab for real estate bloggers”

The tags above are examples and not the actual tags. You can see keywords are a list of keywords. Each post would have a set of keywords associated with the post and they would appear in the keywords tag. Each post would have a description tag which I set as the first 100 characters of the post.

Tags in the Head put these in the Header of the page or post. There would be a special description created for the Home Page, Archive Pages, Category Pages, which are special. The Options page provided a place to enter the description for each of these types.

The example above would be keyword and description tags set for the home page. These too were configured in the Tags option setup page of Tags in the Head.

There as never been integrated support in WordPress for these tags and there still isn’t.

Article or Post Tags

Ultimate Tag Warrior was great at providing a place in the visual editor for adding tags to individual posts. It also had a way to get keyword suggestions from Yahoo. These tags “keywords” were configured in the UTW options page. Here you could select from a wide variety of formatting options tailoring how and where the tags would be displayed.

I always had my post tags appear at the end of the post and I optioned to use Technorati Tags instead of internal Tags. What’s the difference? I knew you were going to ask.

Technorati Tags

Technorati Tags mean when you click in the tag it functions as a search at Technorati on the term of the keyword. If you clicked on a tag “Real Estate Blogging” It opens Technorati and performs a search for “Real Estate Blogging” bringing up sites or posts that match from their index. It means these tags were associated with Technorati.

Internal Tags

Internal Tags are tags specific to your blog. When clicked on they function like an instant search of your blog for all posts that have that tag associated with them. Click on an internal tag and a page will open with an excerpt of all post with this tag.

Internal Tags are what were added to WordPress in the 2.3 release version. At the bottom of the Visual Editor is a place to type a list of comma separated keywords for the post which are “tags” Because this functions the same way as clicking on a Category Name the Categories are sometimes referred to as Tags. CATEGORIES ARE NOT TAGS! They have a similar function and display when clicked on if displayed in the sidebar, but the primary function of Categories are two fold:

  • File drawers where posts filed under that Category can be retrieved easily
  • When used with a custom permalink structure the Categories become URL Keywords.

The second function is the mission critical function which goes beyond the scope of this post but I throw it in here because Categories are being lumped in as Tags by some. Again, CATEGORIES ARE NOT TAGS

Modifying Your WordPress Theme

Unlike the plugins that when activated and options are set the tags appeared; not so in this implementation, in order to use these tags you have to modify your theme in two places. The Main Index Template and the Single Post.

The code you need to insert is:

  • <?php the_tags(‘before’, ’separator’, ‘after’); ?>
  • <?php the_tags('Post Tags:', ',', ''); ?>

The first is the syntax positioning the second an example which would display tags in this manner:

  • “Post Tags: Real Estate Blogging, SEO, Wordpress 2.3 Upgrade”

Before = “Post Tags:” Separator = “,” After = ” nothing

This is how I have tagging set up right now as you can see at the end of this post.

Where are All My Old Tags?

Tada, when you read about upgrading to 2.3 it says the UTW tags or other tagging system tags are automatically imported and available in the new native tagging system. GREAT, I love it. Only one Problem, IT WASN’T TRUE! At least not in my upgrade. So how do you get those tags imported into the new system?

Go to the manage Tab and click on Import. There you will find a list of application and plugins. Select the system you were using and import the tags into the new tagging system. Yes they are all there at least mine were.

There is another little download from UTW to manage tags under the new system. You can download and install that as well. I won’t go into it here, but one reason you might want to do this. If you typed in your own tags in the past using ex. Tucson Real Estate the tag would be Tucson-Real-Estate. If you used the Yahoo tag suggestion tool and got Tucson_Real_Estate, that is a different tag. So is Tucson-real-estate. Yes tags are case sensitive in the internal tagging system. You might want to clean these tags up consolidating them into a single tag. UTW Tag Manage Thing

Tagging Suggestions Plugin

Ultimate Tag Warrior as we have known it no longer exists. As of this writing there are three components which can be downloaded and activated separately. The first is:

Ultimate Tag Warrior – Tag Suggestion Thing

When activated it will put a Tag Suggestions window in the right hand navigation. It will be located at the bottom, but you can grab it move it up to the bottom of the editor window so the suggestions appear on screen close to the tagging window at the bottom of the editor. Personally, I find it is so basic in tag suggestions, I wouldn’t bother installing it.

WordPress has a nasty habit of putting a leading tag separator in you tag line window. This in effect creates an empty tag. Check for this, you may have to delete that leading , in your tag line several times if you are saving, previewing, editing more. Sometimes yes Sometimes No. Just look for it.

Technorati Tags

I haven’t used internal tagging in the past preferring to use Technorati Tags instead. However, Wordpress 2.3 tagging does not support this. So I had to go looking for a plugin that would. Gromful has a plugin for 2.3 Technorati Tags It is easy to download and install and place the code <?php the_techtags();?> In both the Main Index Template and Single Post.php. I put it right after the internal tagging with a couple of break codes in between.
This will new take all the tags you have designated for the post and display them as Technorati Tags taking you to Technorati when clicked upon.

But How are you handling Meta Tags and Why do you use them?

This I will cover in a separate post hopefully yet today.

Finally, I know this post turned into a tome.  Please ask questions if there is something which isn’t clear.  I will have a post yet this weekend (I hope) on other issues with Wordpress 2.3. Yes I got the spell checker to work. There does appear to be a bug in the RTE (Rich Text Editor) for adding Links and Images to a post. I’ve found a work around for that as well.

Some things have been moved around to new locations and I know there are things I haven’t found yet but probably will soon.  (Sorry No Pictures in this Post)

WORDPRESS 2.3 BREAKS MORE THAN IT FIXES BE WARNED!

Yep, I did it. I upgraded the lab this afternoon and there is debris and smoke everywhere. The kids making these version must never test some of the basic functionality. You would think they were throwing hand grenades and calling it “Close Enough” lets call it a new version.

I call it, lets fix something that isn’t broken and break a bunch of stuff and not tell anyone about it.

I’m still breathing smoke and seeing fire, but I think the fire is coming from me.

It is late and I still don’t have a lot of the answers I need.

I’ll write a full update tomorrow on where I’m at in the process and what is broken SPELLCHECKER again. And what won’t work and where they have now hidden some stuff that was in plain sight before.

I thought I better go ahead and upgrade, glad I started with this lab that if it blows it blows. The real works sites sure won’t be upgraded anytime soon.

More tomorrow. Don’t get impatient and when reading this remember the spell checker is broken AGAIN in this version.

blowing up tagsThere is a lot of hype about the release tomorrow of WordPress 2.3. There are parties being planned, it is a big roll out.

They have done a much better job of explaining what is going to happen and what plugins work and which ones do not. Check this list of working and non-working plugins. WE WILL NOT BE UPGRADING IN THE NEAR FUTURE!!

The lab is where I try out new things and usually upgrade to the latest version of WP when it comes out and provide some feedback on the changes, caveats and land mines.

However, this latest version is including “tagging” in the base functions of Wordpress. The changes are going to break a lot of plugins dealing with tags. UTW (Ultimate Tag Warrior) is one of them along with just about every other tagging plugin now associated with WP.

It is being stated that as is not many bloggers are taking the time to set up a tagging plugin so it is being included to make it easier for those that have never used them.

One of the things that set RE blogs apart from many WP bloggers WE DON’T BLOG FOR FUN. We blog as a part of our business.

In the past when things have been broken for a while with a new upgrade it was more an inconvenience than anything. But messing with the tagging system isn’t just an inconvenience it goes to the core of how we get found in the search engines.

If you upgrade your WP blog to 2.3 you will have to use the built in tagging system, UTW and others won’t work because of the changes being made to the database structure itself.

From what I’m reading it also appear this upgrade will “EITHER DELETE OR REMOVE ALL EXISTING TAGS ON EXISTING POSTS

Are you prepared to have all the tags on all your posts suddenly removed. Do you know what havoc this will create for how your site is viewed by the search engines?

I tag for local tags as well as technorati tags. I haven’t seen this addressed anywhere in the new tagging system. I don’t care about tag clouds, which are being added in this release. I think they are ugly and take up too much real estate on the screen.

The lab isn’t into new things that can wreck self destruction. No, we won’t be upgrading anytime soon.

My suggestion to RE bloggers. WAIT. If you go to an Upgrade party tomorrow, be the designated blogger and let the hobby and geek bloggers go first.

Remember those kids that liked to build beautiful models of cars so they could blow them up? That is what this sounds like to me. I’ll be following this with interest over the next week.

I have some small single property site blogs which are not longer needed (the house actually sold) I’ll upgrade a couple of those with existing posts and tags. I’ll also be watching to see if some of the plugin authors UTW primarily make changes to the plugins so they will still function under this upgrade.

For me this is one time where “If it isn’t broke don’t fix it” comes into play. The logic “Well most people aren’t using tags anyway so lets blow everything up for those that are in hopes that those that don’t will. DUH!

Let us know your experience if you do upgrade or have further information to share.

edible snow pea podsHave you ever tried to grow peas in a day? Did you know you can do it?

  • Layout the rows
  • Dig up the soil
  • Mix into the soil manure and potting soil (Home Depot has both)
  • make a row with the edge of a hoe
  • space the peas to be grown about 10 to 12 inches apart
  • Cover with about 1/2″ of soil
  • Water in with sprinkler

That’s not hard, and you are growing peas in a Day!

Now you need to

  • water them regularly
  • pull weeds
  • put up strings for them to climb as they grow

Oh, did you think you would be Harvesting Peas in a Day?

No that happens in about 90 day. Maybe a 100 pea pods a day depending on how many you planted, then as the season progresses you can expect up to 1000 pods a day. I forgot to mention I grow snow peas, I like them, I don’t have to shell them and throw away the pods. I used to take them into the office in baggies. Snow peas are expensive and people love it when you give them a bag of fresh snow peas.

Do you know what would happen to my peas if I decided they weren’t growing fast enough and started changing things in the garden?

  • Move the rows over a foot closer to the sunny side
  • Double the water
  • No they still aren’t growing, cut the water
  • Change the rows from N, S to E, W
  • Add more fertilizer
  • Change the string out they are climbing on to fishing line
  • cover them during the day to keep the sun from being too bright
  • cover them at night to keep the dew off
  • add pavers between the rows to make the garden pretty

If I did all these things or even some of these things do you think I would ever get to harvest any peas? Some changes might make the garden look better to the eye, but they won’t make the peas grow any faster. Some things take time to mature and bear fruit.

Stop ripping your blog apart.

  • Pick a good theme
  • Activate good plug-ins
  • Use productive functional widgets
  • Add content regularly
  • Weed out the Spam and Eye Candy

Now give it time to grow. It takes time to grow and be found and produce fruit.

You can’t be changing themes to make it pretty. Adding eye candy which slows down your load time. Weed out the Cute plugins and widgets which will supposedly bring you traffic and expect your blog to grow.

If something needs to be addressed or fixed do it. Too often I see bloggers either bored with the “Look” or going crazy over SEO and “Trying New Stuff” to improve their rankings. Harvesting Search Results and Rankings takes time.

Instead of spending your time on SEO gimmicks use that time to research, plan and write good quality content which is like watering your blog as it grows and the harvest starts to come in.

Everything I wrote about growing Snow Peas is true. The best time to plant them is between now and October 10. I don’t know who came up with this time frame, but it works. Of course you have to be in Tucson : ) I can’t imagine trying this in Minnesota!

Another reason for growing peas. You might find a black pearl.

Now I’m wondering if I should stop blogging about RE Blogging and start blogging about gardening. Growing Corn no there’s enough corn in the RE blogosphere as it is.