
While cruising through my administration panel today, I decided to take a look at the Tag Manager. The tag manager allows you to view all of the tags that are within your WordPress database. From here, you can delete tags, add tags or search your tag repository. You can even view all of the posts that a tag is associated with.
Well, my discovery lies in the fact that I found at least 20-30 pages of blank tags. To illustrate what I mean, check out the following screen shot.

I had no idea why there were 20 pages of blank tags. So after finding a blank tag that was attributed to a blog post, I discovered what the problem was.

Notice how there is a comma which appears to be a tag itself. In WordPress 2.3.3 to WordPress 2.3, you had to type in the tags altogether in a horizonatal list. What I discovered back then was that, after you typed in your tags and clicked the save button, WordPress would rearrange your tags into alphabetical order. Depending on the tags that I had used and where the comma was located, the reordering of tags would sometimes place a comma at the very beginning of the tags. This was annoying but I dealt with it.
Now it looks as though I can delete all of those pesky comma tags from my WordPress install thanks to the tag manager. However, I’ve run into another issue. At one point, I reformatted my blog which caused some errors with the tags as the exporter had a problem exporting the correct tagging structure. This caused the import to only import tag ID numbers. This was fixed in a later version of WordPress but in the tag manager, this is what I see.

If I click on any TAG ID number, the Tag name and the Tag slug end up being the same thing, the TAG ID number. I have no idea if on the front end of WordPress, these ID’s are represented by their true value or if these numbers are meaningless, allowing me to delete them from my tagging structure.
If anybody else has experienced this within their tag manager, let me know.