
Okay, a while ago, I upgraded my personal blog from WordPress 2.2.3 to WordPress 2.3. One of my biggest concerns was how would I switch from using the Ultimate Tag Warrior plug-in to WP 2.3’s tagging system. Good thing it didn’t involve too much of a fuss and I’d like to share how I did it.
<?php if (is_tag()) { echo ' : '; UTW_ShowCurrentTagSet('tagsettextonly'); } ?> in the header.php file. I previously put it there so that tags pages would show the tag in the page title.<?php UTW_ShowTagsForCurrentPost("commalist") ?> (shows my tags) with WP’s <?php the_tags('before','separator ','after'); ?> found in my index.php and single.php. Remember to replace before, separator and after with elements that you’d want to show up when showing the tags.<?php UTW_ShowWeightedTagSetAlphabetical("sizedtagcloud","",0) ?> in my tags.php template page with <?php wp_tag_cloud('smallest=8&largest=36&'); ?>
My blog’s running with no problems whatsoever.
29 Responses
My Move from Blogware to Wordpress | Zoli’s Blog
September 26th, 2007 at 10:47 am
1[...] I hope it will change in the weeks to come. Oh, well: no update, broken plugins, tag conversion or even upgrade party here – I’m all [...]
WordPress 2.3 Officially Released : Average Joe Blogger
September 26th, 2007 at 2:11 pm
2[...] & General Preparing for WordPress 2.3 5 Step Failsafe upgrade for WordPress How to Switch from Ultimate Tag Warrior to WordPress 2.3 Tagging Wordpress Update Causes Privacy Controversy WordPress 2.3 Does Not Spy On Users How To Add [...]
Mahesh Mohan
September 26th, 2007 at 4:25 pm
3How important is tagging in a blog?
Alex
September 26th, 2007 at 5:27 pm
4I can’t really say if it provides anything at all for a blog. I, myself, think that it can be redundant since you already have your categories. However, from personal experience, it helped me with search optimization with some of my tags getting decent traffic.
TwisterMc
September 26th, 2007 at 8:56 pm
5Ok, now that was really easy.
Upgraded to Wordpress 2.3 Smoothly » Blog on a Stick
September 26th, 2007 at 9:18 pm
6[...] upgrade was painless and all my Ultimate Tag Warrior tags imported beautifully. Thanks to LifeSpy for the run down on how-to get them [...]
K'
September 27th, 2007 at 9:22 am
7For the first one, replacing
with
works because WP2.3 give the page title same as the tag. Same if you want to show on the tag page something like:
“You are viewing posts tagged .”
Interesting websites for SEO, Web Marketing and everday work from Sante - September 27th
September 27th, 2007 at 7:31 pm
8[...] How to Switch from Ultimate Tag Warrior to WordPress 2.3 Tagging – upgradin blog from WordPress 2.2.3 to WordPress 2.3. A big concern is how to switch from using the Ultimate Tag Warrior plug-in to WP 2.3?s tagging system [...]
K'
September 28th, 2007 at 7:51 am
9[my comment above have php command and stripped]
For the first one, replacing
UTW_ShowCurrentTagSet(’tagsettextonly’)
with
wp_title(”)
works because WP2.3 give the page title same as the tag. Same if you want to show on the tag page something like:
[?php if (is_tag()) { ]
“You are viewing posts tagged [?php wp_title('') ?].”
[?php } ]
Francesco Minciotti
September 29th, 2007 at 10:19 am
10Hi there,
I followed your istructions and made an import. Even if it’s done, the results in blog are discouraging: now it shows every tag like this: «beforeBushseparator foneticaseparato» (where “Bush” and “fonetica” were the only tags).
Do you know how to cope with that damn issue?
Thanks in advance.
Dean @ Technical Itch
October 4th, 2007 at 2:47 am
11I currently use the UTW_ShowRelatedPostsForCurrentPost function. I’ve upgraded to WP2.3 and this function appears to be working OK.
I would still like to go ahead and uninstall UTW as it is not supported in WP2.3. Is there a Wordpress 2.3 equivalent to the UTW_ShowRelatedPostsForCurrentPost? or perhaps an alternative plugin you recommend for showing related posts.
Thanks.
Alex
October 4th, 2007 at 4:02 am
12Make sure to change ‘before’ with something like a colon and ’separator’ with something like a coma.
Alex
October 4th, 2007 at 4:04 am
13@Dean:
I use Wasabi’s Related Posts plug-in. Works great in 2.3
alper’s shameless remarks » Blog Archive » Updated to Wordpress 2.3 and theme update
October 8th, 2007 at 8:40 am
14[...] so far to your Wordpress’ new tag support. You can view a detailed explanation with visuals here. Anyway, in the meanwhile, I also realized Wordpress kept giving me an error until I made a theme [...]
Umgestellt und abgeschaltet » alltagskakophonie.de
October 10th, 2007 at 5:26 pm
15[...] war der Wechsel vom UltimateTagWarrior-Plugin auf die WordPress-eigenen Tags, wobei mir das hier sehr geholfen hat. Ein paar Dinge funktionieren offensichtlich immer noch nicht, was ich aber [...]
Jenny Lens
October 21st, 2007 at 6:31 am
16found in my index.php and single.php. Remember to replace before, separator and after with elements that you’d want to show up when showing the tags.
NO ONE gives and example of what to use instead of before, separator and after. I have NO idea what this means! What elements would should up in each post/page?
I keep reading this phrase all over the net. Please, an example. Cos when I paste the code as is, I get a nasty error msg.
Thanks!
Rirath
November 16th, 2007 at 6:32 pm
17Jenny, it’s really simple. “Before” is just what you want to appear before the tags. Separator is what comes between them, like a comma and a space. After is anything you want after the tags.
the_tags(‘before’, ’separator’, ‘after’);
Becomes
the_tags(’Tags: ‘, ‘, ‘, ”);
Steve Ivy
November 18th, 2007 at 2:07 pm
18I’m itching to make the switch to 2.3 as well, and while I know that 2.3 can import UTW tags, does it convert UTW tags associated with posts to the new system? If not, how to do it?
USmith Blog » Blog Archiv » Neuer Update-Versuch auf WP 2.3
November 26th, 2007 at 5:08 pm
19[...] weitergeholfen hatten – oder noch mehr verwirrt?!: Tags in WordPress 2.3 Wechsel zu Simple Tagging How to Switch from Ultimate Tag Warrior to WordPress 2.3 Tagging Manage Tags in WordPress 2.3 with Advanced Tag Entry and Click Tags Plugins Tags: Internet, [...]
Upgrading a blog to Wordpress 2.3 :: DesignWell
December 5th, 2007 at 2:15 pm
20[...] best third party features eventually get implemented by the parent company. I recommending reading, How to Switch from Ultimate Tag Warrior to WordPress 2.3 Tagging, if you currently use Ultimate Tag Warrior and are upgrading to 2.3. I still had errors and [...]
Upgrading a blog to Wordpress 2.3 and Changing your tags :: DesignWell
December 5th, 2007 at 4:28 pm
21[...] best third party features eventually get implemented by the parent company. I recommending reading, How to Switch from Ultimate Tag Warrior to WordPress 2.3 Tagging, if you currently use Ultimate Tag Warrior and are upgrading to 2.3. I still had errors and [...]
Husar.us » Blog Archive » Upgrading Wordpress
January 5th, 2008 at 12:22 am
22[...] (Ultimate Tag Warrior) and converted my tags over to Word. If anyone else upgrades and has issues this post will help. RSS [...]
Tobias
February 2nd, 2008 at 5:52 am
23@K’ (#7) thanks for that information. Unfortunatelly the wp_title(”) only outputs one tag.
Like URL /tag/foo/ gives the output foo.
But URL /tag/foo+bar/ also gives only foo.
So right now there seems to be no propper replacement for UTW_ShowCurrentTagSet
Any ideas?
Блог Вадима » Обновился
March 2nd, 2008 at 9:30 am
24[...] последняя версия WP. Решение проблемы нашел вот здесь. Данный метод позволяет благополучно заменить этот [...]
tomblog » Blog Archive » Wordpress 2.5
March 30th, 2008 at 8:43 am
25[...] das native Tag-System von Wordpress (seit 2.3). Zwar hat Wordpress einen Importer für UTW, aber dieses How-To hat mir dennoch geholfen, da es lückenlos sämtliche notwendigen Änderungen auflistet. Im Grunde [...]
Ronald
April 19th, 2008 at 3:12 am
26This work on WP 2.5?
SNcGn
June 22nd, 2008 at 9:12 am
27Check it!Brilliant Work, Keep Doing That,
Dave Lartigue
June 23rd, 2008 at 10:04 am
28I’m trying to follow the instructions here, but I seem to have hit a snag. I don’t have anything on my Export menu that exports UTW. I’m running the latest version of UTW (I think, it’s version pi) and yet I’m not finding anything that seems to import the tags over to WordPress. Am I crazy or blind? Anyone got a solution?
Being Amber Rhea » Blog Archive » links for 2008-06-28
June 28th, 2008 at 6:35 pm
29[...] How to Switch from Ultimate Tag Warrior to WordPress 2.3 Tagging Also useful for WP 2.5 upgrade (tags: wordpress howto tags) [...]
RSS feed for comments on this post · TrackBack URI
Leave a reply
Categories
Recent Posts
Links
© LifeSpy 2009 - All rights reserved.