Ultimate Tag Warrior 3

November 4th, 2007

Ultimate Tag Warrior is not supported in Wordpress 2.3+
For Wordpress 2.3 plugins, go here!
To keep using UTW template tags (UTW_ShowSomething functions), go here

Ultimate Tag Warrior is a multi-headed hydra of a plugin. It allows you to add tags either through the Write Post page in wordpress in a tag box, on posts using an AJAXy box, and in posts using special syntax from external editors (or internally, if you’d like). From the write post page, you can also get suggestions for tags using the Yahoo! keyword suggestion service.Once you’ve got your tags entered; you enter a realm of interesting ways of doing things with your tags. At the complicated end, AJAXy search is included with the download (it may need some customisation to match your theme). At the simpler end, you can automagically have tags included at the top and bottom of your posts without making changes to themes.

Current Downloads:

Visit the support forum | View Installation, and basic usage docs here (it has links to further documentation…) | See themes, extensions and other hackery | UTW 2 stuff
If there are things missing from the documentation, please let me know!

Posted in General | 907 Comments »

907 Responses to “Ultimate Tag Warrior 3”
  1. Comment by Allen
    Sunday 26 February, 2006 @ 9:10 am

    Yay, an update!

    What’s the difference between vanilla and single file?

  2. Comment by Christine Davis
    Sunday 26 February, 2006 @ 10:38 am

    The vanilla version is easier to look at and tinker with. The single file version doesn’t do any includes and has the main functionality bundled together in one file…one humungoid 2400 line file…

  3. Comment by Ralph
    Monday 27 February, 2006 @ 2:41 am

    Christine, UTW is on of WordPress’ most amazing and useful plugins – kudos to you!

  4. Comment by Joe
    Monday 27 February, 2006 @ 8:09 am

    Really Good Plugin !
    But I have two questions. First one how to I change the color on the tag cloud ? Take a look : (http://blog.fileville.net/wp-stats.php)
    The last thing is more of a suggestion but any way there was no part of the install guide that talked about upgrading… Thanks.

  5. Comment by Christine Davis
    Monday 27 February, 2006 @ 12:09 pm

    Joe,

    On the Options > Tags page, you can choose the colours for the tag cloud (and font sizes (: )

    As far as upgrading…it’s generally just a matter of putting an updated version of the plugin files in the right place. (If you have wordpress running with a database user with restricted permissions, you’ll occasionally need to manually run some SQL scripts. On the Manage > Tags page, if you do a force reinstall* it’ll let you know if it ran into trouble with not being able to run SQL stuff.

    * it’s a pretty non-destructive process. It’ll try and add columns and stuff, but not delete anything which is there.)

  6. Comment by Gerard McGarry
    Tuesday 28 February, 2006 @ 10:34 am

    Christine: I second what everybody else has been saying – UTW is a fantastic plugin. I like using it to link in to the local site, it adds a whole new dimension to the navigation experience.

    Great plugin!

  7. Comment by Aníbal Rojas
    Wednesday 1 March, 2006 @ 12:42 pm

    Hello Christine, I am hacking the Wordpress import/mt.php script in order to import a MovableType 1.66 blog in WP 2.0.1. One of my goals is to map the “keywords” from MT into the tags schema used by your plugin.

    It looks like the function SaveTags($postID, $tags) is what I should add in to the mt.php script in order to “translate” the keywords into tags. Am I wrong? Is there anything else I should be aware off?

    By the way, I changed my mind about using accented characters in tags. Maybe it sounds silly, but the encoding of the special characters into the url is just horrible. So I decided not to use accentend characters in tags to keep the urls pretty (or clean) and legible for the users, and google doesn’t care ;-)

  8. Comment by Christine Davis
    Wednesday 1 March, 2006 @ 1:15 pm

    Anibal,

    Yep! $tags is an array of strings, though; so if you have a comma separated list you’ll need to turn it into an array first.

  9. Comment by Amanda
    Thursday 2 March, 2006 @ 4:42 am

    Christine –

    How does the icon function work?

    Amanda

  10. Comment by Christine Davis
    Thursday 2 March, 2006 @ 8:00 am

    Amanda,

    If you’re using an icon based format (the names of the formats include the word icon); then each of the icons that are ticked on the Options > Tags page will display as part of the format.

    (e.g. if you enabled one of the automatically included tag lists, and chose the iconlist format; it’d display the tag with icons)

  11. Comment by jck
    Thursday 2 March, 2006 @ 10:45 am

    Brilliant plugin …Big THANKS…

  12. Comment by Carlos
    Thursday 2 March, 2006 @ 11:46 am

    Christine,

    Thanks for the update! The [tags]{/tags} stuff is just what I wanted!!!

  13. Comment by Stuart
    Thursday 2 March, 2006 @ 2:17 pm

    Christine,
    Your plugin is amazing, its even incuraged me to develop my latest site to be intirly Tag driven. But I was wonder, have you noticed the tagyu buttons dont work?

    Stuart

  14. Comment by Christine Davis
    Thursday 2 March, 2006 @ 2:52 pm

    Arrgh! I’ve been looking at overhauling this bit of the plugin anywho…I guess it just moved up the list!

    (p.s. what form of not working are you seeing? is it going BlarG! and dropping its guts all over the place, or are you getting back no suggestions, or something else?)

  15. Comment by datarat
    Thursday 2 March, 2006 @ 4:28 pm

    Phew. I thought it was just me.

    What I’m seeing is that no matter what happens I get back a “no tag suggestions” or occasionally it doesn’t come back.

    I’ve been combing the raw access logs, but they’re pretty much useless as they show a request go out, then nothing.

    Other than that, a brilliant plugin. Thanks!

  16. Comment by Stuart
    Thursday 2 March, 2006 @ 11:44 pm

    Christine,
    I do alot of working on it last night after i posted (Telly was crap and studying just didnt seem worth it) and think I might have fixed the problem.
    After hours of searching I seen your code is using strpos(…”…) to find the starting possition to read the XML file. The problem is the style of XML file no longer looks like that, instead of they use social so they file is never read.
    I wrote a whole XML phrasing adaption into the ajax.php file which seems to do the trick, (unfortunitly testing is a little hard cause the only XML im getting back off tagyu is
    If you email me i can send you the full along with a better idea what i changed? (i would email you now but im in uni and dont have the new files)

    Stuart

  17. Comment by Stuart
    Thursday 2 March, 2006 @ 11:46 pm

    Sorry my english sucks! As i said at uni so please forgive the bad grammer and terrible spelling :-( who’d hav guessed you could be twenty and still unable to spell

  18. Comment by Christine Davis
    Friday 3 March, 2006 @ 8:03 am

    Stuart,

    Sure! you can send them to me at christine at neato dot co dot nz

  19. Comment by Aníbal Rojas
    Friday 3 March, 2006 @ 2:26 pm

    Using SaveTags into the mt.php for the import worked like a charm :-) I used “explode(’ ‘,$keywords);” in order to get the array from the MT keyword list and replaced the accented and tilded characters before the explode… Thanks a lot.

  20. Comment by datarat
    Saturday 4 March, 2006 @ 10:42 am

    I’ve turned on the debug option, and now when I click the “Tag suggestion” box I see the following:

    Requested keywords…
    Send Request to Tagyu…
    Parse response…
    No tag suggestions

    Is there more logging somewhere else?

  21. Comment by Jackie
    Saturday 4 March, 2006 @ 12:13 pm

    Hi-

    Great plug-in! I just have one question. I installed the plugin and the tag link looks like this:

    But from what I understand, in order to get Technorati etc. to pick it up it needs to have rel=”tag” in it. How can I modify UTW to do that, or is it needed?

    Thanks!
    Jackie

  22. Comment by Bonita
    Saturday 4 March, 2006 @ 12:34 pm

    Hi there! I’ve installed this plugin on my blog.
    It kicked my butt though… I got confused through it. LOL But I did it!

    Just one thing. Would you happen to know how I can get rid of a small tag that displays at the bottom of my blog, by the footer?

    I don’t know how to remove it.
    I’ve tried already and checked my files and I just don’t know what it could be.

    Thanks in advance for the help and for sharing this plugin!

  23. Comment by Jackie
    Sunday 5 March, 2006 @ 4:25 am

    I figured it out. The tag cloud does not use the rel=”tag” for whatever reason, but many of the other display options do, so I chose one of those.

    Thanks, and great plug-in, I’ve already seen an increase in my blog traffic.

  24. Comment by Christine Davis
    Sunday 5 March, 2006 @ 1:04 pm

    Jackie,

    I opted out of marking tags in a tagcloud as being rel=”tag” items; because if you have a tag cloud on a page with a post, the tags that belong to the post vs. the ones in the cloud is a bit ambiguous.

    It’s a bit of a semantic choice on my part (:

    Bonita,

    I think we’re chatting in the forum, so I’ll leave replies over there (:

  25. Comment by Christine Davis
    Sunday 5 March, 2006 @ 1:05 pm

    datarat,

    I gather that the tagyu XML format may have changed recently…

    …I’ve been meaning to do some marvellouserish things with the tag suggest stuff, so I’ll have to see what I can wrangle (:

  26. Comment by kevin
    Monday 6 March, 2006 @ 12:59 pm

    还是不知道vanilla 和single file有什么不同

  27. Comment by JiggyWittit
    Tuesday 7 March, 2006 @ 12:03 am

    Kewl blog you got goin on up here.
    Peace, JiggyWittit

  28. Comment by Steve
    Wednesday 8 March, 2006 @ 3:38 am

    For those having issues with Tagyu, I modified a few lines to get it working. Here is what I did.

    change line 140:
    $loc = strpos($xml, “”, 0); >>
    $loc = strpos($xml, “\”>”, 0);

    change line 142:
    $loc += 5; >>
    $loc += 2;

    change line 148:
    $loc = strpos($xml, “”, $end); >>
    $loc = strpos($xml, “\”>”, $end);

    This works fine for me. Thanks for the awsome plugin!!!

    -Steve

  29. Comment by Ajay D'Souza
    Thursday 9 March, 2006 @ 5:41 am

    Hi Christine,

    Have noticed a bug.

    When you use an apostrophe in the tag it generates a mySQL error regarding about having quotes. (You have error in mySQL syntax error)

  30. Comment by Christine Davis
    Thursday 9 March, 2006 @ 8:09 am

    Thanks for that.. I’ll have a closer look this evening when I get home from work.

  31. Comment by Joe
    Thursday 9 March, 2006 @ 9:06 am

    Hi,
    The Tag Sugesstion seems to have stoped working. I know that Steve made a fix, but I don’t know what file to edit and if it workes so… Will there be an upgrade or something like that ? Thanks…

  32. Comment by nix
    Friday 10 March, 2006 @ 8:32 pm

    Hi there,

    I can’t get version 3 for WP2 going. I’ve uploaded the fiels activated the plugin and then I get a page with this error message:

    Fatal error: Cannot redeclare class ultimatetagwarriorcore in /home/nicki/public_html/wordpress/wp-content/plugins/UltimateTagWarrior/ultimate-tag-warrior-core.php on line 34

    Is this an incompatibility with another plugin?

  33. Comment by nix
    Friday 10 March, 2006 @ 8:36 pm

    Oh and I wanted to say that I really want to use the plugin. Fellow Kiwi and all that ;)

  34. Comment by Christine Davis
    Friday 10 March, 2006 @ 8:41 pm

    Hrm.

    Try deactivating, and reactivating the plugin.

    (It *shouldn’t* be a plugin conflict..unless there’s another plugin out there with a class with the same name)

    Unless..you’ve also got an older version activated?

  35. Comment by nix
    Friday 10 March, 2006 @ 8:59 pm

    OK, not sure if there was an offender but I cleaned out all the plugins I wasn’t using anymore and then uploaded UTW again and hey presto now it works. Cool!

    Now to play.

    Thanks

  36. Comment by Christine Davis
    Friday 10 March, 2006 @ 9:03 pm

    Yay!

    (it did kinda sound like a misalignment of the universe sort of a thing.)

  37. Comment by CaBe
    Friday 10 March, 2006 @ 9:55 pm

    Hi! I like the concept of tags, and this seems to be a really cool plugin. But forgive me for this stupid question: What can I do with tags, that I can’t do with categories?

  38. Comment by CaBe
    Friday 10 March, 2006 @ 11:38 pm

    Should have searched first …

    Found this, so I can see I’m not the only one who has been wondering …

    http://climbtothestars.org/archives/2006/02/11/tags-and-categories-are-not-the-same/

    http://steph.wordpress.com/2006/02/09/give-us-real-tags-on-wordpresscom/

    http://epeus.blogspot.com/2005_10_01_epeus_archive.html#113011082782089285

    Still a bit unclear to me, though …

  39. Comment by Ghettomaster
    Saturday 11 March, 2006 @ 4:56 am

    Hi, absolutly awesome plugin, but i have Problems with Tagyu. When i hit the button, theres no response. I can’t use Steves modifications because Wordpress has stripped out pieces of the code…

  40. Comment by Steve
    Saturday 11 March, 2006 @ 5:58 am

    I guess I should have included the filename of the file I changed to get tagyu to work. The file that you have to change is ultimate-tag-warrior-ajax.php. Look above for the lines that need changing.
    -Steve

  41. Comment by Christine Davis
    Saturday 11 March, 2006 @ 4:28 pm

    CaBe,

    That’s one of the great questions of this Web 2.0 age!

    Personally, I use about a dozen categories to divide posts into broad sets; then use tags for finer grained classification of posts. I’ve probably got a couple of hundred tags in use at the moment and wedging all of those into a category tree would be pretty unwieldy.

  42. Comment by Chris
    Monday 13 March, 2006 @ 5:09 am

    Thanks for a great plugin. I have read the FAQs and instructions and have come up empty with an answer to my question. That being, is there a way to assign tags to a category? For instance, when I moblog, I do so from a BlackBerry. There is no real way to enter a tag. I can, however, add a category for moblogs.

    Any help would be appreciated.

    TIA,
    Chris

  43. Comment by Christine Davis
    Monday 13 March, 2006 @ 8:03 am

    Chris,

    You could use the embedded tag bits – you can include [tags]tag1, tag2, tag3…[/tags] as part of the content body, and when the post gets saved, those tags get added.

  44. Comment by Chris
    Monday 13 March, 2006 @ 10:29 am

    Hmmm, that sounds simple enough. Thank you, Christine. I’ll have a go at it.

  45. Comment by abhishek
    Monday 13 March, 2006 @ 8:02 pm

    hi, i just installed your plugin and though the tags are showing up, when i click on them no matches are found but there are related posts. also when i try to get the tag cloud, it says that UTW is not active. please help! thanks.

  46. Comment by Christine Davis
    Monday 13 March, 2006 @ 8:05 pm

    abhishek,

    Try disabling, then re-enabling the plugin; just to see if that sorts it out.

  47. Comment by Bill
    Tuesday 14 March, 2006 @ 6:56 am

    Great plugin! Love the integration with K2!!

    Is there a function I can use to get the number of related posts from UTW? Thanks.

  48. Comment by Bill
    Tuesday 14 March, 2006 @ 7:48 am

    Chris, oh, one other thing. Is there a way to add tags for posts other than through the WP post writing screen? For example, given an array of tags and the post ID, I’d like a function that adds those tags the database for that post, checking for duplicates, etc. I’m thinking this would facilitate adding tags via xmlrpc. Any thoughts? Thanks.

  49. Comment by Christine Davis
    Tuesday 14 March, 2006 @ 7:50 am

    Bill,

    Ooh. Not conveniently.

    You could do something like (err.. early morning untested code.. (: )

    global $utw, $post;
    $numberOfRelatedPosts = count($utw->GetRelatedPosts($utw->GetTagsForPost($post)));

  50. Comment by Bill
    Tuesday 14 March, 2006 @ 8:14 am

    Chris, that worked perfectly. I wanted to have the related posts section show up only if there were related posts. Thanks.

  51. Comment by Christine Davis
    Tuesday 14 March, 2006 @ 8:32 am

    Oh! And the adding thing! (I didn’t see that before)


    global $utw;
    $utw->SaveTags(postid, array of tags);

    (The tags in the array are just the string version of the tags, so things like “Pink Elephants”)

  52. Comment by Alan
    Wednesday 15 March, 2006 @ 11:04 am

    Hi there,
    I really wish to thank you for this great plug !
    I use on my site, and it’s really easy to install and use !

    Infinite thanks. for real !!!

  53. Comment by Dan
    Friday 17 March, 2006 @ 3:08 am

    Just wanted to say thankyou for this excellent plugin, it works a treat :)

  54. Comment by Athene Aquinas
    Friday 17 March, 2006 @ 4:20 am

    Hello Christine… first of thanks for the UTW 3.0 version works great for me…. well almost. I’m not sure if this is a Feedwordpress problem or UTW…. but, when I tag articles I wrote they appear however I instruct them to in other owrds on the post pages above or below the content etc… but when I pull in syndicated feeds using feedwordpress and save them to draft and later add my own tags, they NEVER appear in the posts. Of course the wordpress Category appears below but only in posts I write do the technorati or search site tags appear. Helpppppp lol.

    Any suggestions?

    Thank you in advance…. Athene

  55. Comment by Athene Aquinas
    Friday 17 March, 2006 @ 5:29 am

    Me again…. not to worry, I just added to my template myself with help from a post by Lorelle. Thanks again….

  56. Comment by Jonathan
    Saturday 18 March, 2006 @ 3:55 pm

    Is there anyway you might be able to add RSS feeds to the tags? Such as using domain.com/tag/example-tag/feed/ and that way people can get content based on the tag they want. I think this would be an awesome feature to have and a lot of other people would enjoy it too.

  57. Comment by Bruce
    Sunday 19 March, 2006 @ 7:53 pm

    Robin Lu has done some more work on his hack an I can confirm it makes ecto fully functional with UTW 3.1/ WordPress 2.0.2:

    http://www.robinlu.com/blog/archives/86

    Well done and many thanks Robin!

    Cheers, Bruce

  58. Comment by Derek Scruggs
    Monday 20 March, 2006 @ 7:50 am

    Thanks for this excellent plug-in.

    I had some trouble getting one of my pages to validate. It turned out the problem was that the tag VC/M&A (note the ampersand) was not being properly encoded when output by UTW_ShowTagsForCurrentPost()

    After digging around I added the code below to FormatTag() in the core file.

    Right after:
    $tag_display = stripslashes($tag_display);

    I added:
    $tag_display = htmlentities($tag_display);

    There may be some other places where htmlentities is needed, but this fixed my particular problem.

  59. Comment by Ryan
    Monday 20 March, 2006 @ 9:58 am

    I noticed that someone used your plugin to do a multiple tag search here http://www.portlandfoodanddrink.com/?page_id=356

    Is this a standard configuration that I am missing in my wp_admin? How could I implement it?

    Thanks for your help and the plugin.

  60. Comment by Ryan
    Monday 20 March, 2006 @ 10:01 am

    Oh yeah, and it’s on your site. How’d you do that?

  61. Comment by Jonathan
    Tuesday 21 March, 2006 @ 8:09 am

    Anyone have some updates on any possible RSS feature to be added in to the tag functionality of UTW?

  62. Comment by Jonathan
    Tuesday 21 March, 2006 @ 8:45 am

    Seems like I’ve been silly, but I finally found it and it works just fine. This plugin ROCKS! Thanks!

  63. Comment by Jonathan
    Tuesday 21 March, 2006 @ 9:42 am

    It does seem like I’m having A LOT of problems with Wordpress 2.0.2 and the rewrite rules. I enable rewrite URLs but when I go to them, I get a 404. nothing changes in my .htaccess file when I enable it, but it still breaks. Anyone else having similar issues with this?

  64. Comment by Gerard
    Thursday 23 March, 2006 @ 11:34 pm

    Am I the first to use UTW’s tag cloud as the homepage? If not, will you please not tell me?

    http://www.human-society.info

    I like the implementation of the tag search Ryan noticed. Thanks Ryan.

  65. Comment by Gino
    Saturday 25 March, 2006 @ 3:00 am

    Hi Christine,

    I’m not sure what I’m doing wrong, but if you check out one of my blog pages, you’ll notice all the tags are the same size…

    http://blog.pixeldustfilms.com/pixelarchives/

    Can you advise? The code I have inserted on this page is

    Is it a setting within the Options > Tags or am I using the wrong code? I’m basically looking for the “weighted” and sized tag cloud.

    Let me know if you can help me out. Great plugin!

    G

  66. Comment by Gino
    Saturday 25 March, 2006 @ 3:01 am

    sorry, code is below without the php tags…it’s not showing up here with the tags…

    UTW_ShowWeightedTagSetAlphabetical(”coloredsizedtagcloud”,”",0)

  67. Comment by Gino
    Saturday 25 March, 2006 @ 5:21 am

    Ok, Christine…I think I figured it out!

    I didn’t have enough tags to weigh anything differently…seems to work as advertised.

    Thanks!

  68. Trackback by 津津有味Jjuv Blog
    Sunday 26 March, 2006 @ 5:43 am

    我所使用的WordPress插件…

    我的插件大部分来自于探花及BPC那里,在这里表示感谢!
    1)Extended Live Archives
    归档插件(dynamic archive)
    By Arnaud Froment .
    2)Blog It !
    这个插件是用于为文章添加网摘用的,里面包含了新浪 VIVI,365Key,Yo…

  69. Comment by Denis
    Tuesday 28 March, 2006 @ 11:20 am

    Christine,

    This is an AWESOME Plugin. The latest version is however giving me problems with WP 2.0.2

    Here’s what it says:

    XML Parsing Error: mismatched tag. Expected: .
    Location: http://www.secretweaponlabs.com/words/feed/
    Line Number 83, Column 63: Random
    ---------------------------------------------------------------------^

    Any ideas

  70. Comment by Christine Davis
    Tuesday 28 March, 2006 @ 8:16 pm

    Denis,

    Go to the Manage > Tags page in the wordpress admin thing; and see if you have a tag named “<div id=”error”>” if you do, try deleting it and see if that makes a difference.

    Failing that, since it appears to be just one post, it might be worth having a nosey at it, to see if there’s something weird going on with it in the edit page for it (e.g. if there’s an error displaying somewhere).

  71. Comment by Joe
    Wednesday 29 March, 2006 @ 5:20 am

    Got that fixed. Thanks ! Wonderful plugin!

  72. Comment by brad montgomery
    Thursday 30 March, 2006 @ 4:18 pm

    Howdy Christine. This is amazing. Any chance you’d let me hire you to set this up on my blog?

    http://www.bradlaughs.com

    I’m in over my head as it is… I need some help if I’m gonna make it work.

    Thanks for what you’ve done. I’m so impressed.

    Brad

  73. Comment by Tim
    Tuesday 4 April, 2006 @ 2:08 am

    UTW works great, and I converted from Jerome’s Keywords because of UTW.

    Problem: I broke my ability in the “Write Post” screens to point and click to tags, and have the tags automatically inserted into the Tags field. I wonder if there might be a way to get back JUST that functionality?

    Here’s what happened, and why: I tweaked ultimate tag warrior as follows – I deleted the following files from the plugin folder: ultimate-tag-warrior-ajax-js.php and
    ultimate-tag-warrior-js.php.

    WHY delete those files? Because my server log showed that UTW was automatically loading those two files for each page requested on the website. I suppose those files are required for some advanced Tag functions, and so they get loaded just in case I wanted to use those advanced functions. But I don’t use those functions.

    EFFECT of those two files getting loaded for each pageview: Out of a logfile of 1.1 meg for one day, almost 500K consisted of requests for those two UTW files.

    So I deleted each file from the plugin folder individually, and then tested the site, and the tag functions worked fine for the usage I put them to. I do not use the more advanced tag features.

    PROBLEM: Those two UTW files seem to be ALSO required by the WordPress ADMIN screens! I lost the capability to add tags through “point and click”, when writing posts.

    Is there a way I can restore JUST the point and click functionality when writing a post?

    When writing posts, I can only add tags now through direct typing, or through tedious copy and paste from the taglist.

    Mucho TY for any tips

  74. Comment by Christine Davis
    Tuesday 4 April, 2006 @ 9:16 am

    To remove the javascript from non-admin pages; open up the ultimate-tag-warrior-actions.php file, and delete the line, right near the end, which says

    add_filter('wp_head', array('UltimateTagWarriorActions', 'ultimate_add_ajax_javascript'));

    (That will take javascript off bloggy pages, but leave it on admin pages.)

  75. Comment by Tim
    Tuesday 4 April, 2006 @ 9:18 am

    The author responded with a fix via email to my self-caused issue, where deleting those two unnecessary js files messed up the “point and click” addition of tags in the admin screens.

    Here is her nice reply, since she didn’t post it:
    ——————–
    Hiya!
    Put the two .js files back (:
    Then, open the ultimate-tag-warrior-actions.php file.
    Scoot down to the very bottom of it.
    Delete the line
    add _ filter ( ‘ wp_head ‘, array ( ‘ UltimateTagWarriorActions ‘ ,
    ‘ ultimate_add_ajax_javascript ‘ ) ) ;

    (That’s the thing that adds the javascript to usual pages. The line below
    it is what adds it to admin pages. I think (: Let me know if this works
    properly)
    —————–

  76. Comment by shpilman
    Wednesday 5 April, 2006 @ 3:36 am

    Jeg hilser til klovnen. Jeg liker klovner veldig godt! Jeg har vrt p sirkus og sett klovner.

  77. Comment by Ajay D'Souza
    Friday 7 April, 2006 @ 5:40 am

    Hello Christine,

    Was just installing Tag Warrior on my site and noticed that it uses 11 mysql queries.

    Any solution for reducing the number of queries?

    Thanks,
    Ajay

  78. Comment by Christine Davis
    Friday 7 April, 2006 @ 2:18 pm

    Ajay,

    I can’t think of a tidy way to reduce the number of SQL queries.

  79. Comment by Bill
    Saturday 8 April, 2006 @ 7:40 am

    Christine,

    Forgot to say thanks for your response in #51. I was trying to hack WP’s xml-rpc handler to add tags when I post from ecto and the OPML editor. Your suggestion worked perfectly. Thanks again. Great plugin and “customer service!”

  80. Comment by Howard Young
    Sunday 9 April, 2006 @ 3:14 am

    Christine,

    This is simply one of the best WordPress utilities out there. You did a world class job at developing and documenting UTW. Thanks!

  81. Comment by Yuya Saito
    Monday 10 April, 2006 @ 2:38 am

    Hey.

    I’m one of the big fan of your plugin from oversea(Japan).

    I’d like to say thank you.

    and I’m also a theme builder, if I could, I’d love to include UTW in my theme, and translate manual and plugin (somebody else done it already though).

    let me know, if you’re fine with it or not.

    thanks!

  82. Comment by Nathan Olsen
    Monday 10 April, 2006 @ 8:24 pm

    Hi Christine,

    I’m having a hard time following the documentation you have for UTW under “Custom Formatting”. I mean, everything you wrote makes sense but it’s not clear to me what I am supposed to do with the $format array once I’ve created it. Where does it go? How to I call it?

    Thanks!

  83. Comment by Christine Davis
    Monday 10 April, 2006 @ 10:18 pm

    Yuya,

    Go crazy! (: If you let me know when you’re finished, I can add a link to my UTW themes (and other things) page.

    Nathan,

    You can use it with any of the UTW_Show functions!

    for example

    UTW_ShowTagsForCurrentPost(”", $format)

    (It just goes into the second parameter; you can leave the first one blank)

  84. Comment by m0n
    Tuesday 11 April, 2006 @ 8:15 am

    Most excellent Plugin — Muchas Gracias, Senorita!

  85. Comment by Scasquiov
    Tuesday 11 April, 2006 @ 9:59 am

    Hi,

    I’d just like to point out a bug I’ve detected:

    when filling and submiting the field “Prefix for primary tag links” with a tag, the “less than” and “greater then” characters “spill out” of that field. I’m not sure how to explain this better… :|

  86. Comment by john
    Saturday 15 April, 2006 @ 10:04 am

    hi there,

    In the write/edit page the tag field overlaps the categories box. See (1) here for screenshot. Where in the code do I change this to shorten the box?

    cheers

    ps. great plugin by the way ;)

    (1) http://www.midfieldmaestro.com/images/utw-screen.JPG

  87. Comment by AMITRIPTYLINE
    Tuesday 18 April, 2006 @ 6:28 am

    ?

  88. Comment by 1mil
    Tuesday 18 April, 2006 @ 8:04 pm

    Hello there, lovely plugin.

    I am unable to get tags.php and tag.php to work.
    They come up 404. Any ideas on how to fix this?

    This is the WP .htaccess and I saw somewhere referring to the last line, somehow this doesnt look right…

    ==========
    # BEGIN WordPress

    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]

    # END WordPress

    RewriteRule ^tags/(.+)$ /index.php?tag=$1 [QSA,L]

  89. Comment by Christine Davis
    Tuesday 18 April, 2006 @ 8:05 pm

    1mil,

    Try putting that last line before the wordpress stuff instead of after.

  90. Comment by 1mil
    Tuesday 18 April, 2006 @ 8:14 pm

    Thank you that worked perfectly.

    How do you keep up with all these requests??

  91. Comment by Christine Davis
    Tuesday 18 April, 2006 @ 8:17 pm

    …badly, most of the time (;

  92. Comment by Mike Schnoor
    Thursday 20 April, 2006 @ 4:28 am

    I’m experiencing trouble while using German Umlauts (ä,ö,ü,ß) – basically, your script returns a tag labeled “K?fig” instead of the originally entered word “Käfig”. Any clues? Using UTF-8 in the entire wordpress blog…

  93. Comment by 1mil
    Saturday 22 April, 2006 @ 5:17 am

    Hey there, I wanted to use the tags as keywords for a metatag but all of the predefined formats output links, I tried to create my own predefined format “textonly” so that it would only output the tags with commas and no links or markups– doesnt seem to work. Any suggestoins?

  94. Comment by Christine Davis
    Saturday 22 April, 2006 @ 10:25 am

    1mil,

    < ?php
    $format = array('first'=>‘%tagdisplay%’,'default’=>’, %tagdisplay%’);
    ?>

    <meta blah “< ?php UTW_ShowWhatever('',$format); ?>” />

  95. Comment by 1mil
    Sunday 23 April, 2006 @ 6:27 am

    Awesome. lol.

    I got another one for you lol.

    How do you limit the number of tags you want to display?

    For example, a robot will only process so much text from a meta tag so I need to limit the number of tags to output to my meta tag.

    I would like to get– say the first 10 tags, becaues I still want to have a list of tags for my posts, but just not have them all in the meta.

    ^ _ ^

    Thanks for making such a useful plugin!

  96. Comment by 1mil
    Sunday 23 April, 2006 @ 6:32 am

    ok nevermind, I see the $limit. That seems to do the trick!

  97. Comment by Edward
    Sunday 23 April, 2006 @ 7:51 am

    Errr … plugins all installed and activated and nowhere in my admin panel in wp is there any mention of a “tags page,” nor is “tags” anywhere in the “options” panel. Help, anyone?

  98. Comment by Scasquiov
    Sunday 23 April, 2006 @ 12:00 pm

    I was having the same problem as Mike (comment #92), and managed to fix it by changing line 1092 in ultimate-tag-warrior-core.php.

    Where it read:
    $tag_name = strtolower($tag->tag);

    Now reads:
    //encode to entities and make lowercase
    $encodedTag = mb_convert_encoding(strtolower(mb_convert_encoding(mb_convert_encoding($tag->tag,”auto”,”ISO-8859-1″),”HTML-ENTITIES”,”auto”)), “auto”, “ISO-8859-1″);
    //decode entities
    $trans_tbl = get_html_translation_table(HTML_ENTITIES);
    foreach($trans_tbl as $k => $v) {
    $ttr[$v] = utf8_encode($k);
    }
    $tag_name = strtr($encodedTag, $ttr);

    The problem with this is that it requires the mstring PHP extension to be installed. Now the problem is that while it works on my home PC, it doesn’t work on my hosting company’s server (it doesn’t have the mbstring extension).
    So, I’m currently looking for an alternative. Any help deeply appreciated.

    Cheers!

  99. Comment by Scasquiov
    Sunday 23 April, 2006 @ 12:26 pm

    I’ve found this post which seems to be about the same problem I’m having. Unfortunetely, no conclusions yet.

  100. Comment by Scasquiov
    Sunday 23 April, 2006 @ 1:08 pm

    Found an alternative to the solution I gave in comment #98. Haven’t tested it 100% but it seems to work.

    So, instead of:
    $tag_name = strtolower($tag->tag);

    the following can be used:
    $tag_name = utf8_decode(strtolower(htmlentities(utf8_decode($tag->tag))));

    HTH!

    PS: Christine: this problem is reproducible when a tag like “Programação” is used. Everything works ok except when using this tag as a search criteria which returns that no results are found.

  101. Comment by Computing
    Tuesday 25 April, 2006 @ 10:00 am

    I am using simple tag, which I found it is just links to the technorati site, not my site.
    I wonder whether this one can refer the tag to my site.

  102. Comment by gabapentin
    Saturday 29 April, 2006 @ 12:46 pm

    tzpvndivroy

  103. Comment by Andy
    Monday 1 May, 2006 @ 10:03 pm

    Hi Christine
    I just updated from 2.something to 3.1 and am not having success with url rewriting. It always brings up the ‘home’ post page instead of the tag archive page. Always worked fine before. Leave url rewriting unchecked and all is fine.
    Is this an issue with 3.1 or have I been dumb somewhere? Permalinks are still a bit of a mystery to me :)
    Does it matter how I have my wp permalinks set up for example?
    Thans – andy

  104. Trackback by Cultura Digital#Blog
    Wednesday 10 May, 2006 @ 10:02 am

    Accesibilidad en Ultimate Tag Warrior…

    Este es el arreglo (bien simple) que he hecho para la nube de etiquetas de tamaño (función: sizetagcloud) del plugin UTW.
    Sirve para que tu sitio valide con las Guías de Accesibilidad del W3C Nivel Triple-A (WCAG 1.0 Pri 1,2,3).
    Esto es:
    La nube de …

  105. Comment by Linda
    Friday 12 May, 2006 @ 4:25 am

    Hello Christine – first, I want to thank you for a wonderful tool – it was easy to install in the new Wordpress, and it was easy to configure and activate as well.

    I was so excited I almost installed the plug-in on all my Wordpress sites until I tested it without JavaScript – duh! (it was late at night, and I was more concerned about function than form…) Unfortunately, some of my sites are geared to elderly readers, and I know that many of those readers don’t have their JavaScript enabled. Just a warning to anyone who didn’t notice that this plug-in is based on JavaScript syntax. When the JavaScript is disabled, clicking on tags will read the correct address in the address bar, but it won’t take the user to the correct compilation within a given tag.

    I still intend to use the plug-in on the sites where JavaScript disabling isn’t much of an issue.

    Thanks for all your work!

  106. Comment by PurpleRain
    Wednesday 17 May, 2006 @ 12:54 am

    I face one big problem:
    Everytime i search under a tag, it shows no posts!

    Other functions like tag search, tag archive and related post just work awesome.

    My permalink structure is /post/%postid%
    My tag structure is /tag/sometag

    I have examined many times but still don’t know where went wrong, hope u can help.

    Example: http://www.g-economy.com/tag/utw

  107. Comment by Tim Sewell
    Wednesday 17 May, 2006 @ 1:01 am

    Hi

    I had your plug-in working fine when I was using the lush theme but now, using a much plainer theme, I cannot get the tags below a post to link to anything other than an empty page. I’m sure this is because I just can’t understand your instructions for creating tag.php, and also have no idea where to put t. Please help as I liove the plug-in and desperately want it to work.

    Thanks

    Tim

  108. Comment by drazin
    Tuesday 23 May, 2006 @ 12:59 pm

    is there a way to force tagwarrier to display ALL posts based on the tag with index.php?tag=videos
    ?

    it only shows as many as i have showing per page…but theres no way to page through…is there?

  109. Comment by Work From Home
    Wednesday 24 May, 2006 @ 4:40 pm

    This is the most powerful tagging plugin by far, nice work. And by a fellow kiwi too, how proud I am ;) Thanks Christine!

  110. Comment by Work From Home
    Thursday 25 May, 2006 @ 1:48 pm

    One thing I can’t seem to get to work is the url rewriting for local tag urls. I am just getting page can not be found. I do have a writeable .htaccess file as I use permalinks in my blog.

  111. Comment by Christine Davis
    Thursday 25 May, 2006 @ 1:53 pm

    Work From Home,

    Arraghghdh.

    Rewriting is the bane of my life. In theory, wordpress handles it internally.

    In practice, this isn’t always the case.

    Try this: http://www.hojohnlee.com/hacks/2006/01/14/a-temporary-htaccess-rewrite-fix-for-ultimate-tag-warrior-and-wordpress-20/

    And remember to put it before the wordpress block.

  112. Comment by PurpleRain
    Saturday 27 May, 2006 @ 1:09 pm

    Hi, I am from #105. Maybe u have overlooked my question.

    I cannot show posts under a given tag. Do i have to modify the tag.php attached together to make it happen?

    PurpleRain from Malaysia

  113. Comment by netsales
    Sunday 4 June, 2006 @ 3:58 am

    hi there,

    there is stil a small design-bug in the admin-paneel.
    the field, where to enter the tags is very log and mess up the “write post” template.

    HOW TO make it smaller for the UTW3-0-1-SFWP2 version:

    look for ultimate-tag-warrior-actions.php
    and search for the line 2106 who says:

    echo ” . ‘Tags (comma separated list)’ . $widget . ”;

    replace “tagsdiv” with “titlediv”

    HOW TO make it smaller for the UTW3-1WP2 version:
    look for ultimate-tag-warrior-actions.php

    and search for the line 594 who says:

    echo ” . ‘Tags (comma separated list)’ . $widget . ”;

    replace “tagsdiv” with “titlediv”

    after ftp the file, reload your “write post” template at the wp-admin paneel. the field where to fill in the tags, now have the same with as the title-field.

  114. Comment by BiZwiKi.CN
    Sunday 4 June, 2006 @ 7:06 am

    It’s great! Thanks, I like it intergrate with tagyu service, Nice plugin.

  115. Comment by Matt
    Tuesday 6 June, 2006 @ 2:40 am

    This slows down my posting something chronic, like the site seems to freeze for a few mins when I save a new post.

    Anyway to stop this?

    BTW – from a fellow Kiwi – nice plugin!

  116. Comment by Shawna
    Tuesday 6 June, 2006 @ 9:21 am

    I have this up and it works wonderfully, but I cannot figure out how to get it to show up like Technorati tags without the word Tecgnorati.

    I want it to look this way

    Tags: Blogs, Wordpress

    but instead mine show up as

    Tags:Blogs, Wordpress

    i want there to be a space after the semicolon but instead the first tag word is right beside the semicolon and it looks bad.

    Hope someone understabd this and can help :)

  117. Comment by PurpleRain
    Tuesday 6 June, 2006 @ 6:44 pm

    Wordpress database error:Unknown column “category_id” in “where” clause

    Plz have a look in this snapshot.

    Looking fwd to hearing solution from u, thx.

  118. Comment by PurpleRain
    Tuesday 6 June, 2006 @ 6:46 pm

    Sorry forgot to insert the url for the snapshot:
    http://static.flickr.com/60/161490604_c2af675bb8_o.png

  119. Comment by amanda
    Saturday 10 June, 2006 @ 1:46 am

    UTW is cool. I like it. I’ve been using it for quite some time now, which is why I have this problem that I have … UTW 2.8.7 installed and running along with the UTW Archive 1.0.

    I am using it actively. I can’t seem to figure out how to migrate or upgrade to 3.0 and I keep reading through the instructions looking for some kind of hint for the likes of me. When I just disable 2.8.7 and enable 3.0 I get various “cannot redefine class …” errors.

    Maybe, just maybe, the archive bit is the problem?

    I’ll be back in a second …

  120. Comment by amanda
    Saturday 10 June, 2006 @ 1:50 am

    okay, yeah. Sorry about that.

    So the deal is that you have to disable ALL of your UTW plugins before you activate the new version. Maybe there is another right way to go about it, but that is what I just had to do.

  121. Comment by Dennis
    Saturday 10 June, 2006 @ 9:05 pm

    Thank you so much for this plugin. It is easily the best plugin that I am using. It is hard at work at http://www.xeep.net.

    Thanks again.

  122. Comment by osmangazali
    Tuesday 13 June, 2006 @ 4:35 pm

    hi! thnx for the tutorial and plugin. i installed. works great!

    but a problem!

    my blog is in turkish. it seems it records tags but when i click a turkish character involving tag it brings no results. am i wrong? is there a solution?

    u can check it from here: http://www.risalem.com/?page_id=22

    thnx!
    osman.

  123. Comment by stadi
    Wednesday 14 June, 2006 @ 10:30 am

    Hi! I don’t know if it has been reported (I don’t know a lot about tags, maybe they simply work this way) but the – in the tag names (like x-men, sci-fi) dissapears in the tag cloud in the archives if it is at the end of the line. So it looks like if it was 2 tags and not one.

  124. Comment by Nathan Olsen
    Thursday 15 June, 2006 @ 7:41 am

    Hi Christine,

    I used the rewrite rules at http://www.hojohnlee.com/hacks/2006/01/14/a-temporary-htaccess-rewrite-fix-for-ultimate-tag-warrior-and-wordpress-20/ to get tag.php to work, but the page isn’t showing any content. It’s telling me no articles were found, when I do have articles under that tag.

    Using if (is_tag()) { echo ' | '; UTW_ShowCurrentTagSet('tagsettextonly'); in the header does get it to display the current tag for the window title, so I think things are functioning correctly — there’s just something wrong with the post loop.

    I’m running the latest alpha of WP 2.1 (to get around some other problems I had), so I have a feeling that could be the culprit — maybe something has been changed with the hooks that you use in UTW?

  125. Comment by Ben Millett
    Thursday 15 June, 2006 @ 3:41 pm

    Hi, great plugin. I’m having issues with the AJAX search. You can see it here. When I click on a tag, it brings up the posts, but recreates the entire page (header and all) in the “matches” section. I’ve scoured the .php files and the searchtags.php file for something to change, but can’t find it. Suggestions?

  126. Comment by Nathan Olsen
    Saturday 17 June, 2006 @ 7:39 am

    Christine —

    I found a solution to my problem. If I add the line:

    $request = preg_replace("/AND post_name = '[a-zA-Z0-9- ]*' AND category_id IN \([0-9]*\) /", "", $request);

    To ultimate-tag-warrior-core.php on line 1530 everything works again. Something to keep in mind as WP 2.1 comes closer to release.

  127. Trackback by Subtractions and Nouns
    Sunday 18 June, 2006 @ 12:27 am

    Finally, A REAL SEO Solution…

    Perhaps i have been spoilt by the professional and dedicated attitude of the vBulletin forum community, but thus far my impressions of the current onpage SEO plugins and discussions regarding Wordpress are very lack-luster to say the least. Take, for e…

  128. Comment by Sonny Dhinjan
    Sunday 18 June, 2006 @ 11:22 am

    Hi Christine

    I just got your plugin today after reading the Optiniche.com Blog by Teli Adlam. I’ve installed it and got the tags showing up in my posts where I want them, but I have a problem.

    After reading all the documentation for tag.php and tags.php, I still don’t understand how to get these working to show the archived posts and tag clouds when a tag link is clicked to go to /tag/whatever-the-tag-is

    Can you please show me what I need to do.

    Many thanks. Sonny Dhinjan

  129. Comment by Matt Sidesinger
    Sunday 18 June, 2006 @ 4:48 pm

    Does anyone know why on tag.php if I do $post->post_content while in the loop it is blank. I am using the blix theme and am trying to get it to look like my search page. If I use the_content() the tags are repeated.

  130. Comment by cherie
    Monday 19 June, 2006 @ 2:39 pm

    I seem to have missed where using tag.php and tags.php is even explained.. (someone suggested above that it was)

    I have the rewrite working fine. Ive uploaded the included files into my theme directory, and all that comes up after clicking a link in my tag cloud is :

    Sorry, but you are looking for something that isn’t here.

    Anyone have a link to where this is explained? I would be forever grateful!

  131. Comment by Lester Spence
    Wednesday 21 June, 2006 @ 2:14 am

    I’ve installed UTW 3.0 on my blog and my wife’s blog, and while the tags appear at the bottom of the entries, the tag cloud doesn’t appear anywhere in our pages. We’ve got two different themes, but both are Wordpress 2.0. Any help you can lend would be appreciated. As an aside your plug-in is one of the main reasons I migrated to Wordpress from my previous CMS.

  132. Comment by ice blog
    Thursday 22 June, 2006 @ 8:47 pm

    Great plug-in. Thanks a lot. You should add a “donate” button… ;)

  133. Comment by Christine Davis
    Friday 23 June, 2006 @ 9:39 am

    Ha ha.

    Smartarse (;

  134. Comment by matt
    Friday 23 June, 2006 @ 5:32 pm

    Hey I really like the pluggin… I am trying to modify the tags.php file to create a better looking tag cloud, but I am unable to reset the dimmentions of the cloud. I know have seen it done a bunch of times, so the solutions must be easy, but I can’t seem to figure it out…

    thanks

  135. Comment by Music
    Sunday 25 June, 2006 @ 7:44 pm

    one of the most essential plug-ins i’ve seen yet.

  136. Comment by Tobias
    Sunday 25 June, 2006 @ 9:00 pm

    I wrote an extension for UTW that makes it easy to review multiple posts tags at the same time:
    http://flyingsparks.wwwfiles.de/2006-06-25/retag-post-extension-for-utw/

  137. Comment by Brandon Hull
    Monday 26 June, 2006 @ 7:59 am

    Hey Christine,

    Any idea why my tags page messes up the formatting of the entire page at my site: http://www.salesteamtools.com/tags/ ?

    It’s been working fine while I used a different theme but, upon switching themes, I can’t fix this…

    Thanks in advance.

  138. Comment by Doug
    Thursday 29 June, 2006 @ 11:21 am

    How can I put a delimiter in the output of the tag cloud between phrases? Something like: ▪

  139. Comment by dani
    Friday 30 June, 2006 @ 12:36 pm

    Hello!

    I have upload the plug-in and also activated and under options – > tags also everything doing, but my question is, how can i show the tags, because on my Homepage i see nothing :(

    I must add a code, but wich code must i add on my index.php page > Theme / Landzilla > it would be very cool, if somebody could help me!

    Thx.

  140. Comment by dallas
    Saturday 1 July, 2006 @ 7:07 pm

    bug report:

    An inline tag-adder doesn’t work with simplified chinese. It’s because of the charset. When adding a tag, it is recorded somehow in GB2132 format, which will not show correctly on the UTF-8 page.

  141. Comment by iznan
    Friday 7 July, 2006 @ 6:26 am

    this is wonderful tags….i am expecting more traffic

  142. Comment by Jay Andrew Allen
    Sunday 9 July, 2006 @ 5:02 pm

    Hey Christina – the plugin works great on one of my sites. On jayandrewallen.com, however, tags pages don’t work. The template gets invoked, but have_posts() returns false, so nothing every gets displayed. I’ve banged my head against this, but can’t figure out what’s going wrong. Any ideas?

  143. Comment by Jay Andrew Allen
    Sunday 9 July, 2006 @ 5:09 pm

    NEVER MIND!

    Found the problem: The SideBlog plugin was stomping on UTW’s pretty white backside. I deactivated it. All is good now. W00t!

  144. Comment by jaja
    Sunday 9 July, 2006 @ 7:43 pm

    i have installed the plugins and it works great,

    i have seen from previous post many are asking why they cannot see the /tag/tag-words pages.

    and luckily i have the SAme problem–> Got Blab!

  145. Comment by Find in Forums
    Sunday 9 July, 2006 @ 9:22 pm

    Great plugin, I’ve just downloaded it and will use on my blog looks good so far :)

  146. Comment by Michael
    Sunday 9 July, 2006 @ 11:23 pm

    Hello Christine,
    I hate to bother you with a simple question, but I have searched for over an hour for a problem I ma facing. I have installed UTW. I create tags in the box in the WRITE POST section of Wordpress, but when I clikc on the tags when I view my site, it get a message saying “sorry, no posts matched your criteria”. I have no idea what I am doing wrong. Can you enlighten me?

    Thanks
    Mike

  147. Comment by Miguel Moliné
    Friday 14 July, 2006 @ 8:00 am

    ¡Help! Versión 3.14
    Function Edit tags >> “rename”:
    Fatal error: Call to a member function on a non-object in /usr/…/wp-content/plugins/UltimateTagWarrior/ultimate-tag-warrior-actions.php on line 246.
    You can help me? Thanks

  148. Comment by Khademul Islam Shimul
    Friday 14 July, 2006 @ 8:20 pm

    Greate Plugins . I just download it. Hope this will be really effective for my site to gain SEO favour !!

  149. Comment by Don Pendergraft
    Saturday 15 July, 2006 @ 9:48 am

    Great plugin! It works straight away and looks great. I only have one minor issue that I simply cannot seem to fix. That is that the last few tags end up down in my footer. They used to end up at the bottom of my sidebar as if they didn’t have enough room to fit with the other tags. Not sure how to format the tagcloud to fit in those last few tags. Any and all help appreciated. Thank you so much!

    -don

  150. Comment by Kevin
    Saturday 15 July, 2006 @ 10:03 am

    Hi,

    Maybe its just me … but I can’t figure out your documentation. I activated the plugin and added the code … but I get absolutely nothing … and from reading your documentation … I have no idea what these tag.php, tags.php, searchtags.php etc are supposed to do … or how they’re supposed to fit into the wordpress template hierarchy.

    Please excuse me if I seem rude … its just that I’m really frustrated atm … you explain quite nicely what each function does but I can’t find anywhere that explains how to get it working … and I suppose it should be simple .. install the plugin …activate it … add the neccessary code … and voila … but I am not getting any voila … so … well at least not on wordpress 2.0.

  151. Comment by Dean
    Sunday 16 July, 2006 @ 8:53 am

    This plugin is exactly what I’ve been looking for. No more restrictive categories to deal with. Thanks Christine!

    However, it seems like I’m having the same problem that others are experiencing, where “website.com/tag/something” doesn’t work. I’ve tried modifying my .htaccess with HJL’s hack to no avail. The plugin still works with “index.php?tag=something” so that’s cool until your new version comes out.

    Thanks again!

  152. Comment by jaja
    Sunday 16 July, 2006 @ 8:09 pm

    Hi Christine! Thanks for your wonderful plug-in. Finally i was able to install it on my website in 6 other subdomains. >> I Got Lyrics! She’s Got Recipe!

    Finally I saw where i went wrong, the “URL rewite” of the UTW will conflict with that of WOrdpress built-in rewrite function. Thus a user can only use either of the 2 options…

    so dumb of me haha

    Thanks again!

  153. Comment by Kevin
    Monday 17 July, 2006 @ 9:47 am

    Hi,

    re: comment #148

    Thanks for the reply christine, it did help me out, and I got the plugin working … it does a good job and now that its working I really appreciate it like everyone else.

    Good work!

  154. Comment by Lincoln
    Monday 17 July, 2006 @ 6:14 pm

    Hi Christine,

    If you’re still working on Ultimate Tag Warrior, you might want to shorten the tag field (in the “Write a Post” page) where you input your tags. It’s currently set at 100 (in ultimate-tag-warrior-actions-wordpress2.php) which causes it to overrun the sidebar at lower resolutions (I blog most of my content from work using an 800×600 screen) It looks horrible, but when I tried to adjust the change myself (by halving it to 50) like so:


    echo '';
    echo 'Tags (Comma separated list; and -\'s and _\'s display as spaces)';
    echo "ShowTagsForPost($post, array("first"=>'%tag%', 'default'=>', %tag%'));
    }
    echo "\" size=\"50\">";

    but, the change gets completely ignored. I tried deactivating, removing UTW from the server, and even deleting all the tables I could find that belonged to UTW, but reinstalls don’t do anything. Is there anyway I can fix it so Wordpress finally recognizes the change?

  155. Comment by Lincoln
    Tuesday 18 July, 2006 @ 4:08 am

    Thank you, that did the trick! :-)

  156. Comment by Lincoln
    Tuesday 18 July, 2006 @ 4:12 am

    Oh, for those who are curious in doing the same, you must also change the ultimate-tag-warrior-actions.php file. The code looks like this:

    $widget .="FormatTags($utw->GetTagsForPost($postid, $limit), array("first"=>'%tag%', 'default'=>', %tag%'))));
    }
    $widget .="\" size=\"50\">";

    Change the “size” attribute to whatever your desired length is.

  157. Comment by Lincoln
    Tuesday 18 July, 2006 @ 5:49 am

    Another update for those who care:

    If you’re trying to change the base url for tag links to “/tags/” and so on, but for some reason the changes result in 404 errors when you click on the new url, (even though you are using permalinks and htaccess was writeable) try this:

    In tag options, make sure “url rewriting” and trailing slash (if you want one) are both checked. Save the settings. Then go to your permalinks options page, and change your permalinks to something else other than the default. Save your changes. Then change your permalinks BACK to what it was before. Save again.

    This should resolve the issue, at least it did for me…

  158. Comment by Josep m.
    Tuesday 18 July, 2006 @ 12:09 pm

    How can the “convert categories to tags” be undone?
    I tried removing the categories from the taglist and then “forcin a reinstall” but categories are appended to the tag list.
    Any help?

  159. Comment by Edward
    Tuesday 18 July, 2006 @ 12:17 pm

    Hey Christine …

    If you have a moment. I was having the same problem a 1mil (my tags were showing up but when I clicked on one it gave me an erroe 404, rather than a list of my tagged articles). So, I attemped to change the .htaccess and “BAM.” I was served up with an internal error 500.Not good. Any help would be awesome.

  160. Comment by Dean
    Tuesday 18 July, 2006 @ 5:47 pm

    Lincoln – I tried your fix to no avail. I’m working with an Apache guru currently, trying to get it resolved for my site… I’ll be sure to post the fix here, if we’re able to find one.

  161. Comment by Digital Photo Ted
    Wednesday 19 July, 2006 @ 6:08 pm

    I’m new to tagging. In fact I find them conceptually challenging. As far as I know google looks at the content and categorises keywords according to some secret algorighm – so why tag? I have also noticed many blogging directories automatically tag wordpress posts according to categories selected. Meaning adding more categories would result in the same kind of indexing as tags. I do want my side to be “up there” but could someone please respond in sensible terms with explanation. Christine?

  162. Comment by Michael Valiant
    Thursday 20 July, 2006 @ 5:46 am

    Thanks for the Great Plug-in!

    I use it on every Blog I start.

    Just wanted to say that, right now I have joined an SEO Contest for the term ambatchdotcom seocontest (you can find out more by clicking my name above) and this plugin is the very first on that was installed!

    Absolutely necessary! It is funny, Internet Marketers are on a rampage right now with the whole ‘blog and tag’ concept that they think THEY came up with, but really it was people like you creating this incredible plugin that pushed the concept along…

    And some of us realized the value of your plugin long before there was a term for the practice!

    Keep up the incredible work, I look forward to each new version!

    Thanks a Million!

    Michael Valiant
    http://www.ambatchdotcom-seocontest.ca

  163. Comment by blogolog
    Thursday 20 July, 2006 @ 9:12 am

    Great Plug-In. I will install it in more of my blogs, now that i’ve testet it once.

  164. Comment by Jonathan
    Friday 21 July, 2006 @ 5:45 am

    Christine–

    Do you know of any good external editor for Wordpress that will allow for UTW integration as well so I can use internal tagging in that external application?

    Thanks!

  165. Comment by Dylan
    Friday 21 July, 2006 @ 8:43 am

    Your plugin rocks!

    Since its still a beta version, I thought you might be interested in the bug I’ve encoutnered. (similar, if not identical to the one mentioned in comment #145)

    I can neither edit nor delete a tag with the “edit tags” controls. When I try, I get the following error:

    Fatal error: Call to a member function on a non-object in /wp-content/plugins/UltimateTagWarrior/ultimate-tag-warrior-actions.php on line 275

  166. Comment by Justin
    Friday 21 July, 2006 @ 10:46 am

    This is driving me mad! I think i’ve done everything ok so far but the tag box on a page doesn’t do anything when a tag is added, but if i refresh the page the tag is then there.

    Also, if I click on any of the tags I get 404 errors and i’ve tried to follow directions that’s been provided but so far no luck. htaccess is writeable and has this:

    # BEGIN WordPress

    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]

    # END WordPress

    Anything I can try? Thanks for your help.

  167. Comment by Tedinoz
    Friday 21 July, 2006 @ 11:57 am

    Thank you; so far so good with UTW.
    May I ask whether there is a way to turn off (or on as the case may be) the Yahoo and Tagyu suggestions. At the moment they add nothing to my posts and they just get in the way.

  168. Comment by Dean
    Saturday 22 July, 2006 @ 5:13 am

    For those experiencing 404 issues when using pretty URLs, check your Permalinks. If you have your Permalinks set to /%category%/%postname%/ then that’s almost certainly your problem. You can either change your Permalinks structure to not include the category, or wait for a fix. I’m opting for the latter.

    You can use the following WordPress Support page for updates and inquiries:
    http://wordpress.org/support/topic/65370

  169. Comment by Marcel
    Saturday 22 July, 2006 @ 5:57 am

    This Plugin doesnt work at all for me!
    I cant surf on my blog-entrance site anymore! Only a white page is shown.

    Also in the Admi-menu I cant enter the “Manage” section anymore -> white site is shown.

    Damn, that´s bulls***!

  170. Comment by Dean
    Saturday 22 July, 2006 @ 11:51 am

    Nathan Dove has been working on this thing for a week and, through his extreme diligence and hawesomeness, he was able to make a fix! Here’s what he said:

    ———————————–

    I just told the internal rewriter to ignore links beginning with “tag/” (function parse_request() in wp-includes/classes.php, line 1542). It’s a bit kludgy, but I think it’s production-ready.

    if (!preg_match(”!^tag/!”, $request_match) && (preg_match(”!^$match!”, $request_match, $matches) ||
    preg_match(”!^$match!”, urldecode($request_match), $matches))) {

    ———————————–

    That’s it! HUGE thanks to Nathan for the fix!

  171. Trackback by HYIP-Informer Blog
    Tuesday 25 July, 2006 @ 4:04 pm

    Technorati Tag Page Problems Poll…

    There is a very interesting and relevant poll going on over at A Consuming Experience related to the Technorati LiveWeb Service.
    I’m a huge fan of the Technorati service and use it daily. But lately the service just hasn’t been updating w…

  172. Trackback by HYIP-Informer Blog
    Tuesday 25 July, 2006 @ 4:51 pm

    Technoratitags Update…

    As mentioned in my earlier post Technorati Tag Problems, I’m having problems with Technorati updating my site with my updated links. It’s been 10 days since we’ve been updated. despite Customer Service requests for help.
    The last da…

  173. Comment by PreZ
    Wednesday 26 July, 2006 @ 12:27 am

    very nice plugin thank you

  174. Comment by Jimy
    Wednesday 26 July, 2006 @ 12:41 am

    The necessary plugin (:
    It is established easily and perfectly works.
    Thank u so much!

  175. Comment by Japan
    Wednesday 26 July, 2006 @ 2:32 am

    The tag suggestions is broken for me, but I love the tags anyways.

  176. Comment by Nicolas
    Wednesday 26 July, 2006 @ 8:32 am

    Hi Christine,
    Congrats for UTW – I have discovered it recently, along with WordPress. I really appreciate on my Posts, but I’d like to be able to add tags on my Pages as well. Unfortunately, it seems tags cannot be added to Pages. Could you confirm ? And tell me if you think it’s hard to implement tags on Pages.
    Thanks a lot,
    Nicolas

  177. Comment by Brandi Belle
    Thursday 27 July, 2006 @ 9:33 am

    Awesome plugin! Thank you so much for sharing! Thumbs up for you! :)

  178. Comment by Parm
    Friday 28 July, 2006 @ 12:13 am

    Hi,

    I’ve just started using UTW and it’s such an awesome plugin!

    I am however having trouble getting it to work with Technorati, my Technorati doesn’t seem to recognise my UTW tags.

    Any ideas where I might be going wrong?

    Kind Regards,
    Parm

  179. Comment by vanchan
    Saturday 29 July, 2006 @ 4:24 am

    Great great great plugin! Have totally reorganized my blog around tags now after having categories drove me crazy and the tag cloud function of UTW provides excellent navigation!

  180. Comment by sergey
    Sunday 30 July, 2006 @ 6:50 am

    wordpress 2.0.4
    permalinks not working

    help this

    # UTW
    RewriteRule ^tag/?(.*)/feed/(feed|rdf|rss|rss2|atom)/?$ /index.php?tag=$1&feed=$2 [QSA,L]
    RewriteRule ^tag/?(.*)/page/?(.*)/$ /index.php?tag=$1&paged=$2 [QSA,L]
    RewriteRule ^tag/?(.*)/$ /index.php?tag=$1 [QSA,L]
    RewriteRule ^tag/?(.*)/page/?(.*)$ /index.php?tag=$1&paged=$2 [QSA,L]
    RewriteRule ^tag/?(.*)$ /index.php?tag=$1 [QSA,L]

  181. Comment by Paul
    Monday 31 July, 2006 @ 7:56 pm

    Hi,

    I get this problem after activating utw 3 in wordpress, and editing or writing a post:

    WordPress database error: [Unknown column 'none' in 'where clause']
    SELECT c.cat_name FROM wp_post2cat p2c INNER JOIN wp_categories c ON p2c.category_id = c.cat_id WHERE p2c.post_id = 22 AND c.cat_ID != none

    WordPress database error: [Unknown column 'none' in 'where clause']
    SELECT c.cat_name FROM wp_post2cat p2c INNER JOIN wp_categories c ON p2c.category_id = c.cat_id WHERE p2c.post_id = 22 AND c.cat_ID != none

    WordPress database error: [Unknown column 'none' in 'where clause']
    SELECT c.cat_name FROM wp_post2cat p2c INNER JOIN wp_categories c ON p2c.category_id = c.cat_id WHERE p2c.post_id = 22 AND c.cat_ID != none

    Warning: Cannot modify header information – headers already sent by (output started at /home2/superta/public_html/wp/wp-includes/wp-db.php:104) in /home2/superta/public_html/wp/wp-includes/pluggable-functions.php on line 272

  182. Comment by aseed
    Tuesday 1 August, 2006 @ 2:06 pm

    Hi,
    merci beaucoup pour ce travail je vais tester cela!
    good job
    regards from France

  183. Comment by aseed
    Tuesday 1 August, 2006 @ 2:50 pm

    i’m happy great plugin thank you :-)

  184. Comment by Chris
    Thursday 3 August, 2006 @ 1:50 am

    Hi! I was wondering if there was the ability to search for two tags at once?

    Thanks much!

  185. Comment by api
    Saturday 5 August, 2006 @ 6:58 pm

    the tags r showing up but when i click the links
    i get ‘Error 404 – Not Found’ in the part of the page where the posts r displayed, header, sidebar and rest setting seems to b ok.
    Added
    RewriteRule ^tag/(.+)$ /index.php?tag=$1 [QSA,L] in the .htaccess file.
    where can i get the tag.php or tags.php file which 1mil have mentioned above.
    Plz help what more do i have to do?

    Thanks in advance.

  186. Comment by api
    Saturday 5 August, 2006 @ 7:01 pm

    the url is http://sitename.com/tag/tagname
    but it gives ‘ Error 404 – Not Found ‘ .
    plz help

  187. Pingback by » VW Audi Tuning by Blog
    Sunday 6 August, 2006 @ 6:35 am

    [...] http://www.neato.co.nz/ultimate-tag-warrior/trackback/ [...]

  188. Comment by Koen Martens
    Thursday 10 August, 2006 @ 2:55 am

    Hi, i found a bug in UTW 3.14. Apparently, when a post does not have a _utw_tags_* meta key on it, it creates one. That will end up with a meta_value of ” (empty string).

    On the next view, it will request all the tags, and that turns up ”, which is false. So it creates a new meta key/value pair with an empty string. And then another.

    I found this bug because a clients wordpress installation that gets quite some traffic became very very slow with all those httpd processes using up memory to load 36000+ meta key/value pairs with empty strings in them. I patched it by editting ultimate-tag-warrior-core.php, and replace line 547 which said:

    add_post_meta($postID, ‘_utw_tags_’ . $
    limit, $tags);

    with:
    // patched by gmc
    if($tags) {
    add_post_meta($postID, ‘_utw_tags_’ . $limit, $
    tags);
    }

    Also had to clean up the database with this sql query:

    delete from wp_postmeta where meta_key like ‘%utw_tags%’ and meta_value=”;

  189. Comment by Drew Vogel
    Thursday 10 August, 2006 @ 3:41 am

    On 8/9/06, Craig wrote:
    >
    > I am running 2.1 Alpha 2 but this issue started back with 2.0.3. This
    > morning I decided to export my WP content to an XML and import it into
    > a new database to see if that would fix up the increasing long load
    > time for the WRITE panel. BTW, my last load time was >163 seconds.
    >
    > It turns out that my XML export file is over 39 MB in size, and I
    > noticed something right away when I opened it to have a look; starting
    > on line 38 I see the following:
    >
    > _utw_tags_0
    >
    >
    >
    > No big deal, right? EXCEPT…the above repeats SEVERAL HUNDRED TIMES
    > PER POST.
    >
    > The above repeats from line 38 as stated through to line 2409.
    >
    > YIKES!
    >
    > Obviously I’ve deactivated the Ultimate Tag Warrior plugin, but that
    > doesn’t get rid of the crap from my database.
    >
    > Craig.
    > Nuclear Moose.
    >

  190. Comment by Chris
    Thursday 10 August, 2006 @ 4:20 am

    So, I have figured out about the “and” (+) and “or” (|) being able to be put in the url. However, I’m looking for an “and” that says “both of these tags must be in a post in order for it to show up” rather than a “show posts with this tag and this tag”. Any thoughts?

  191. Comment by Chris
    Friday 11 August, 2006 @ 8:18 am

    I found a bug. The “and” feature doesnt actually work like a logical operator ought to. You see, if you and tags, then only results with *both* of those tags should be returned. However, doing something like /index.php?tag=funny+guitar returns videos that have the solely funny tag in the them, solely the guitar tag in them, and videos that have both (I believe). So, are there operators aside from “+” and “|”? This is something that probably ought to be fixed for upcoming releases. (Something that, if I get a response, I’ll probably help fix.)

  192. Comment by John Bachir
    Friday 11 August, 2006 @ 6:04 pm

    got this error when renaming a tag to a comma-separated list:

    Fatal error: Call to a member function on a non-object in /home/.kaspaas/jjb/www/blog.johnjosephbachir.org/wp-content/plugins/UltimateTagWarrior/ultimate-tag-warrior-actions.php on line 247

  193. Comment by Jon
    Friday 11 August, 2006 @ 8:09 pm

    This is a really cool plugin, I use it on all my blogs. Cheers!

  194. Comment by Sol
    Saturday 12 August, 2006 @ 10:05 am

    I’m also experiencing the issue where “_utw_tags_0″ repeats many times for a single post in the postmeta table. I love the functionality of the plugin, but the postmeta table balloons up to 1000 rows whenever I do something to a post/page (edit,create,etc.). Any ideas for a fix?
    Thanks.

  195. Comment by Jerry
    Sunday 13 August, 2006 @ 9:12 am

    Any solution for the problem of 404s when clicking tags if using a permalink structure of /%category%/%postname%/ as detailed in comment 166? I’d like to keep my hacking restricted to the templates not the wp files so the lack of an answer makes UTW unusable for me. Thanks.

  196. Comment by Steve
    Monday 14 August, 2006 @ 5:03 am

    Hi Christine,

    Thanks for the awesome script. I was wondering if there was a way to alternate internal tag links and Technorati tag links. Right now, I have the internal links, a carriage return and then then the Technorati links. What I’d like to do is have the internal text links with a Technorati label next to it, for each tag. The way it is now, the text link is repeated and it looks a bit stupid.

    Any ideas?

    Again, you’ve done an awesome job!

    Take care,
    Steve

  197. Comment by Steve
    Monday 14 August, 2006 @ 5:33 am

    I found what I was looking for – I had a feeling you’d have included it. You can add Technorati tags, among others, by choosing the commalisticons format. The rest are described here:

    http://www.neato.co.nz/wp-content/plugins/UltimateTagWarrior/ultimate-tag-warrior-help-themes.html#predefinedformats

    Is there a way to set the non-internal tags (i.e. the ones that go to Technorati, del.icio.us and Wikipedia ) to open in a new window? I see where all the formats are defined in ultimate-tag-warrior-core.php, and I see where the taglink is defined, around lines 1160 and 1180. However, when I add in target=_blank to the tag, the page doesn’t seem to open in a new window. Any ideas?

    Thanks,
    Steve

  198. Comment by Mario
    Tuesday 15 August, 2006 @ 4:50 am

    Hello, on my website I’m currently using Jerome’s Keywords. I’m about to switch to a UTW-friendly Wordpress theme (Tarski). Is there any painless way to migrate my existing tags to UTW? Thanks!

  199. Comment by Hendry Lee
    Wednesday 16 August, 2006 @ 7:04 am

    I am sorry to tell you that the solution in @166 was actually partially working.

    The HTTP header still returns 404, although the content is right.

    Check with HTTP Live extension for Firefox or if you use Google Sitemaps, you will be notified.

  200. Comment by Ron
    Wednesday 16 August, 2006 @ 10:15 pm

    Hui, cool plugin – nice to test it!

  201. Comment by Fashion Guru
    Thursday 17 August, 2006 @ 1:13 pm

    where can i see a live demo?

  202. Comment by Lebanese
    Friday 18 August, 2006 @ 10:10 am

    Thanks for the plugin, just what I was searching for :)

  203. Comment by Ken
    Saturday 19 August, 2006 @ 3:42 pm

    Seems like a great plugin but I can’t seem to get it working. I uploaded, activated but am missing something. My sidemenu is doing some really weird things. Flew 2 miles down the page….huh I’ll Give it another shot.

  204. Comment by Ricardo
    Monday 21 August, 2006 @ 12:52 pm

    Hi!
    Is there any way of checking if the current post has tags or not?
    I’m trying to use an IF statement to check if UTW_ShowTagsForCurrentPost is not empty but it’s not working… any pointers would be appreciated! =)

    Thanks! =)
    Ricardo

  205. Comment by Ricardo
    Monday 21 August, 2006 @ 1:26 pm

    Ignore my previous post! I found it: UTW_HasTags

  206. Comment by Dave
    Monday 21 August, 2006 @ 4:08 pm

    Christine – congrats on producing what has become a ‘must have’ plugin that is talked about around the entire world!!

    I’d like to get more out of the plugin and have a few questions:

    1 – is it possible to have my site tags & technorati; but hide the technorati tags from being displayed on the site?
    2 – is it possible to have different sets of words for my internal tags then my technorati ones (ex. there is no point to have my categories show up on teghnorati
    3 – i’ve tried the ‘delete’ function but get “Fatal error: Call to a member function on a non-object in ” – what am I doing wrong?

  207. Comment by paskal
    Tuesday 22 August, 2006 @ 3:30 am

    hello there…
    can u all help me with this problem? my archive page seems go wrong http://paskal.gempax.net/index.php/archives/ please someone help me…

  208. Comment by paskal
    Tuesday 22 August, 2006 @ 3:47 am

    oooppp my mistakes. its >> http://paskal.gempax.net/wordpress/index.php/archives/
    well if some one can help me. the tag is overlapping each other, how can i repair this problem. it seems that DIV create this problem, but i soooooooo n00b in DIV…. :’(

  209. Comment by liefeng
    Tuesday 22 August, 2006 @ 3:47 pm

    hello, Christine,

    I got a problem when using UTW. There are two blogs in the database, the first one is ok with UTW, but the second gets error when writing a post. The difference between these blogs is that the tables of first one use default prefix wp_, and the second use custom prefix
    liefengblog_.

    Following is the error messeng, thanks.

    liefeng

    WordPress database error: [Table 'www_traveler8_net.liefengblog_tags' doesn't exist]
    select t.tag from liefengblog_tags t inner join liefengblog_post2tag p2t on t.tag_id = p2t.tag_id and p2t.post_id=126

    WordPress database error: [Table 'www_traveler8_net.liefengblog_tags' doesn't exist]
    SELECT DISTINCT t.tag FROM liefengblog_tags t INNER JOIN liefengblog_post2tag p2t ON p2t.tag_id = t.tag_id INNER JOIN liefengblog_posts p ON p2t.post_id = p.ID AND p.ID=126 ORDER BY t.tag ASC

    WordPress database error: [Table 'www_traveler8_net.liefengblog_tags' doesn't exist]
    select tag, t.tag_id, count(p2t.post_id) as count from liefengblog_tags t inner join liefengblog_post2tag p2t on t.tag_id = p2t.tag_id inner join liefengblog_posts p on p2t.post_id = p.ID WHERE post_date_gmt 0 order by tag asc

  210. Comment by paskal
    Tuesday 22 August, 2006 @ 9:32 pm

    hello. im paskal, from malaysia. i have some trouble with ur UTW plugins. it shows up “the way i want” in FireFox but it goes really messy in IExplorer. what’s going on? i’ve try a few tricks, but it seems thats not gonna work. can u pls figured it out? and one more thing, can u teach me how to “arrange” the tags so it wont overlapping on each other. take a look at my archives page @ http://paskal.gempax.net/wordpress/index.php/archives/ for details. if i use ‘most popular font size’ under 48pt, its just ok but more than that (48pt >>), it will overlapping on each other. i’ve try adjusting the “style.css” files, but nothing happens. can u pls figured this out too? or even send me a couple of “working” files. by the way, ur plugins is very c00l! sayonara…

  211. Comment by John T P
    Wednesday 23 August, 2006 @ 12:13 am

    Eversince I upgraded to the latest version, I have been getting good hits to

    http://www.johntp.com/tag/wordpress/feed/

    But if you follow this URL you get the following error:

    Fatal error: Unknown function: do_feed() in /home/johntp/public_html/wp-content/plugins/UltimateTagWarrior/ultimate-tag-warrior-actions.php on line 484

    What does this mean? And since when did UTW allow tags to have feeds? I never even seen the option that allows my readers to Subscribe to tags.

    Please help

  212. Comment by SplitInfinity
    Wednesday 23 August, 2006 @ 4:50 am

    Thanks for sharing this plugin with us! I’m really delighted!

  213. Comment by Gruntled
    Thursday 24 August, 2006 @ 1:29 am

    Tagyu.com has shut down… Will there be another “suggestions” option in a future release?

    It would also be cool to have an option that made the tag link URLs point to that tag at Technorati. or FLickr. or wherever…

  214. Comment by Online Backgammon
    Thursday 24 August, 2006 @ 9:25 pm

    Any1 has experience enabling this great plugin in Joomla JD-WP component ?

  215. Comment by milo
    Thursday 24 August, 2006 @ 10:13 pm

    Thanks for a great plugin.

  216. Comment by Sol
    Friday 25 August, 2006 @ 1:25 pm

    Are feeds implemented in this plugin? It looks like the code is mostly there, except the do_feed() function doesn’t seem to exist.

  217. Comment by Ajay D'Souza
    Saturday 26 August, 2006 @ 5:24 am

    I have a suggestion that in the Manage screen, the tags should be listed with their occurence (like in the post screen)

    Also, the ability to manually merge similar tags can be very useful.

    I have a lot of tags now which are similar, e.g. domain and domains, which I would like to merge. How do I do it?

  218. Comment by Chris
    Saturday 26 August, 2006 @ 5:51 am

    Thank you very much for your hard work. It is greatly appreciated

  219. Comment by ambatchdotcom seocontest
    Saturday 26 August, 2006 @ 6:55 am

    Thanks man for the plug in, I will test it and I will report if there is any problems.

  220. Comment by pokemon crater
    Saturday 26 August, 2006 @ 7:00 am

    WOoOW, amazing plugin.
    Thank you so much for this great plugin.
    Keep the hard work.

  221. Comment by Amit
    Saturday 26 August, 2006 @ 7:46 am

    mmmm, I don’t know why but it seems that the admin remove my replies without I do something wrong.

  222. Comment by Photography By Christos
    Sunday 27 August, 2006 @ 2:02 am

    Thank you for providing such a useful tool. I’m relatively new too the hole blog and tags concept that I just hope I implement them correctly.

    Thank you,
    Photography by Christos

  223. Comment by Arun
    Sunday 27 August, 2006 @ 6:08 am

    Hey, there.

    I just wanted to know if there’s any way to display a list of tags in my sidebar just like you would display a list of categories — no weighted links, or tag clouds — just a plain unordered list of tags, one below the other.

    Is there any way to do this? I’d be really grateful for any help with this.

    Thank you for your time :)

  224. Comment by ekkeko
    Sunday 27 August, 2006 @ 6:50 am

    Hello,

    first of all, thanks for the amazing plugin.

    I’d also like to ask about a problem though – just like commenter 163, I am trying to rename a few tags, but just keep getting error messages.

    Fatal error: Call to a member function on a non-object in /home/spitaki/www/blog/wp-content/plugins/UltimateTagWarrior/ultimate-tag-warrior-actions.php on line 246

    This happens whether I’m trying to actually rename a tag, or if I’m trying to split it to many tags. Splitting still produces the error, but does happen. The original tag renames though, I don’t know if that’s the intended functionality.

    Also, is there a way to use the custom fields option in tag management to import the author name as a tag? We’re a multi-user blog, so that’d be useful.

    Thanks again,
    ekkeko

  225. Comment by Ambatchdotcom Seocontest
    Tuesday 29 August, 2006 @ 1:27 pm

    我所使用的WordPress插件…

    我的插件大部分来自于探花及BPC那里,在这里表示感谢!
    1)Extended Live Archives
    归档插件(dynamic archive)
    By Arnaud Froment .
    2)Blog It !
    这个插件是用于为文章添加网摘用的,里面包含了新浪 VIVI,365Key,Yo…

  226. Comment by jcwinnie
    Wednesday 30 August, 2006 @ 3:01 am

    Dear RockinKiwiDiva

    Have lost query multi tag functionality stop

    http://www.neato.co.nz/forum/read.php?7,1359 stop

    {sob}

  227. Comment by TV
    Wednesday 30 August, 2006 @ 7:35 pm

    I still miss an instruction for making good page titles with the plug-in. :-/

  228. Comment by Christine Davis
    Wednesday 30 August, 2006 @ 8:26 pm

    In the plugin download folder, there’s an themes folder, with an
    example-bits folder. In there, there’s a file header.php which includes
    the tag in the title.

    The important bit is

    < ?php if (is_tag()) { echo ' : ';
    UTW_ShowCurrentTagSet('tagsettextonly'); } ?>

    If you put that between the title tags, where you want the tag name to
    show up, you should end up with what you’re after.

  229. Comment by John K
    Thursday 31 August, 2006 @ 5:09 pm

    For the person (Shawna) who was asking about how to get a space between the colon and the first tag, there is a pretty simple way to do this.

     

    If you put that code in, HTML sees it as a space. Include the & sign at the front, and the ; at the end. Yes, you can add more than one  , and it will add two or more spaces.

    From the main menu (Dashboard), go to Options >>> Tags.

    Halfway down the page is Primary Content Tags. One of the options is Prefix for primary tag links (optional). It probably says something ilke “Other posts” or “Posts like this”. I forget what the default heading is.

    You need to add a space after those words.

    So, instead of Other posts: you should write in

    Other posts: 

    and save the page.

    It will add a space after the colon.

    *** If you end up going back to the Options >>> Tag page, and change something else on this page, and save it, the space will disappear. Just remember to add the   whenever you change something else on this page.

    Does this make sense?

  230. Comment by Kate Jackson
    Thursday 31 August, 2006 @ 7:42 pm

    Just getting into it…making a website…this sounds real interesting…where do I download? Good luck…

  231. Comment by Kim Miau
    Saturday 2 September, 2006 @ 2:54 am

    Can this tag warrior do the same work as Technorati tags?

  232. Comment by Rich Tatum
    Monday 4 September, 2006 @ 11:55 pm

    Noticed some stuff today after updating my site with ajax-wp … might be the Ajaxy stuff causing it , or my template edits. But, … here’s what I’m seeing:

    Tried deleting a tag and got this error:

    Fatal error: Call to a member function on a non-object in
    /home/tatumweb/public_html/blog/wp-
    content/plugins/UltimateTagWarrior/ultimate-tag-warrior-
    actions.php on line 274

    But the tag seemed to disappear from the list anyhow.

    And I have errors like these in my error log:

    [03-Sep-2006 20:18:27] PHP Warning: main(ultimate-tag-warrior-
    core.php): failed to open stream: No such file or directory in
    /home/tatumweb/public_html/blog/wp-content/plugins/
    UltimateTagWarrior/ultimate-tag-warrior-tag-archive.php on line 12

    [03-Sep-2006 20:18:27] PHP Warning: main(): Failed opening
    ‘ultimate-tag-warrior-core.php’ for inclusion
    (include_path=’.:/usr/lib/php:/usr/local/lib/php:.’) in
    /home/tatumweb/public_html/blog/wp-content/plugins/
    UltimateTagWarrior/ultimate-tag-warrior-tag-archive.php on line 12

    [03-Sep-2006 20:18:27] PHP Fatal error: Cannot instantiate non-
    existent class: ultimatetagwarriorcore in
    /home/tatumweb/public_html/blog/wp-content/plugins/
    UltimateTagWarrior/ultimate-tag-warrior-tag-archive.php on line 14

    [03-Sep-2006 20:18:27] PHP Warning: main(ultimate-tag-warrior-
    core.php): failed to open stream: No such file or directory in
    /home/tatumweb/public_html/blog/wp-content/plugins/
    UltimateTagWarrior/ultimate-tag-warrior-tag-archive.php on line 12

    Any ideas?

    Rich
    BlogRodent

  233. Comment by Ed
    Thursday 7 September, 2006 @ 10:52 am

    Great plugin,

    Im having problems adding comments to posts though, i get this error:

    Fatal error: Call to undefined function: tgr_tagsinpost() in /var/www/blueslims/wp-content/themes/default/single.php on line 48

    any idea what this could be?

  234. Comment by Dustin
    Friday 8 September, 2006 @ 3:15 am

    I’m having the same problem as everyone else using who is using permalinks after upgrading to WP 2.0.4. (see comment 166), but I can’t seem to find a good solution. I check out the WP message board, but that solution sounds like it only partially works. Is there something better available?

    Best!

  235. Comment by Kman
    Friday 8 September, 2006 @ 7:59 am

    I just downloaded the plugin and I must say that it is making tagging a breeze. Thanks for the plugin. I think I’ll give the istockphoto plugin a try!

  236. Comment by David Catalano
    Friday 8 September, 2006 @ 10:26 am

    Hi there, I’m new to WordPress (MT veteran). This is the first plug-in I’ve configured so please bear w/ me.

    I have read through every comment on this page regarding url rewrite for pretty URLs (i.e. the ones that are simply /tag/tagname/ as opposed to index.php?tag=tagname)

    I have also read that “your problem almost certainly is trying to use it with %category% in your Permalinks.

    Once I stopped trying to do that I found that yes, that was indeed my problem. However, I WANT to use category in the permalink AND I also want to use friendly/pretty TAGs.

    Is this a bug that will be fixed soon? I heard there was a ‘hack’ to fix it, but being new, I’ll need pretty specific instructions as to how to hack the code.

    Thanks so much for a truly great product. I had actually assumed that Wordpress had tags BUILT-IN because everyone seems to use this plug-in.

  237. Comment by Marc
    Sunday 10 September, 2006 @ 10:44 pm

    Tag Warrrior & Tag Cloud now available at testspiel.de. Thanks a lot for this great plugin!

  238. Comment by Chris Williams
    Friday 15 September, 2006 @ 4:31 pm

    I have a fix for the permalink issue. See my post in the installation forum.

  239. Comment by gunnar
    Saturday 16 September, 2006 @ 7:07 pm

    Hi there,
    it would be really cool with sanitized url’s for tags…
    for example i blog in swedish and have a tag ‘tävling’ (’competition’ in english), it would be nice to have the ‘ä’ convertet to an ‘a’ in the url
    as it is now i have it like this

    http://gunnar.lundstrom.nu/tag/t%C3%A4vling/

    in a seo sort of way, and way easier on the eyes this would be the thing

    http://gunnar.lundstrom.nu/tag/tavling/

    thanks for a great plug! :)

    (oh and a really cool, albeit overkill, feature request is for us that would like to blog bilintual is separated tag lists for each language, and perhaps a crossreference thingie like the synonym list. to get bilingual i’d recommend the gengo plug)

  240. Comment by Kim Miau
    Saturday 16 September, 2006 @ 11:04 pm

    I need a concern here. Does it tag technorati as well?

  241. Trackback by masterslate.org
    Sunday 17 September, 2006 @ 7:41 am

    WordPress Plugin List…

    Often, I come across other blogs/websites built using WordPress. On a few occasions, I’ve seen a really cool or unique feature on their site which I want to have on mine. More often than not, the plugin is something freely and publicly available…

  242. Comment by Quix0r
    Monday 18 September, 2006 @ 10:09 pm

    @Kim: Yes, it’s working on my blog.

  243. Comment by tom
    Tuesday 19 September, 2006 @ 5:23 am

    I just installed the 3.1415. Everything seems to work fine – BUT the problem is every tag returns every post. There’s no filtering. /tag/tag1 will return every single post, so will /tag/tag2. What do I do?

  244. Comment by Delilah
    Wednesday 20 September, 2006 @ 5:46 am

    hi! I want to say first, I love this plugin! I’m not a code person nor am I very quick with implementations of codes and this was simple to do!

    I have one question: Is there a way to display a tag cloud in the sidebar? I’ve seen it on lots of sites and I’d like to do the same. If you’ve covered that here, my apologies, for I glanced over things and didn’t see it.

    Thanks!

  245. Comment by Delilah
    Wednesday 20 September, 2006 @ 5:55 am

    nevermind. Thanks. I found it in the forum! :-)

  246. Comment by ased
    Wednesday 20 September, 2006 @ 4:42 pm

    I have some bug with wp204 error 500.. erf :)

  247. Trackback by jeffhester.net
    Wednesday 20 September, 2006 @ 5:07 pm

    Tag Clouds on WordPress…

    Tag clouds are information rich, making a lot of data meaningful in a very intuitive form. I love tag clouds, and previously had one on my blog back when it was powered by Movable Type. I’ve missed it since moving to WordPress, but not because it…

  248. Comment by divinewrite
    Friday 22 September, 2006 @ 12:56 pm

    Sorry to bring this up again, but I’m having trouble with the URL rewrite – I’m getting the File Not Found error when I check the rewrite box.

    I’m using WordPress 1.5… My .htaccess file is writable. Permalinks are enabled and working. I’ve checked the “Use url rewriting” box in tag options, but .htaccess doesn’t change. I’ve tried playing around with the inserting the code listed here and in the hack directly into my .htaccess file, but can’t seem to get it to work.

    What should the code be? (Note that .htaccess already has a lot of code in it from the ‘friendly’ permalink url rewrite.)

    Any help would be greatly appreciated.

    Glenn

  249. Comment by divinewrite
    Friday 22 September, 2006 @ 12:57 pm

    Brilliant plug in, BTW!!! Thanks heaps, Christine!

  250. Comment by divinewrite
    Friday 22 September, 2006 @ 1:00 pm

    Hi again! Also, I can’t seem to add tags from the dropdown list, nor from my categories. The list appears fine, but when I click on an item in the list, nothing happens.

    Cheers.

  251. Comment by divinewrite
    Friday 22 September, 2006 @ 1:18 pm

    Surprise surprise! Me again! Sorry for all the questions. I can’t seem to get RSS working for tags.

    Here’s what’s happening:
    1) I click on a tag link
    2) All entries with that tag assigned display
    3) I click on the default RSS link at the bottom of the page
    4) The xml actually contains ALL entries, not just those specific to this tag.

    I’m quite sure I’m doing something wrong, but I just can’t seem to figure out what it is!

    As usual, any help gratefully accepted…

    cheers.

  252. Comment by divinewrite
    Friday 22 September, 2006 @ 4:32 pm

    Hi again,

    After posting the above questions at the WordPress forum, I now have solutions to them all. Sorry if I’ve wasted anyone’s time.

    Cheers.

  253. Comment by Christine Davis
    Friday 22 September, 2006 @ 4:38 pm

    I’m no longer suprised when people find their own answers (:

    [I was going to have a look when I got home from work (; ]

  254. Comment by Misty
    Saturday 23 September, 2006 @ 3:32 am

    Hi Christine,

    Just to let you know, with WP 2.0.4 the URL rewrite hack is still needed for the tag archive.

    Misty

  255. Comment by Beads
    Saturday 23 September, 2006 @ 3:49 am

    thanks for the tag warrior,I’ve been looking for it so badly for my blog.thanks again

  256. Comment by india computer hardware
    Saturday 23 September, 2006 @ 9:14 am

    thank you for ultimate tag warrior, all our portals are using your plugin now, please let us know if we can donate to help further development of this plugin.

    Regards,
    http://forums.techarena.in

  257. Comment by Oona
    Sunday 24 September, 2006 @ 9:55 am

    Hi, I get a strange bug when I try to use this tag:
    UTW_ShowWeightedTagSetAlphabetical(”coloredsizedtagcloud”,”",0)

    Once I used it with a limit of 30 or something, and now it seems like it doesn’t “forget” that limit anymore, that is, it doesn’t display all the tags even if I want it to. Any suggestions?

    Otherwise a mighty fine plugin!

  258. Comment by Thomas
    Monday 25 September, 2006 @ 7:08 am

    I just don’t get the difference between the “Primary Content Tags” and the “Secondary Content Tags” because I don’t see any difference on the page and I don’t have an Idea how it could be used together or what might be the idea behind it.

    Thanks for the Add-On and thanks in advance for your answer.

  259. Comment by Thomas
    Monday 25 September, 2006 @ 7:24 am

    A synonym behaves in a similar manor to a tag.

    Is there an option to display the “Synonym” with the corresponding “Tag” like the Synonyms “apples” and “bananas” are linkt to the tag “fruits”.

    does not work, but is there an possibility?

  260. Trackback by Email Monitoring & Email Filtering Blog
    Monday 25 September, 2006 @ 9:28 am

    Excellent WordPress 2.0 Plugin…

    My thanks goes to the author of the Wordpress plugin.
    Each plugin was needed to add the already rich features of WordPress 2.0 to hopefully give the end-user the features that they look for in any blog site.
    The plugins used for my site are all stable …

  261. Comment by phil
    Wednesday 27 September, 2006 @ 3:06 pm

    Thank you for this rock solid plugin. Its powerful yet easy to handle. Have been using it on wordpress 2.0. Thank you very much.

  262. Comment by make money at home
    Friday 29 September, 2006 @ 2:05 pm

    I think UTW is about the best plugin you can put into WP2.0.

    I’ve been working for years to get anywhere with natural search results, but with UTW, I’m actually getting revelant traffic and organic results in the major engines.

    Christine, my hat is off to you!

    Jack

  263. Comment by Ed
    Friday 29 September, 2006 @ 5:26 pm

    I have installed the plugin.
    But inline tag adder doesn’t work.
    I login and enter index page and I saw the form
    when add tag and click + buttom, it doesn’t work.

    How to fix the inline tag adder problem ? Please help, thank you so much.

  264. Comment by Ed
    Friday 29 September, 2006 @ 5:56 pm

    I know where the problem is. I lost 1 file >_

  265. Comment by s.ross
    Saturday 30 September, 2006 @ 5:00 am

    Great plugin! Saved me a boatload of time.

    You’ll find in functions.php, at or around line 597, the constant WP_IMPORTING is not quoted in the defined() call. This causes noise in the logs.

    if ( defined(’WP_IMPORTING’) ) // FIXME: quoted WP_IMPORTING

  266. Comment by Ghana Hotel
    Sunday 1 October, 2006 @ 1:57 am

    Thanks for the plugin.I’m using it on my homepage

  267. Comment by Nick Nichols
    Sunday 1 October, 2006 @ 3:10 pm

    I executed “convert categories to tags” but in Live Archives I’m getting “Could not open cache file ‘tag-32.dat’” when I try to show archives by Tags.

    Any one have any ideas on how I can fix?

  268. Comment by Youtobe
    Sunday 1 October, 2006 @ 6:35 pm

    Thank you very much for this usefull plugin. It’s fantastic.
    Now i’m using it with 2.0.4 i have no problem .

  269. Comment by NiB
    Sunday 1 October, 2006 @ 9:44 pm

    Thanx for your Plugin.
    As a novice in those things I could get it installed ;-) and could also customize the basic templates (tag.php and tags.php).

    The only problem is the URL Rewriting, I could not fix it – but without there is no problem.

    See: http://www.homeiswheremyheartis.net/tag-archive/

  270. Trackback by Easy Wordpress Forum
    Monday 2 October, 2006 @ 5:19 am

    Ultimate Tag Warrior 3.0.1 Error Msg…

    Yeah it should be working properly then,. The Tagyu thing doesnt always work for me either.

    The thing is, UTW comes in MANY folders, and I only included the folders that are actually useful. I then ……

  271. Comment by Mary Nightingale
    Tuesday 3 October, 2006 @ 3:41 am

    Hi Christine,

    Thanks for writing this plugin. Unfortunately, I’m having trouble getting it to work.

    I’ve activated it OK, but when I go to the Tags tab, I get error messages under ‘Edit Tags’ and ‘Assign Synonyms’. Both errors are the same. They look like this:

    WordPress database error: [Table 'childday_wp1.wp_tags' doesn't exist]
    select tag, t.tag_id, count(p2t.post_id) as count from wp_tags t inner join wp_post2tag p2t on t.tag_id = p2t.tag_id inner join wp_posts p on p2t.post_id = p.ID WHERE post_date_gmt 0 order by tag asc

    Please could you tell me how to fix the problem? I can’t wait to get it working!

    Thanks,
    Mary

  272. Trackback by Little Legends Blog
    Tuesday 3 October, 2006 @ 7:07 am

    You can now browse our blog by keyword…

    I’ve just done some quick tinkering, and you can now browse this blog by keyword or “tag”.
    Now, if you want to see anything we’ve written that has been tagged as “parenting”, for example, you can point you browser at…

  273. Comment by Matt Williams
    Tuesday 3 October, 2006 @ 10:10 am

    I don’t know… maybe I just leave it too late in the day to try and install UTW but this is the third time I’ve tried to install it, I get about half way and eventually give up. Maybe I just need to go for something a bit simpler…

    It’s an amazing piece of work, I just don’t think I’m up to the task at 11:00 at night.

  274. Comment by William
    Wednesday 4 October, 2006 @ 1:09 pm

    First congrats for the great plugin. I really like it and it is a great help for improving your site regarding seo. I hope you will release the next version soon and I hope you’ll fix the problems with the tag url rewriting. Thanks. William. http://ineeddough.com

  275. Trackback by brent.fm - a technology mixdown
    Wednesday 4 October, 2006 @ 3:32 pm

    My first try with Ultimate Tag Warrior…

    This is only a test. If this test doesn’t go well, you’re eyes could catch on fire so PLEASE be careful reading this post.
    I recommend leaving this post and reading something else.
    ……

  276. Comment by William
    Wednesday 4 October, 2006 @ 7:15 pm

    It is also possible that the problems regarding htaccess could be host related. I had experienced different results using different domains and hosting. Anyway something doesn’t work quite right with the utw plugin and/or wordpress. I hope better versions will be released soon. Because it is a great plugin.

  277. Comment by tudor
    Thursday 5 October, 2006 @ 9:06 am

    hello. i have a problem with the plugin and i can’t manage to fix it. i’m running wordpress on the zeus servers so i can’t use permalinks. in wordpress i’m using “pathinfo permalinks” like this “/index.php/%category%/%postname%/”. everything works ok on the website, however whenever i click on a tag instead of getting a tag archive i get an error caused by the fact that there were no posts that met that criteria. i just can’t understand what’s wrong. do permalinks need to work in order for the plugin to work (although i’m not using them in the plugin or in wordpress). i’ve even tried using the default “ugly” links and i still get the same error.

    thank you for your help!

  278. Comment by Brooke Skye
    Saturday 7 October, 2006 @ 1:49 am

    Fantastic plugin, been a fan of this one for a long time and Tag Warrior continues to be he best tagging solution for wordpress – good job!

  279. Trackback by Techie's Corner
    Sunday 18 March, 2007 @ 3:23 pm

    Extending WordPress – Plugins Used…

    Here is my comprehensive list of WordPress plugins that powers this blog. This list may be little help for blog author who have recently moved to WordPress.

    After migrating from Blogger to WordPress , I started exploring the options of customi…

  280. Trackback by fiLi's tech
    Friday 18 May, 2007 @ 6:44 am

    Wordpress SEO : Adding and managing Meta-tags (keywords & description)…

    Meta-tags aren’t as important as they use to be, but they’re still an SEO factor that might help boost things up a bit. Some smaller search-engines rely on meta-tags and some of the big search-engines still use the description meta-tag in S…

  281. Comment by Sean
    Wednesday 4 July, 2007 @ 1:09 pm

    Hey, the tags plugin does not work with WordPress 2.2.1

    I unzip the files into the folder (which has been created in the plugin directory), then go to admin panel and the UTW plugin is not listed in the WP plugins list.

    Any ideas whats up?

  282. Comment by Antonio Ferraioli
    Thursday 5 July, 2007 @ 1:33 am

    Ho scaricato ed installato sul mio web site e ne ho parlato in questo post http://www.antferr.com/wordpress/tag-articoli-wordpress-ultimate-tag-warrior/. Ne sono mlto soddisfatto! Grazie mille

  283. Comment by Martino
    Thursday 5 July, 2007 @ 5:59 am

    Great PLUGIN!

  284. Comment by fbics.com
    Thursday 5 July, 2007 @ 7:48 pm

    how use it?!

  285. Comment by Copes Flavio
    Friday 6 July, 2007 @ 5:30 am

    Yeah very useful plugin, i’m using it on my personal website! Thanks

  286. Comment by bruce
    Friday 6 July, 2007 @ 5:48 am

    I just found this plug in from another blog. Just wondering if i can use it on WP 2.2? This is my first time with WP

  287. Comment by farida
    Friday 6 July, 2007 @ 10:39 am

    Hi Christine

    thanks alot for such as Fantastic Plugin. You can see the plugin in action here http://bloggerholic.com

  288. Comment by Monique
    Friday 6 July, 2007 @ 2:44 pm

    This is one amazing plugin! Extremely useful and easy to use! Thanks!

  289. Comment by Jacob
    Saturday 7 July, 2007 @ 12:25 pm

    I can’t get UTW to work with word press 2.2.1

    I uploaded it to the plugins directory, followed all the installation instructions, but it’s not listed in admin on the plugins page. I repeated the upload twice to double-check for mistakes, and still no results.

    Looks like Sean, above, had the same issue.

    Has anyone else had this problem? Any ideas what I did wrong?

  290. Comment by Al
    Saturday 7 July, 2007 @ 8:53 pm

    Its the same for me, it appears in the admin but cannot see it on the posts at all.

  291. Comment by Robert
    Sunday 8 July, 2007 @ 3:17 pm

    Hi,

    Is there a changelog somewhere? I’m really confused as to what the latest version is. Is it 3.14159265?

  292. Comment by had
    Monday 9 July, 2007 @ 3:23 am

    it works fine to me.. 10x..

  293. Comment by Jose Angel F.
    Monday 9 July, 2007 @ 5:32 am

    Dear Christine:

    Using WP 2.2.0, and in order to be consistent with my archives files, I am trying to present posts related to a given tag in reverse order – that is, older first.

    In order to do so I am modifying tag. php in the following way:

    [... some code before ...]

    Posts related to tag

    [... some code after - the WP loop...]

    Nevertheless, in this way, ALL posts are displayed – regardless of their having or not the given tag or, even, a tag

    What is wrong? Any suggestion?

  294. Comment by Jose Angel F.
    Monday 9 July, 2007 @ 5:38 am

    Sorry, I missed to include the code – square brackets instead of ”:

    [... code before... ]

    [h2 class="pagetitle"] posts related to tag [?php UTW_ShowCurrentTagSet('tagsetsimplelist') ?][/h2]

    [?php if (have_posts()) : ?]

    [?php query_posts($query_string . "&order=ASC"); ?]

    [?php while (have_posts()) : the_post(); ?]

    [... code after - the loop ...]

  295. Comment by Sam
    Monday 9 July, 2007 @ 8:30 pm

    Thank you for this wonderful plugin. I love it!

  296. Comment by Eric T
    Tuesday 10 July, 2007 @ 1:43 am

    I am using wordpress 2.2.1 as well, the plugin seems to work for me.

    However, the tags in the post will disappear after some time, I don’t understand why. Can somebody tell me what’s wrong with this?

    Jose Angel,
    this is what I use on my theme

    [?php if (have_posts()) : ?]
    [?php $post = $posts[0]; // Hack. Set $post so that the_date() works. ?
    [?php if (function_exists('is_tag') and is_tag()) { ?]
    [h2]Archives for tag[/h2]
    [?php } ?]

    [?php while (have_posts()) : the_post(); ?]
    [div class="archive_entry"]
    [h3][a href="[?php the_permalink() ?]“][span class="date-bottom"][?php the_time('d M') ?][/span][?php the_title() ?][/a][/h3]
    [?php the_content_rss('', TRUE, '', 50); ?]
    [/div]

    Let me know if this work on yours, you might want to add some line to change the list order.

  297. Comment by Jose Angel F.
    Wednesday 11 July, 2007 @ 6:02 am

    Thanks for the help, Eric. Nevertheless I have noticed that I am not using the latest UTW version; besides this I think the time has come to migrate from WP 2.2.0 to 2.2.1. My time in front of the computer to do this is short; I will try in the next days and I will make you know.

    Regards

  298. Comment by Ben
    Wednesday 11 July, 2007 @ 3:22 pm

    I’m on 2.2 as well and am getting tags disappearing. This is a pretty major issue… they just seem to go walkies after a few page reloads. What is going on?

  299. Comment by Christine Davis
    Wednesday 11 July, 2007 @ 9:28 pm

    Hey Kids!

    If your tags are disappearing, can you please check you’ve got the latest-est version of UTW? If you have a pi-type number, you don’t have the latest version.

    k,thx,bai.

  300. Comment by Sandro
    Thursday 12 July, 2007 @ 10:42 pm

    I get this error for keyword suggestion tool:
    Warning: main(ultimate-tag-warrior-core.php) [function.main]: failed to open stream: No such file or directory in /home/sandrodz/public_html/blog/wp-content/plugins/UltimateTagWarrior/ultimate-tag-warrior-ajax.php on line 3

    Warning: main() [function.include]: Failed opening ‘ultimate-tag-warrior-core.php’ for inclusion (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/sandrodz/public_html/blog/wp-content/plugins/UltimateTagWarrior/ultimate-tag-warrior-ajax.php on line 3
    No tag suggestions

  301. Comment by Bill Petro
    Friday 13 July, 2007 @ 5:38 am

    In reference to comment 228, I’m wondering about the files in the “theme” folder. If I install them all, header.php will overwrite the current file there that my current theme, Triple2K has.

    I’d think this would be a _bad_ thing. Is the solution in 228 the preferred alternative, or is there an update?

    Thanks.

  302. Comment by Christine Davis
    Friday 13 July, 2007 @ 7:12 am

    The themes folder just contains examples of how you use UTW in themes. You don’t have to do anything with them.

    The header.php includes the same code as that comment; but also shows where it is supposed to go.

  303. Comment by Joni Mueller
    Saturday 14 July, 2007 @ 4:22 am

    Hi, Christine. Thanks for making my foray into the world of tags a painless one. I am working on a client’s site and have the tags appearing underneath the posts as he desires. I have converted his categories to tags as well.

    Now, I am having two issues; hopefully they are minor.

    1. When I go to write a new post, I expect to see a list of existing tags (his categories, which were converted, remember?) in the dropdown list. Instead, it is blank. Why would this be? I also then decided to create a new post where I manually added all of his category tags thinking that is what it was missing. Still the dropdown list is blank.

    2. Tag Cloud/Heat Map. I cannot get the thing to show up. I have a hunch that these issues go hand in hand since there are no tags to be found in the dropdown box so UTW is not “seeing” the tags, yet it is displaying them on the post. (However, when you click on them, it takes you to Page Not Found.

    Any thoughts? And where’s your PayPal button? I feel the urge to click on it for some odd reason. :-)

  304. Comment by Joni Mueller
    Saturday 14 July, 2007 @ 4:23 am

    Found your PP button! :-)

  305. Comment by Gratis Angebote
    Saturday 14 July, 2007 @ 11:54 pm

    Your Plugin is amazing. Nice works. Thanks for the google users ;)

  306. Trackback by isi-p
    Sunday 15 July, 2007 @ 2:33 am

    UTW:The need to Tag…

    The Official Description from Neato:Christine Davis –Ultimate Tag Warrior is a multi-headed hydra of a plugin. It allows you to add tags either through the Write Post page in wordpress in a tag box, on posts using an AJAXy box, and in posts using…

  307. Comment by David
    Sunday 15 July, 2007 @ 5:05 pm

    When I click get KW from Yahoo I get:

    Request-URI Too Large
    The requested URL’s length exceeds the capacity limit for this server.

    request failed: URI too long

    Apache/1.3.37 Server at foo.com Port 80

    Fix?

  308. Comment by Lori Greenberg
    Monday 16 July, 2007 @ 3:12 pm

    I just tried to install UTW twice and it doesn’t appear on my plugin page for activation. I tried uploading it right into the plugin folder under wp-content and also tried it by creating a folder called UltimateTagWarrior as the installation instructions how and neither showed up under my plugins.

    Help?

  309. Comment by Eric Tan
    Tuesday 17 July, 2007 @ 3:48 pm

    What is the new version of UTW? (Final for Wordpress 2.0, 3.0.1 in a single file for Wordpress 2.0 or Ultimate Tag Warrior 3.141592) I used wordpress version 2.21. Thanks

  310. Comment by Jeremy
    Tuesday 17 July, 2007 @ 11:11 pm

    Hi!

    I’ve just set up UTW on my family blog, and I have a pending issue…

    I have been using the KML (Kamili) plugin for wordpress which allows to include flash within a post.
    This plugin writes code as : [kml_flashembed movie="http......

    On the search result pages that display the selected category, i now see the "source" code for the plugin, and for some reason,
    my stylesheets and certain images no longer appear... :-)
    Eg.: http://jeremy.moncho.ch/tag/arab-news/

    Has anyone got any idea why?

    I'm assuming that is it due to the htaccess file, which I copied (and modified where needed) from :
    http://www.hojohnlee.com/hacks/2006/01/14/a-temporary-htaccess-rewrite-fix-for-ultimate-tag-warrior-and-wordpress-20/

    My current .htaccess is as follows:
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]

    RewriteRule ^tag/?(.*)/feed/(feed|rdf|rss|rss2|atom)/?$ /index.php?tag=$1&feed=$2 [QSA,L]
    RewriteRule ^tag/?(.*)/page/?(.*)/$ /index.php?tag=$1&paged=$2 [QSA,L]
    RewriteRule ^tag/?(.*)/$ /index.php?tag=$1 [QSA,L]
    RewriteRule ^tag/?(.*)/page/?(.*)$ /index.php?tag=$1&paged=$2 [QSA,L]
    RewriteRule ^tag/?(.*)$ /index.php?tag=$1 [QSA,L]

    Thanks in advance for any input,

    Jeremy

  311. Comment by cashman
    Wednesday 18 July, 2007 @ 7:09 am

    Congrats for UTW
    i’m newbie
    thank’s for information

  312. Comment by Remy Sharp
    Wednesday 18 July, 2007 @ 10:23 am

    Christine – I’m running Wordpress 2.2 and I’ve installed UTW 3.0.1-SF.

    If a post has tags, they are automatically removed when a comment is placed.

  313. Comment by Stefan
    Thursday 19 July, 2007 @ 9:19 pm

    My website – notsonews.com – is powered by wordpress 2.2.1 and this plugin, UTW, works like a charm.

    I have posted a “thank you” message and a “do follow” link towards this page on my about pages.

    Many Thanks Christine!

    Stefan

  314. Comment by Robert
    Friday 20 July, 2007 @ 1:10 am

    Christine

    I’ve used UTW in the past but now when I upload current version ‘final for wordpress 2.0′ (upload zip to plugin folder, then move UTW folder back up into folder, then activate ‘fin’ in plugin area of wp)

    I get the following message appear above the tag area in the Write screen of Post

    WordPress database error: [Table 'traffic7_wrdp6.wp_tags' doesn't exist]
    select tag, t.tag_id, count(p2t.post_id) as count from wp_tags t inner join wp_post2tag p2t on t.tag_id = p2t.tag_id inner join wp_posts p on p2t.post_id = p.ID WHERE post_date_gmt 0 order by tag asc

    Any idea what’s the cause. Or how to rectify. The above only shows if UTW ‘fin’ is activated.

    Regards,

    Robert

  315. Comment by geordee
    Friday 20 July, 2007 @ 2:08 pm

    I am using Wordpress 2.2.1. I updated UTW and the version reads “fin”. My problem is that the URL rewriting does not work. I am getting 404.

  316. Comment by Andrei M
    Friday 20 July, 2007 @ 7:57 pm

    Hello and thank you for developing such a great plugin.
    But, i have a problem. The plugin works well, except the fact that when i click some tag, the archive doesn’t work (i get 404). Please advise!

    Thanks

  317. Comment by Chuck L
    Saturday 21 July, 2007 @ 2:26 am

    At the risk of sounding REALLY ignorant I have to ask this question…Why is it when I click on a tag displayed on a live blog page it doesn’t go anywhere? I get a 404 error. What am I missing here?

  318. Comment by Rythin
    Saturday 21 July, 2007 @ 6:53 pm

    Any chances you’d update UTW to utilize tag cloud widget?

    kthxbai.

  319. Comment by Amon
    Saturday 21 July, 2007 @ 8:37 pm

    I’ve upgraded to WP2.2.1, and I’ve installed the final version of UTW. In the plugin list, appear three UTW version.
    - Ultimate Tag Warrior fin
    - Ultimate Tag Warrior 1.3 Legacy
    - Ultimate Tag Warrior: Tag Archive 1.0

    None of these works. I click on the ‘Activate’ button (activate plugin), and I get a message from WP:
    ‘Plugin could not be activated because it triggered a fatal error.’

    The plugin does not works. Can I help ypu something to hunt this bug? Or what could be the problem?
    My other plugins are: akismet,breadcrumb xt,google sitemaps,gravatars2,lightbox 2.0,sociable,text control and wordpress reports.
    Is any of these make this error or the plugin is not compatible with wp2.2.1?

    Cheers!

  320. Comment by Alberto
    Sunday 22 July, 2007 @ 11:58 pm

    Hi, I’m using UTW with WP 2.2.1 and in Options > Tags, I filled the field for the text to display when there are no tags but it doesn’t appear on the page in replacement of when there are no tags. Any clue?

    Thanks for this great plugin :)

  321. Comment by Alberto
    Monday 23 July, 2007 @ 3:23 am

    Forgot to say, I’m using UTW 3.14159265 if that can help. Thx.

  322. Comment by Toresa
    Monday 23 July, 2007 @ 6:08 am

    Can someone tell me what this error is and how to fix it please?

    I’ve installed and activated

    Fatal error: Call to undefined function: wp_create_nonce() in /home/wealthy/public_html/reviews/wp-content/plugins/UltimateTagWarrior/ultimate-tag-warrior-actions.php on line 624

    Thanks

  323. Comment by Toresa
    Tuesday 24 July, 2007 @ 8:11 am

    I have completely deleted and re-installed the UTW plugin, added the code to my templates but now can’t post due to the error in the “write” section..

    Fatal error: Call to undefined function: wp_create_nonce() in /home/wealthy/public_html/reviews/wp-content/plugins/UltimateTagWarrior/ultimate-tag-warrior-actions.php on line 624

    Any ideas?

    Thanks

  324. Comment by John Sadler UK
    Wednesday 25 July, 2007 @ 12:01 am

    When I activate Ultimate Tag Warrior I get this error message

    Fatal error: Call to undefined function is_utwtag() in /home/bitesize/public_html/wp-content/plugins/UltimateTagWarrior/ultimate-tag-warrior-actions.php on line 826

    Any ideas?

    Thanks John

  325. Comment by Registered Office
    Wednesday 25 July, 2007 @ 7:00 pm

    Really, very good information it is. I’m very thankful of this.

  326. Comment by Ashley
    Thursday 26 July, 2007 @ 3:07 am

    Amon. As said next to the latest version. It is for Wordpress 2.0. So, this means it will not work with Wordpress 2.2. ;)

  327. Comment by heath
    Friday 27 July, 2007 @ 12:18 am

    Hi,
    I’m using wordpress 2.2.1 and UTW fin.
    I use url rewriting and set url to /tags/, it looks fine.
    But the tag’s url gets something wrong.
    If it goes normally, the url of tag should be “http://mysite/tags/tag”,
    but my url shows “http://mysitetag”.
    “/tags/” is disappear, anyone can tell me what’s wrong?
    Thanx.

  328. Comment by heath
    Friday 27 July, 2007 @ 12:21 am

    I use UTW_ShowTagsForCurrentPost(”commalist”) to show tags.

  329. Comment by Stan
    Friday 27 July, 2007 @ 2:10 am

    I have installed the latest version of UTW and when I click a tag from one of my posts I get a 404 page error. Do i need to create a page for this to work?

  330. Comment by Darren Brown
    Friday 27 July, 2007 @ 7:00 am

    Hello,

    I accidentally hit the “convert categories” button when setting up. I noticed two other people have asked about this and weren’t answered so I was hoping for a breakthrough.

    Darren

  331. Comment by John Sadler UK
    Saturday 28 July, 2007 @ 12:36 am

    When I activate Ult Tag Warrior I get this error message on my blog.

    Fatal error: Call to undefined function is_utwtag() in /home/bitesize/public_html/wp-content/plugins/UltimateTagWarrior/ultimate-tag-warrior-actions.php on line 826

    Thanks

    John

  332. Comment by shayariquote.com
    Saturday 28 July, 2007 @ 6:14 am

    i am installing and tring it now

  333. Comment by resimler
    Monday 30 July, 2007 @ 5:07 pm

    Thanks for it i am using it in my site and it is so useful.. Thanks a lot

  334. Comment by Vaibhav Gadodia
    Monday 30 July, 2007 @ 11:56 pm

    Hello,

    First of all, I am a great fan of this plugin and have used it for some months now. Recently, I moved my blog from one hosting provider to another and in the process I upgraded to the latest UTW version.

    I use Word2007 to publish to my blog, and earlier I simply used to embed my tags using the [tag]name[/tag] notation, and they used to get saved when I published.

    But since I updated, my posts don’t get associated to the embedded tags anymore. To make it work, after publishing I have to then edit the post in wordpress and save it. I don’t make any changes, and it works.

    What could be wrong?

    Thanks.

  335. Comment by Bert
    Tuesday 31 July, 2007 @ 3:07 pm

    This plugin is exactly what I need, thank you very much ;)

  336. Comment by nessie
    Wednesday 1 August, 2007 @ 2:38 am

    Thank you for the Plugin. Im using it and its cool!

  337. Comment by Jyot Vakharia
    Wednesday 1 August, 2007 @ 10:26 am

    Hi,
    I was able to install the UTW plugin fine. It worked a few times, but suddenly and abruptly, the tags plugin started to malfunction. My blog is at http://blog.blackidsolutions.com. The URL rewriting seems to have gone off. It shows 404 errors. Also, the Yahoo keyword suggestion tool shows an error

    “Forbidden
    You don’t have permission to access /wp-content/plugins/UltimateTagWarrior/ultimate-tag-warrior-ajax.php on this server.”

    though the permission is 0755.

    Please help.

    Thanks

    Jyot Vakhaira
    jyot@blackidsolutions.com

  338. Comment by Mark
    Friday 3 August, 2007 @ 3:28 am

    The WP-Polls plugin doesn’t work with UTW 3.14. Activating one causes the other to return a fatal error. Haven’t had a chance to dig into this issue yet, just bringing it up.

  339. Comment by Leon Guanajuato
    Saturday 4 August, 2007 @ 10:17 am

    Hello,
    I’ve just upgraded to WordPress 2.2.1, I’m gonna try it, I see some persons are having troubles and some other not.
    Thanks to those who develope and share great plugins like this one.
    Best Regards !

  340. Comment by FernandoPH
    Monday 6 August, 2007 @ 12:57 pm

    Thanks for this plugin

    Regards =)

    FernandoPH

  341. Comment by hwdot
    Monday 6 August, 2007 @ 9:27 pm

    It’s a good plugin for wordpress.

  342. Comment by marcos
    Tuesday 7 August, 2007 @ 9:54 am

    Hei Christine, this is my .htaccess , please help ¿could you put here the line for the solution (the permalink i Tags/tag/ thanks a lot

    RewriteEngine On
    # avoid http://retromusica.com/
    RewriteCond %{HTTP_HOST} !^www\.retromusica\.com$
    RewriteRule ^(.*)$ http://www.retromusica.com/$1 [L,R=301]

    # BEGIN WordPress

    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]

    # END WordPress

  343. Comment by Amir
    Thursday 9 August, 2007 @ 3:37 am

    Is it possible or are their any plugins that allow anyone to add tags to a post. Sort of like on Google Videos, anyone can add tags, and only the admin can delete them?

  344. Comment by technabob
    Friday 10 August, 2007 @ 3:47 pm

    Christine:

    What changed between the final PI version and the FIN version? I’ve been running the last PI version without problems (FYI, I’m still on wordpress 2.13, haven’t had the time to go to 2.2+, and was worried UTW would break with 2.2+)

    I just don’t want to risk breaking anything, since things seem to be running very smoothly at present for me.

  345. Comment by Brian
    Saturday 11 August, 2007 @ 7:33 pm

    so what happens to UTW once tagging is a part of the wordpress core code (next release – version 2.3)?

  346. Comment by Josh - Hosting
    Sunday 12 August, 2007 @ 11:55 pm

    Hello, I tried to install this plugin on my WP 2.+ Blogs (http://www.computer-backup.nl & http://www.jospostma.nl) but when I try to edit things I get this error: Cannot load ultimate-tag-warrior-actions.php.

    Does anyone no what I did wrong? In the single files there is no file called ultimate-tag-warrior-actions.php ….

  347. Comment by Sharelor
    Monday 13 August, 2007 @ 12:16 pm

    Im using this plugin on WP2.2 but it seen does not compatible as the tags disappeared sometime and then re-appeared. What caused this problem?

  348. Comment by Bab
    Tuesday 14 August, 2007 @ 4:17 pm

    I have a blog http://www.digitalpage.blogspot.com is this plugin usable for that blog

  349. Comment by Amit
    Tuesday 14 August, 2007 @ 10:16 pm

    I am receiving an error while configuring UTW.

    It says: Cannot load ultimate-tag-warrior-actions.php.

    You may access this file and more error messages here: http://amitbhatia.in/wp-content/plugins/UltimateTagWarrior/ultimate-tag-warrior-actions.php

    Please suggest/help with this issue.

    Regards,
    Amit

  350. Comment by Loz
    Wednesday 15 August, 2007 @ 1:35 pm

    Hi,

    Thanks for the plugin. :)

    I think I’m having a prob here.

    The meta keywords do not show up anywhere when I view the source of each page.

    How do I get this to work? I went back to my test post and notice there was a custom field area, and in there was two selections i could choose from:
    _utw_tags_
    _utw_tags_0
    What do these do?

    Also, what benefit does the icon tags do, i can’t see how this helps the blog – I was assuming this was some sort of socializer plugin.

    The RSS Feed also doesn’t show any links on them, it just shows the word instead with no hyperlink in the version 3 of this plugin.

    Here’s the blog I’m trying to install this on.
    http://www.assets.ask-me-about.com

    Thanks in advance for any help you can provide. :)

    Loz

  351. Comment by tony
    Friday 17 August, 2007 @ 1:09 am

    hi…i installed plugin..i see tags at end of my post….however, when i click a tag i get a error 404 page…what am i doing wrong?

    tony

  352. Comment by flatrate
    Friday 17 August, 2007 @ 6:52 am

    Great plugin! Works fine for me.

  353. Comment by AJ
    Friday 17 August, 2007 @ 1:27 pm

    I have installed the new version (fin) of UTW and my keyword suggestion button still points to Yahoo (not tagyu).
    Apart from that I love it.

  354. Comment by propertysaleforcash.com
    Friday 17 August, 2007 @ 8:02 pm

    Just the kind of thing i was looking for to do some keyword targetting… Thanks

  355. Comment by fatalus
    Saturday 18 August, 2007 @ 1:59 am

    Thanks for the keeping this comments, they are very useful and important if you want to use UTW well. Dont forget to add technorati favourites ;)

  356. Comment by greg
    Saturday 18 August, 2007 @ 11:38 am

    I love this, however, I would like to disable placing the Tags list in my Pages (as opposed to posts). Is it possible to do this and I’m just missing it?

  357. Comment by Dan
    Sunday 19 August, 2007 @ 1:29 am

    Just dropping a note of many thanks for your work on this plug-in. Full-featured…and after a bit of tweaking, it seems to play nice with the host of other plug-ins on our blog.
    Cheers,
    Dan

  358. Comment by Heiko Imke
    Sunday 19 August, 2007 @ 9:40 am

    Nice tool, i like it!

  359. Comment by pirre
    Monday 20 August, 2007 @ 3:24 am

    first: great plugin!

    but: i checked the option “Use url rewriting for local tag urls (/tag/tag instead of index.php?tag=tag)”, but there is no “/tag/” parsed in my links in the tagcloud. my blog has the url “www.url.de/blog” so the tag-url should be “www.url.de/blog/tag/tagname”. but it is as such: “www.url.de/blogtagname”, which is quite a strange behaviour.

    has anybody experienced the same and is there anyone eho knows a solution for this?

    thx
    tom

  360. Trackback by Onbezet.nl
    Tuesday 21 August, 2007 @ 3:51 am

    Takke tags…

    Via een berichtje op Bakkel.com heb ik nog maar eens een tweede blik geworpen op Ultimate Tag Warrior. Met deze Wordpress plugin kun je makkelijk zogenaamde tags aan je berichten koppelen. Met deze tags zijn je berichten beter terug te vinden bij sites…

  361. Comment by hikaye
    Thursday 23 August, 2007 @ 9:24 pm

    thnks for plugin ..

    are there any document for installation ..

  362. Comment by DeeN
    Monday 27 August, 2007 @ 11:23 am

    Many thank for the great plugin. Test on my blog and great working. Thank again

  363. Comment by Bogdan
    Tuesday 28 August, 2007 @ 8:27 am

    Hi,

    please help me with this issue that drives me crazy: i have an WP2.0.4 with UTW1.3 installed. Tags are appearing into my articles, but in Manage Tags section is written “No tags are in use at the moment”. So, whe i write an articol, i cannot select from the existing tags, also cannot display a tag cloud. I installed the UTW final, but the problem remains. Any ideea, help, anything?…
    thx
    Bogdan

  364. Comment by AJ
    Tuesday 28 August, 2007 @ 11:36 am

    Hi Christine,

    There has been a lot of talk about UTW clashing with the Secure and Accessible PHP Contact Form from Mike Cherim at green-beast.com. For anyone with UTW loaded, they get an error saying “Cannot access empty property in [pathname]/functions.php on line 282″.
    I had the problem and found that there was a record in the wp_options table for which the option_name field was empty. When I added a name in there (any name will do) the error went away. Deleting the record would probably have worked as well.
    Of course, there are many plugins that add extra records to the wp_options table and it might not have been UTW, but it is the common link between all those people getting the error.
    Would you be able to check the plugin to see if it is adding an incomplete record to this table. (I am not that technical) I started with the second last PI version of UTW, before going to the Final, so any of these is a suspect.
    Regards
    AJ

  365. Comment by seriyoz
    Tuesday 28 August, 2007 @ 11:55 pm

    error on WP2.3 Beta

    Plugin could not be activated because it triggered a fatal error.

    Fatal error: Cannot redeclare is_tag() (previously declared in /var/www/web12/web/wp-includes/query.php:94) in /var/www/web12/web/wp-content/plugins/UltimateTagWarrior/ultimate-tag-warrior.php on line 129

  366. Comment by seophilippines
    Wednesday 29 August, 2007 @ 7:29 pm

    I’m also getting an error message when I installed to my main website.

  367. Comment by Mark
    Thursday 30 August, 2007 @ 9:28 am

    “The plugin does not works. Can I help ypu something to hunt this bug? Or what could be the problem?
    My other plugins are: akismet,breadcrumb xt,google sitemaps,gravatars2,lightbox 2.0,sociable,text control and wordpress reports. Is any of these make this error or the plugin is not compatible with wp2.2.1?”

    Same here. Some of my clients really want this plugin for their WP

  368. Comment by takashi
    Thursday 30 August, 2007 @ 10:17 am

    I can’t export to wordpress default tag.

    WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-1' at line 1]
    SELECT DISTINCT t.tag FROM wp_tags t INNER JOIN wp_post2tag p2t ON p2t.tag_id = t.tag_id INNER JOIN wp_posts p ON p2t.post_id = p.ID AND p.ID=1 ORDER BY t.tag ASC LIMIT -1

  369. Trackback by Unsought Input
    Friday 31 August, 2007 @ 3:37 pm

    Put Related Tags in Category Pages with Ultimate Tag Warrior…

    Blogs are an integral part of whole “web 2.0″ business, so it’s not too surprising that bloggers like adding tags to their posts.  If you are using Wordpress, one of the best ways to add tagging functionality to your site is with a …

  370. Comment by Verinet Server Hosting
    Friday 31 August, 2007 @ 8:26 pm

    Hi there and thanks. We use UTW3 as a option for our webhotels where Wordpress is a stand bloggin tool and everyone is happy because it works quicly like and SEO CMS system. Webhotels is available at http://www.verinet.dk/cms.htm Best regards from Steen Clausen.

  371. Comment by Bryan Jacobs
    Saturday 1 September, 2007 @ 5:57 am

    When I try to activate the plugin, my browser prompts me to either open or save plugins.php — which obviously is not going to get me anywhere… I’ve tried installing other plugins and have had no problems.

    Any clue?

  372. Comment by Tobi
    Saturday 1 September, 2007 @ 10:37 am

    Hello,

    maybe this was always discussed above, but its to complex.

    What goes wrong, when the tag pages blablabla.com/tag/xxx are not available and the 404 error message will shown?

    The tags are added correctly in the post (but were not shown there – second issue).

    What goes wrong? Or is it a mistake by me?

    Please tell me.

    Thanks so lot

    Tobi

  373. Comment by chris
    Saturday 1 September, 2007 @ 12:30 pm

    pirre/Tom, I encountered the same thing. I’m not sure how I mucked it up, but the base URL is still “/tag/” on the ultimate-tag-warrior-actions.php config page, and both checkboxes are checked, yet all my tag links were to mydomain.comtagname/ instead of mydomain.com/tag/tagname/

    So since I didn’t see any answer here, I just modified the code:

    ultimate-tag-warrior-core.php

    I just hard coded the /tag/ path (line 1186, 1187)

    $format = str_replace(’%tagurl%’, “$home/tag/$tag_name_url$trailing”, $format);
    $format = str_replace(’%taglink%’, “$tag_display“, $format);

    I’d like a better way of doing this though, because if I ever install it again (or an update) it will likely break again.

  374. Comment by Steve
    Saturday 1 September, 2007 @ 2:00 pm

    Lorelle Van Fossen reported that UTW may not work with WP versions 2.1+, is it true?

  375. Comment by Saspc
    Sunday 2 September, 2007 @ 1:24 am

    Hi, I read some of the posting and I guess you did a great job! Congratulations! :) I would like tu use your plugin on my Mambo site. Does your plugin work with a Mambo blog? Thanx, Sas

  376. Comment by Andy
    Wednesday 5 September, 2007 @ 7:27 am

    Sorry Christine but I am a newbie to WP and css. I have installed Ultimate Tag Warrior – works a treat. I have created an archive page which lists the tags I am creating – OK so far.

    But I need to know how to arrange the tags into three or four columns, in alphabetical order. Eventually I will have tens of tags and a single column is going to look pretty weird.

    Any help appreciated

  377. Comment by shawn
    Wednesday 5 September, 2007 @ 10:38 am

    Is there a way to make the inline tag-adder display as a drop-down list, rather than a single-line text box?

  378. Comment by Ed Miller
    Thursday 6 September, 2007 @ 10:53 am

    Found a small bug and I have a fix.

    When you have a static page that has no tags, nothing is supposed to show. But it still shows “Tags: No Tags” anyway. The fix, for anyone who has the same problem, is to add the following:

    In ultimate_the_content_filters() [line 661 of ultimate-tag-warrior-actions.php] add

    if (count($tags) == 0 && ($post->post_type == ‘page’ || $post->post_type == ’static’)) {
    return $thecontent;
    }

    after $tags = $utw->GetTagsForPost($post->ID); [line 667]

    You can also delete the similar lines from near the end of the function, but leaving them in shouldn’t hurt anything.

  379. Comment by teknolojik internet magazini
    Friday 7 September, 2007 @ 7:33 am

    thnks for plugin .. sincerely from turkey

  380. Comment by Benedict
    Friday 7 September, 2007 @ 9:32 pm

    Uhmm.. im using wordpress 2.0.10 and i’ve downloaded the the ‘Final for Wordpress 2.0′ but it seems that this version is using ‘post_type’ instead of ‘post_status’ from the earlier version, and if i am correct the usage of ‘post_type’ is for higher versions of wordpress which is 2.1 or so.. Then I tried to download the ‘3.0.1 for Wordpress 1.5′ and it seems that it is more suitable for the wordpress version that i am using, ‘3.0.1 for Wordpress 1.5′ is still using ‘post_status = publish’ can be found on the UTWcore… I’ve also encountered an error because of this on the ‘GetTagsForPost’ function, wherein version ‘Final for Wordpress 2.0′, it uses ‘get_post_meta’ which gives me an error while im editing my posts, while in version ‘3.0.1 for Wordpress 1.5′, it just proceeds to the sql statement.. I’m just posting this to avoid confusion of some sort.. I dunno if this also have happend to any of you…

    Here is my question…

    1.) Is ‘Final for Wordpress 2.0′ applicable for version Wordpress 2.0.10? or is it only applicable for 2.1 and above?

    2.) What is the Difference between ‘3.0.1 in a single file for Wordpress 2.0′ and ‘Final for Wordpress 2.0′?

    That’s all for now.. thanks ^_^

  381. Comment by Eric
    Saturday 8 September, 2007 @ 1:35 pm

    Hi Christine!

    I love the plugin however I’ve an issue (hopefully something that I am just overlooking in my code deficient brain). When I click on “Get Keywords From Yahoo” I get a pop up that says “Something Done Went Wrong:Permission Denied to Call Method XMLHttpRequest.open”

    Help? I Think? :)

  382. Comment by dissi
    Sunday 9 September, 2007 @ 5:29 am

    hello,
    the plugin works fine and i love it. i’m using 3.14159265
    i have a question about displaying the “related posts” in “single.php”
    i am already using the function “ShowRelatedPostsForCurrentPost” via “posthtmllist”. that’s nice. :)
    but i would like to expand it a bit:
    is it possible to display (e.g. in brackets behind the link to the related post) the matching tags of the related one.
    [you know what i mean: original and related post have in common: tag a, tag b. the link to the related post looks like this: "related post (tag a, tag b)"]
    is this possible just with some small code or is it too complicated ?

    thank you,
    have a nice day
    dissi

  383. Comment by CGC
    Wednesday 12 September, 2007 @ 12:35 pm

    Hi, Just to let you know this you plug-in does not seems to work with the latest version of the WordPress. it breaks on permanent links.

  384. Comment by lp
    Thursday 13 September, 2007 @ 3:58 pm

    yes
    I used this pluging find it is good
    thanks

  385. Comment by Blue
    Thursday 13 September, 2007 @ 6:42 pm

    uhmm.. I’ve installed wordpress on my local computer and I cant seem to make the “URL settings” work..
    although I manage to change the tags from “http://localhost/wordpress/index.php?tag=sometag” to “http://localhost/wordpress/tag/sometag”, when I try to visit this (”http://localhost/wordpress/tag/sometag”) it says “NOT FOUND The requested URL /wordpress/tag/sometag/ was not found on this server.” what am I suppose to do? i am kinda new to this thing.. :) thanks

  386. Comment by Andy
    Saturday 15 September, 2007 @ 4:45 pm

    Great plugin! Thank you. One small problem. When I try to assign synonyms, if I select a tag from the dropdown, I get a JavaScript error ’sndReqGenResp is not defined’ in onchange(change). This is only a problem in Firefox 2.0.0.6 – it works fine in IE6.

  387. Comment by Andy
    Saturday 15 September, 2007 @ 4:48 pm

    Actually it doesn’t work fine in IE – just different behavior. In IE, the synonym field does not clear when you change the tag dropdown and there’s an Object Expcted error on save.

  388. Comment by Khaled
    Tuesday 18 September, 2007 @ 5:01 pm

    Great plugin! Many thanks.

    I am having a similar problem as reported by Blue. When I click on the tag url (i.e. http://site/tag/sometag), I get a “NOT FOUND” page. What am I missing?

    Your help is much appreciated.

  389. Comment by Skip Lombardi
    Wednesday 19 September, 2007 @ 3:52 am

    I too am getting the same errors as described in message 181.

    WordPress database error: [Table 'almostit.wp_post2cat' doesn't exist]
    SELECT c.cat_name FROM wp_post2cat p2c INNER JOIN wp_categories c ON p2c.category_id = c.cat_id WHERE p2c.post_id = 4

    WordPress database error: [Table 'almostit.wp_post2cat' doesn't exist]
    SELECT c.cat_name FROM wp_post2cat p2c INNER JOIN wp_categories c ON p2c.category_id = c.cat_id WHERE p2c.post_id = 4

    WordPress database error: [Table 'almostit.wp_post2cat' doesn't exist]
    SELECT c.cat_name FROM wp_post2cat p2c INNER JOIN wp_categories c ON p2c.category_id = c.cat_id WHERE p2c.post_id = 4

    The plugin works…that is, when I back out of the error conditions, my pages and posts are correctly updated, but not without some nuisance.

    Is there a fix you could tell me about, I’m reasonably adept at php.

    Many thanks,
    Skip Lombardi

  390. Comment by G
    Thursday 20 September, 2007 @ 6:59 pm

    Christine,
    great job with UTW and thank you for updating it for the new release.

  391. Comment by David
    Saturday 22 September, 2007 @ 10:27 am

    Hi Christine, thanks for a great plugin. I was wondering, though, if there was a way to convert all my tags back into categories?

    Thanks,
    David

  392. Comment by Cosmostar
    Saturday 22 September, 2007 @ 5:31 pm

    Thank you very much for this PLUGIN. it is very nice for the SEO. Thanks again!

  393. Comment by egorych
    Sunday 23 September, 2007 @ 5:02 am

    Nice plugin! I’ll use it to get technorati traffic :)

  394. Comment by Manele
    Monday 24 September, 2007 @ 12:50 am

    Thank you for your plugin! I have a music blog and this help me a lot for SEO!

  395. Comment by bünyaz
    Tuesday 25 September, 2007 @ 12:41 am

    nice plugin Thank you :)

  396. Comment by w797
    Tuesday 25 September, 2007 @ 6:44 pm

    nice plugin. but how to support wordpress 2.3?

  397. Comment by SoulSmasher
    Wednesday 26 September, 2007 @ 1:15 am

    yeah, is not compatible with WP 2.3, is there any way to do it, or import tags to it ??
    thanx

  398. Comment by Spagna
    Wednesday 26 September, 2007 @ 2:07 am

    Nice plug-in. I’ve activated for my blog and I’m sorry for non supported with wordpress 2.3. I Hope resolved conflict with wordpress. Sorry my bad bad english :(

  399. Comment by Laurentiu
    Wednesday 26 September, 2007 @ 2:45 am

    Is there any chance you make it work in Wordpress 2.3+ ? Thanks :)

  400. Comment by Christine Davis
    Wednesday 26 September, 2007 @ 9:57 am

    Yeah, it’s totally not going to be a Wordpress 2.3 plugin.

    For starters, it’s a phuge plugin; which makes it nightmarish for me to maintain.

    I am turning bits of it into smaller, more focused plugins, which live at http://www.neato.co.nz/wordpress-things – so far there are tag suggestions and administration. Tag display is on the way (There will be a form of display plugin which is compatible with the template tags from UTW, which will help from a theme-y point of view).

    Importing UTW tags into Wordpress is built into Wordpress 2.3! I think it’s an option on the Import screen.

  401. Comment by alex
    Thursday 27 September, 2007 @ 6:26 am

    Will you relase a plugin for url rewriting of local tag urls like in UTW ?
    Thx.

  402. Comment by Andy
    Thursday 27 September, 2007 @ 2:43 pm

    I’d love to see a tag editing system for many posts at once. It would look like the Manage Posts admin with ID, Date, Title and Categories, but instead of Comments, Author, View/Edit/Delete, you’d have an Ajax-y text field with current tags. So you could update the tags on many posts from one place (and be able to see more easily how you’ve been using tags across posts).

  403. Pingback by Gormful » Technorati Tags for WordPress 2.3
    Friday 28 September, 2007 @ 8:56 am

    [...] After a few minutes of tinkering with the core files, I decided to try making a plugin that would mimic Ultimate Tag Warrior’s ability to display Technorati tags, a feature that I sorely miss, having to let go of the plugin I have come to know and love. I definitely know I have to do something about it. It’s the OCD-ridden kid in me that just has to scratch this itch. The code I used for this plugin is based on the code of one of the core files in WordPress 2.3 and that would be the category-templates.php file found in the wp-includes folder of my WordPress Installation. This plugin returns a list of Technorati tags associated to the post and it follows the same syntax of listing tags native to WordPress 2.3. The only limitation it has is that it is ONLY FOR WORDPRESS 2.3. I MIGHT integrate this plugin in the next release of my current theme. Who knows. [...]

  404. Comment by dusakabin
    Friday 28 September, 2007 @ 10:23 am

    thank you for your work, all works deserves a thank you

  405. Trackback by xyzzy xyzzy...
    Monday 1 October, 2007 @ 10:07 pm

    fixing missing technorati tags for wordpress 2.3…

    xyzzyxyzzy.net is running the latest wordpress release (2.3) which has a completely revamped tag system — breaking, unfortunately christine davis’s ultimate tag warrior plugin that i had been using on my wordpress blog(s) so far. while chec…

  406. Comment by yoko
    Tuesday 2 October, 2007 @ 3:11 am

    Thanks in advanced and nice tool.

  407. Comment by Teofilo Maxim
    Wednesday 3 October, 2007 @ 1:13 am

    I hve been using UTW for a while and have been very pleased.

    I haven’t posted anything in a few months – which shouldn’t make a difference since it is a custom installation.

    But I noticed that any new tags I enter on the latest post insist on appearing in lower case – whereas “older” tags appear with a leading capital.

    For a bit I thought maybe the capital was a signal for its popularity – but I checked, and some of the other capitalized tags do in fact have only one post. What’s interesting is that ALL tags appear all lower-case in the “edit post” form.

    I tried editing the name of a tag to “force” capitalization, not surprisingly it ignored me :-)

    Anyone else notice this. I have a feeling the solution is simple!

    Thanks
    Teo

  408. Comment by eric
    Wednesday 3 October, 2007 @ 11:50 pm

    Hello there! I’m just wondering if you can make a plugin/hack that would remove the hypens in the tags when they’re imported to 2.3?

  409. Comment by Karthik
    Friday 5 October, 2007 @ 7:05 am

    Christine,

    I’ve made available a WP 2.3 compatible version of UTW.

    Cheers.

  410. Comment by Brad Hart
    Sunday 7 October, 2007 @ 12:26 am

    Great Plugin! Thank you so very much!
    brad

  411. Comment by Dentocafe
    Monday 8 October, 2007 @ 11:02 am

    I was thinking if we could arrange all the tags as a cloud on homepage.
    Is this possible?
    Let me know please!

    Thanks

  412. Comment by Webrocker
    Wednesday 10 October, 2007 @ 2:41 am

    @411 have a look at the documentation, there’s plenty of explaination how the tagcloud can be included and styled.
    http://www.neato.co.nz/wp-content/plugins/UltimateTagWarrior/ultimate-tag-warrior-help.html

  413. Pingback by Make Your Wordpress Blog Search Engine Friendly
    Thursday 11 October, 2007 @ 4:55 am

    [...] Ultimate Tag Warrior  is a plugin which allows you to include tag clouds in your wordpress blog. [...]

  414. Comment by Kasia
    Friday 12 October, 2007 @ 5:58 am

    Hi,

    This is a very good plugin. I’ve been using it for some time and it does a great job.
    Yet, now I’m facing a new problem. I need two different tag clouds leading to two different results sets for two different categories. Can this be done? Any suggestions how? I would be enormously grateful!

    Best,
    Kasia

  415. Comment by Victor
    Friday 12 October, 2007 @ 6:55 pm

    Need help! Go to http://technience.com/tag/xbox-360, No Post, try to search xbox 360, you will see the post, what wrong???
    Thanks

  416. Comment by Irfan
    Wednesday 17 October, 2007 @ 8:38 am

    Hi
    I am using tagcloud and everything seems to be working fine apart from one some problem. For some strange reason, some tags are not shown in tag cloud. Any ideas ? I am using WP 2.2

    Thanks
    Irfan

  417. Comment by Free Classified
    Wednesday 17 October, 2007 @ 8:43 am

    I am getting an error message saying “Cannot load ultimate-tag-warrior-actions.php”… Can anyone help?
    Thanks
    Irfan

  418. Comment by Mahesh Mohan
    Thursday 18 October, 2007 @ 12:27 am

    Can anyone show me a demo URL for this plug in?

  419. Comment by markus
    Sunday 21 October, 2007 @ 2:28 am

    Great Plugin. Thank you so very much!

  420. Comment by aree
    Sunday 21 October, 2007 @ 3:12 am

    Blogwalking, friend’s telling, here I am, ready to give a try to UTW. This is my first time using this pkugin. Wish me luck!

  421. Comment by john
    Thursday 25 October, 2007 @ 7:33 pm

    Is it compatible with WP2.2.3

  422. Comment by wt.object
    Friday 2 November, 2007 @ 2:24 pm

    can’t search in chinese…so sad….

  423. Comment by Vista Themes
    Wednesday 7 November, 2007 @ 5:57 am

    Awesome plugin , Thanks .

  424. Comment by Matthias
    Saturday 17 November, 2007 @ 12:34 am

    Thanks a lot for this great plugin

  425. Comment by Matthias
    Saturday 17 November, 2007 @ 8:30 pm

    Thanks a lot, this plugin really rocks!

  426. Comment by Ryan
    Thursday 22 November, 2007 @ 11:58 am

    This is a great plugin, thanks!

    I have enountered only 1 small problem that I can’t seem to fix. I enable tagging for pages as well as posts on line 33 of ultimate-tag-warrior-core.php.

    However If I click on a tag that only has pages and no posts I get a 404 error, however if there are posts associated with the tag then everything is fine.

    I did turn url rewriting for the UTW plugin, and use date and named based permalinks in wordpress. I’ve seen the errors some people report 404 errors until they rebuild the permalink structure, which I’ve done. The problem still exists only for pages still :(

    Anyone have any ideas? I have gone through the code but can’t seem to find the source of the problem.

    Thanks!
    Ryan

  427. Comment by Maurice
    Saturday 1 December, 2007 @ 8:55 am

    Very nice plugin, thanks.

  428. Comment by Robert
    Monday 3 December, 2007 @ 8:38 pm

    Thanks for the plugin. The “search” function on my blog doesn’t seem to work when the UTW plug-in is activated though. When I deactivate UTW, the search function works. Any idea how to get UTW AND the search function working simultaneously. Right now I can use one or the other but not both. I have installed version 3.14159265…thank you.

  429. Comment by M-M
    Tuesday 11 December, 2007 @ 7:21 am

    I really love this plug-in…What’s a pity that Wordpress 2.3+ doesn’t support it well..

  430. Comment by Howard
    Thursday 20 December, 2007 @ 3:00 pm

    Hi,

    I installed this plugin and, it failed on the activate and when I returned to my plugins admin, all the plugins appeared to be missing. I deleted this plug folder to correct. Foolishly, I did not capture the error msg… I am running WP2.1

    Thanks,
    Howard

  431. Comment by Billy Brasov
    Friday 4 January, 2008 @ 12:25 pm

    Hi, I make the upgrade to wordpress 2.3.2 and after upgrade the utw3 plugin don’t work more.. why? any solution? thanks

  432. Pingback by Simple Tagsがヤバイ » bellonieta log
    Sunday 6 January, 2008 @ 12:38 pm

    [...] Multilanguage版の2.2.3を試してたときは,WP業界では有名なUltimate Tag Warrior 3とUTW mod Related [...]

  433. Pingback by Aggiornamenti… < Giuseppe Giaquinto
    Sunday 6 January, 2008 @ 11:08 pm

    [...] sistema di “tag” gestito dal plugin “Ultimate tag warrior” non è compatibile con la nuova versione di [...]

  434. Comment by Erica
    Thursday 10 January, 2008 @ 9:10 pm

    Christine, thanks for sharing this great plugin.

  435. Comment by Justin
    Thursday 24 January, 2008 @ 5:44 am

    Hi Christine– I discovered that adding an extra index to your wp_post2cat table will speed up most of your queries by a factor of 10 or more– please consider adding it to your next version. Thanks!

    CREATE TABLE IF NOT EXISTS $tablepost2tag (
    rel_id int(11) NOT NULL auto_increment,
    tag_id int(11) NOT NULL default ‘0′,
    post_id int(11) NOT NULL default ‘0′,
    ip_address varchar(15),
    PRIMARY KEY (rel_id),
    KEY tag_post_idx (tag_id, post_id) ;; this speeds up count(*) by tagname
    ) TYPE=MyISAM;

  436. Comment by Nitin
    Friday 8 February, 2008 @ 2:20 am

    Hi I want to search name in the table but the name includes “‘” eg.D’souza so it gets an error

  437. Comment by Linda Sherman
    Friday 8 February, 2008 @ 4:56 pm

    I just installed using Firefox on Wordpress.org 2.1.3. It seemed to install fine. I was able to install tags onto an existing post. I hit save. The tags automatically added in hypens between 2 word tags. But going back to the public post the tags are not visible. Does this mean the article is still tagged for the purpose of SEO?
    I will try on a New post to see if they become visible but I wonder if anyone else has this situation.

  438. Pingback by Pinoy WordPress Plugin: Technorati Tags for WordPress 2.3 | WordPress Philippines
    Thursday 21 February, 2008 @ 6:57 pm

    [...] a few minutes of tinkering with the core files, I decided to try making a plugin that would mimic Ultimate Tag Warrior’s ability to display Technorati tags, a feature that I sorely miss, having to let go of the [...]

  439. Comment by The Khemist
    Monday 25 February, 2008 @ 12:13 pm

    any new on when a new version will be out for wordpress 2.3+ ??

    keep up the good work. =)

  440. Comment by Gunter
    Wednesday 27 February, 2008 @ 7:33 am

    I don’t understand what this means “AJAXy box”, but definitely I’m going to try this plugin I saw on my friend’s blog

  441. Comment by Serg
    Thursday 28 February, 2008 @ 9:38 am

    thank you!

  442. Comment by TIC Bali
    Thursday 28 February, 2008 @ 8:24 pm

    I really love this plug-in n I want instal to my first WP Blog.. THX

  443. Comment by catur
    Thursday 6 March, 2008 @ 6:36 am

    Thanks for this plugin. Just install on my blog.

  444. Comment by Sussi
    Tuesday 11 March, 2008 @ 1:05 am

    Great idea adding tags in such easy way. Thanks

  445. Comment by Sloba
    Sunday 30 March, 2008 @ 11:45 am

    Hi, i have a problem now with UTW. First it was working fine, but now when i try to access my site, i have this message until i disable UTW:

    “Fatal error: Call to undefined function is_utwtag() in /home/borslo/public_html/wp-content/plugins/UltimateTagWarrior/ultimate-tag-warrior-actions.php on line 827″

    Csn you help me?

  446. Comment by Wakefield
    Sunday 6 April, 2008 @ 4:08 am

    Are there any instructions or documentation on how to delete every tag created with UTW? Would be useful with new 2.5 Wordpress and site owners who can’t import UTW styled tags.

  447. Comment by Ryan Unger
    Sunday 6 April, 2008 @ 7:13 am

    Does UTW work with WordPress 2.5?

  448. Comment by Sarah
    Saturday 12 April, 2008 @ 8:20 pm

    I’m just upgrading an old blog that uses UTW. Thank you for providing it, it’s been great!

    Any hints on migrating my thousands of tags into the WP standard tables though?

    thanks

    Sarah

  449. Comment by dins19
    Tuesday 22 April, 2008 @ 5:02 am

    Hi,

    UTW (Tag suggestion – Yahoo keywords) not work on latest wp (2.5).Please fix it, thank you

  450. Comment by arkadas
    Tuesday 20 May, 2008 @ 10:12 pm

    Thanks for this plugin.

  451. Comment by paslanmaz
    Wednesday 28 May, 2008 @ 8:01 am

    Hi , Thanks..
    Thanks for this plugin. Just install on my blog.

  452. Comment by Ealtamira
    Wednesday 28 May, 2008 @ 8:56 pm

    Works with wp 2.5?

  453. Comment by Maria
    Friday 30 May, 2008 @ 9:01 pm

    I think this plugin is very useful. Adding tags on your posts make difference between SE friendly post or not.

  454. Comment by ioana
    Wednesday 11 June, 2008 @ 1:25 am

    i have a problem in tagged…i have “error on page”, so i cant to see my messages, to give the messages or comments for my friends, i cant see so well my page from tagged and the pages from my friends…can u help me? plssssss

  455. Comment by goonie
    Tuesday 17 June, 2008 @ 12:20 am

    I could not use UTW to the latest (ver 2.5.1) wordpress

  456. Comment by ruud
    Monday 23 June, 2008 @ 4:19 am

    I hope you will fix it to use with wordpress 2.5

    thank you for plugin

  457. Comment by Dont work properly
    Thursday 17 July, 2008 @ 3:33 pm

    I just installed this on 2.5, hoping that it would work. But does for the most part, but when a tag is clicked on, all I get is “post not found” with a search box in the middle of the page…

    What am I missing here?

    Any help?

    Where is the developer of this plugin? They around? Still alive?

  458. Comment by Kappa
    Friday 18 July, 2008 @ 10:07 pm

    Dears,
    UTW Have new version for wordpress 2.5 yet? If anybody know please update. Thanks.

  459. Pingback by 阁楼E客 » Blog Archive » 精选100个Wordpress常用插件
    Thursday 31 July, 2008 @ 2:36 am

    [...] 22、Ultimate Tag Warrior:在Wordpress的SEO插件时也介绍了这个插件,主要是用来添加文章标签。对SEO也有一定的帮助。 [...]

  460. Pingback by WordPress Polska » Blog Archive » SEO i WordPress Część 1
    Thursday 31 July, 2008 @ 6:04 am

    [...] tagi to napewno plugin: Ultimate Tag Warrior, system na pozór skomplikowany, ale po chwili używania stanie się całkiem prosty, dostępna [...]

  461. Pingback by Xu.hel’s Blog» Blog Archive » iKite Theme 发布
    Thursday 31 July, 2008 @ 11:47 am

    [...] 中文 WordPress 工具箱 Ultimate Tag Warrior(这个插件WP2.3里面就不需要了) WP-PageNavi WP AJAX Edit [...]

  462. Pingback by Using Categories and Tags in WordPress | Shanghai Tech Writer
    Friday 1 August, 2008 @ 10:11 pm

    [...] imported all the tags that were created using Christine’s Ultimate Tag Warrior plugin to WordPress 2.5.1’s own tag [...]

  463. Pingback by 精选100个Wordpress常用插件 | predestined relationship space
    Saturday 2 August, 2008 @ 10:43 pm

    [...] 22、Ultimate Tag Warrior:在Wordpress的SEO插件时也介绍了这个插件,主要是用来添加文章标签。对SEO也有一定的帮助。 [...]

  464. Pingback by Na!Belea » Blog Archive » Plugin-uri folosite
    Monday 4 August, 2008 @ 4:56 am

    [...] Ultimate Tag Warrior – Adauga taguri Technorati fiecarui post, poate genera tagcloud, related posts pe baza tagurilor si [...]

  465. Pingback by bakebrain.net » Life + Wordpress Update
    Monday 4 August, 2008 @ 4:01 pm

    [...] ich noch nicht – mal sehen wie einfach es sich tweaken lässt. Gottseidank hab ich die Tags von Ultimate Tag Warrior auf “native Wordpress Tags” umstellen können – [...]

  466. Pingback by New Features in wordpress 2.7 : 偶爱偶家
    Monday 4 August, 2008 @ 6:00 pm

    [...] 就像那时候 Wordpress 2.3 出来的时候, 最伟大的 tags 插件, UTW 就功成身退隐身于 Wordpress [...]

  467. Pingback by wordpress最佳SEO插件 « 商务前沿™
    Tuesday 5 August, 2008 @ 3:32 am

    [...] Ultimate Tag Warrior – Wordpress 最好的 Tag 插件。它可以很好地为用户提供导航。 [...]

  468. Pingback by Wordpress PluginsIII at 坦然沒有藉口
    Tuesday 5 August, 2008 @ 3:45 am

    [...] Ultimate Tag Warrior fin 添加tag功能 還有很多功能但是不是很清楚(用k2的主題的話不用另外加代碼,,k2支持的說) [...]

  469. Pingback by 知更鸟 » wordpress插件集锦
    Wednesday 6 August, 2008 @ 1:33 am

    [...] Ultimate Tag Warrior – Wordpress 最好的 Tag 插件。 [...]

  470. Pingback by WordPress Plugin, Flash Tag Cloud « TattedLines
    Wednesday 6 August, 2008 @ 4:09 am

    [...] 테스트해봤습니다. 워드프레스 2.3 이상 버젼에서만 사용할 수 있습니다. Ultimate Tag Warrior 데이터를 사용하지 않고, 워드프레스 자체의 태그 데이타를 [...]

  471. Pingback by Webmaster’s Blog » Blog Archive » How to promote your WordPress Archive
    Wednesday 6 August, 2008 @ 4:33 am

    [...] Ultimate Tag Warrior– the plugin is designed for WordPress sites to increase the possibilities and functions for tagging posts and expanding site navigation through the creation of lists of tags. [...]

  472. Pingback by 101 Steps to Becoming a Better Blogger | 9wordpress
    Wednesday 6 August, 2008 @ 7:19 am

    [...] Ultimate Tag Warrior – The best tag system for [...]

  473. Pingback by lutfi » Blog Archive » “Tagging & Meta Keywords” Wordpress
    Wednesday 6 August, 2008 @ 7:44 am

    [...] Wordpress does not have native tagging support, we can implement this by using a plugin called Ultimate Tag Warrior: The Ultimate Tag Warrior (UTW) is designed for WordPress sites to increase the possibilities and [...]

  474. Pingback by Widget friendly tag cloud for Wordpress : Random Kismet
    Wednesday 6 August, 2008 @ 12:42 pm

    [...] in Wordpress 2.2. After trying the “simple tagging plugin“, I finally opted to go with Ultimate Tag Warrior. It has built-in functions for creating a tag cloud and you can get the companion UTW widget to [...]

  475. Pingback by 35个插件打造完美人性化wordpress | 欧兔站长网赚日志
    Wednesday 6 August, 2008 @ 6:30 pm

    [...] Tags,在2.3以前我们习惯用UTW,2.3以后我们对simple [...]

  476. Pingback by Problems with Wordpress Upgrade to 2.6 | Eat your Vegetables!
    Wednesday 6 August, 2008 @ 9:38 pm

    [...] the process, I also found out that I needed to drop Ultimate Tag Warrior for tagging so I disabled the plugin.  I was able to import the UTW tags right into Wordpress and [...]

  477. Pingback by Free All About Wordpress » Wordpress tutorial: Blog posts in different columns
    Thursday 7 August, 2008 @ 6:23 pm

    [...] on my page and tags for more detailed descriptions of the content. I use a brilliant plugin called Ultimate Tag Warrior to handle the [...]

  478. Pingback by WordPress Plugins needed to Optimize your Blog for Search Engines | Nyem.Or.Id
    Friday 8 August, 2008 @ 4:36 am

    [...] Download Ultimate Tag Warrior [...]

  479. Pingback by SEO Title Tag 2.1.3 | WordPress Blog
    Friday 8 August, 2008 @ 4:57 am

    [...] users of the UltimateTagWarrior plugin (which should be everybody!), incorporates the tag name into the title tag on “tag [...]

  480. Pingback by 10 SEO Tips for WordPress - Google Community
    Saturday 9 August, 2008 @ 1:33 am

    [...] can install the Ultimate Tag Warrior plugin on your WordPress blog. Get the plugin here: Christine from the Internet Ultimate Tag Warrior 3 4. Page TitlesMake sure you set good titles on your pages. We discussed putting the post title up [...]

  481. Pingback by Вградени тагове в WordPress 2.3 Beta
    Sunday 10 August, 2008 @ 7:20 am

    [...] в скоро време няма да се нуждаят от плъгин като Ultimate Tag Warrior, ако се предлага вградена възможност за тагове [...]

  482. Pingback by Digital Kaleidoscope » At Last… WordPress 2.0
    Monday 11 August, 2008 @ 6:17 am

    [...] what’s left to do? Ultimate Tag Warrior still hasn’t been upgraded, as I’m out of energy for tonight and I suspect that will be [...]

  483. Pingback by Wordpress Theme - Into the Ocean | Design Adaptations
    Monday 11 August, 2008 @ 6:10 pm

    [...] on a variety of the latest browsers (Firefox, IE, Opera, Netscape, Flock and Safari Windows). UTW is the only plugin inherently supported at this time, and of course that’s optional. Assuming [...]

  484. Pingback by Brushed Blues Revisted - Wordpress Theme | Design Adaptations
    Monday 11 August, 2008 @ 6:14 pm

    [...] support for UTW – just uncomment to show related entries on single post [...]

  485. Pingback by Site Cleanup in Progress » Ivany.org
    Monday 11 August, 2008 @ 10:11 pm

    [...] that I’m in the process of re-tagging all of my posts now that I’m using the über cool Ultimate Tag Warrior plugin. It’s been made slightly difficult with all of the network problems that DreamHost [...]

  486. Pingback by Plugin Reviews » Blog Archive » My experience with WP Plugin
    Tuesday 12 August, 2008 @ 2:14 pm

    [...] Ultimate Tag Warrior – In term of seo, this one is [...]

  487. Pingback by MEMORARY » Blog Archive » TOP 30 Wordpress Plugins in Blogosphere
    Wednesday 13 August, 2008 @ 12:54 pm

    [...] Ultimate Tag Warrior is a plugin does everything related with tagging. With this plugin you can tag your every post through a separate field, enter tags inside post text, use tags in external editors, etc. The tags then can be used to search your blog and are picked up by blog search engines like Technorati and can bring in new users. UTW was used by 14 of 48 bloggers. [...]

  488. Pingback by Top Ten Wordpress Plugins of MT Herald
    Wednesday 13 August, 2008 @ 1:46 pm

    [...] Contextual Related Posts, Semiologic’s Related Posts, RMarsh’s Similar Posts, Christine Davis’ Ultimate Tag Warrior, Darren’s Bowl of Foo’s Related Posts, Peter Bowyer’s Related Posts etc., but [...]

  489. Pingback by תוספים לוורדפרס | אוראל אלימלך
    Wednesday 13 August, 2008 @ 2:44 pm

    [...] Ultimate Tag Warrior – הורדה [...]

  490. Pingback by Ellis Web » Setting up a Customized Blog in 7 Easy Steps
    Thursday 14 August, 2008 @ 6:43 am

    [...] Ultimate Tag Warrior -Add tagging functionality [...]

  491. Pingback by 打造完美博客的35个WordPress插件 | seo-lucene
    Friday 15 August, 2008 @ 4:52 am

    [...] Tags,在2.3以前我们习惯用UTW,2.3以后我们对simple [...]

  492. Pingback by Ultimate Tag Warrior :)
    Friday 15 August, 2008 @ 5:18 am

    [...] The Ultimate Tag Warrior is a tagging plugin for WordPress, designed by the rockin’ Christine Davis. The source page for updated information on this plugin is found at Ultimate Tag Warrior. [...]

  493. Pingback by seo-lucene>打造完美博客的35个WordPress插件 | seo-lucene
    Friday 15 August, 2008 @ 5:36 am

    [...] Tags,在2.3以前我们习惯用UTW,2.3以后我们对simple [...]

  494. Pingback by travellin’ meets real life » Wordpress 2.3 - Tagging Posts and Pages
    Friday 15 August, 2008 @ 10:16 am

    [...] you have the same weird feeling by giving up ultimate tag warrior or similar? (btw. thanks christine for your support and greetz to nz) i was a little bit [...]

  495. Pingback by 21 Top Wordpress Plugin - || CAMPUSBLOG || think to blog
    Friday 15 August, 2008 @ 11:32 pm

    [...] Ultimate Tag Warrior – Best Tag system for WordPress. You can use categories and tag system on one website which is very cool. [...]

  496. Pingback by TOP 30 Wordpress Plugins in Blogosphere (versi Indonesia ala tegaklurus.com) | tegaklurus.com
    Sunday 17 August, 2008 @ 12:04 am

    [...] Ultimate Tag Warrior berada pada posisi berikutnya. Plugin ini berfungsi sebagai tool yang berkaitan dengan semua hal terkait tagging. [...]

  497. Pingback by The World, Plugged In: Various WordPress Plugins from Various Nations - Journal by The Lightbeamers, MD.
    Sunday 17 August, 2008 @ 1:44 am

    [...] Ultimate Tag Warrior 3, by Christine Davis from New Zealand. This plugin allows you to add tags either through the Write Post page in WordPress in a tag box, on posts using an AJAXy box, and in posts using special syntax from external editors (or internally). In my own words, not only people could browse through your categories, but also your tags which specifies everything to tiny bit of pieces. Great plugin since it’s recommended everywhere for SEO. Christine Davis is a computer programmer, she’s using C#, PHP, and “..doing things which sorta sit on the edge of content management and advertising.”. She also makes cheese. No, we don’t think you’re joking, Miss Davis. Thank you! [...]

  498. Pingback by DreamX » Blog Archive » 我喜欢的几个 WordPress 插件
    Monday 18 August, 2008 @ 2:38 am

    [...] Feedburner 的功能。) Popularity Contest(用百分比显示每篇文章的受欢迎程度) Ultimate Tag Warrior(强大的 Tag 插件,昨天刚刚出来了一个 pi/bugfix 1 版本 ) Wordpress Download [...]

  499. Pingback by Pluginess Updateness Goodness » A Division by Zer0
    Wednesday 20 August, 2008 @ 4:02 am

    [...] was thinking of upgrading to the hacked version of UTW but it seems to require double tag posting so for now I think I’ll wait a bit yet. Perhaps I [...]

  500. Pingback by Wordpress Installer Status - Page 2 - Internet Marketing Forums
    Wednesday 20 August, 2008 @ 5:07 pm

    [...] to UTW in the index.php. Im not sure if UTW works above version 2.2+, this is according their site Christine from the Internet Ultimate Tag Warrior 3 I am still searching the forums to see if mark and daniel have done a mod for it. If you want a [...]

  501. Pingback by 282 plugins para WordPress (5ª parte de la R a la Z) | Pichicola.com
    Thursday 21 August, 2008 @ 6:59 pm

    [...] Ultimate Tag Warrior: Implementa un sistema de etiquetas para Wordpress con el que sustituir las desfasadas categorías. [...]

  502. Pingback by The Top Six Most Useful WordPress Plugins | Make Money Online and Adsense Income Guide in Malaysia
    Friday 22 August, 2008 @ 4:24 pm

    [...] Ultimate Tag Warrior There are a lot of great reason to tag. It helps narrow down what the post is about, it provides an easy form of navigating your site, and [...]

  503. Pingback by 打造完美博客的35个WordPress插件
    Saturday 23 August, 2008 @ 11:02 am

    [...] Tags,在2.3以前我们习惯用UTW,2.3以后我们对simple [...]

  504. Pingback by Lost World’Blog» Blog Archive » 打造完美博客的35个WordPress插件
    Saturday 23 August, 2008 @ 11:57 am

    [...] Tags,在2.3以前我们习惯用UTW,2.3以后我们对simple [...]

  505. Pingback by (转载)博客圈最流行的30个wordpress插件
    Sunday 24 August, 2008 @ 12:44 pm

    [...] Ultimate Tag Warrior:经典的 tag 插件。 [...]

  506. Pingback by (转载)wordpress最流行的30个插件
    Sunday 24 August, 2008 @ 12:54 pm

    [...] Ultimate Tag Warrior:经典的 tag 插件。 [...]

  507. Pingback by macam-macam plugin wordpress « Onelezt’s Weblog
    Monday 25 August, 2008 @ 9:24 am

    [...] Ultimate Tag Warrior Possibly related posts: (automatically generated)Buy Anything, Buy [...]

  508. Pingback by macam-macam plugins « Onelezt’s Weblog
    Monday 25 August, 2008 @ 9:26 am

    [...] CA-Title Ultimate Tag Warrior [...]

  509. Pingback by Wordpress常用66个插件下载 - 靖尊天下
    Tuesday 26 August, 2008 @ 2:39 pm

    [...] 1、Akismet:最流行的反垃圾留言插件。可能吧使用WP至今,它已经协助屏蔽了1700多条垃圾评论。 2、Spam Karma 2:又一个垃圾留言屏蔽插件,和Akismet相比,这个要更为复杂一些。 3、Threaded Comments:实现有针对性的留言。也就是可以针对某个留言进行留言,这个留言不出现在最底部,而是在所针对的留言的下方。 4、Subscribe to Comments:让评论者订阅文章后续评论的插件。 5、Webcam Comments:觉得文字留言太乏味?试试语音或视频留言如何? 6、Gravatars:只要留言者在Gravatars网站上传了头像,在留言时就能显示留言者的头像。 7、De-link Comment Author:有时候你想删除一个评论者的链接但不想删除整个留言,这个插件可以帮助你。 8、Ajax Comments-Reply:将留言系统设置成Ajax形式,不用刷新即可添加评论。 9、DMS Guestbook:为你的博客制作一个留言本。 10、Sexy Comments:替换原来的评论模板,让评论区域看起来有点像论坛的风格,确实相当Sexy。 11、Math Problem Spam Protection:和留言验证码差不多,这个是要回答一道简单的数学问题。 12、Link Love Plugin:去除留言者链接里的”nofollow”标签。 13、Do-Follow:和Link Love Plugin一样,去除留言里的nofollow标签。 SEO相关: 14、All-in-One SEO Pack:必备的SEO插件,不详细介绍,具体参看Wordpress的SEO插件。 15、Permalink Redirect:在介绍Wordpress的SEO插件时介绍了这个插件,一个实现301转向的插件。 16、Google Sitemaps:在博客根目录生成一个sitemap.xml文件,并自动提交到Google,方便搜索引擎进行索引。 17、Google Pagerank Plugin:展示Page Rank的插件。 18、Alexa Ranking:展示Alexa排名的插件。 19、Dagon Design Sitemap Generator:生成一个网站地图。具体可以看可能吧的网站地图。 20、No WWW:将所有含有www的URL都转向到无www的URL。 21、Simple Tagging:给文章添加标签。 22、Ultimate Tag Warrior:在Wordpress的SEO插件时也介绍了这个插件,主要是用来添加文章标签。对SEO也有一定的帮助。 23、Robots.TXT:协助你方便地编辑robots.txt,我觉得手动编写好robots.txt再上传会更好。 互动相关: 24、Share This:一个显示社会书签收藏的插件,可能吧曾经汉化过,可以参看这里。 25、Members Only:只有注册用户才可以看到你的文章。慎用! 26、WP-Notable:一个社会书签插件,可以实现在文章底部显示Del.icio.us,Digg.com等社会书签收藏图标。 27、Wp-Contact Form:制作一个联系表格让读者可以发邮件联系你。具体参看这里。 28、Show Top Commenters:显示日、月、年或设定时间内留言最多的几位留言者。具体可以看看可能吧首页的“本月评论之星”。 29、Comment Relish:给首次留言的留言者寄送一封感谢邮件。 30、Author Complete Post List:展示某个特定作者的全部文章。 31、Del.icio.us cached:展示你最近在del.icio.us的收藏条目。 32、Random Posts:这个插件能生成随机文章。看看这篇文章底部的“随机文章”就明白了。 33、New Posts Pop-up:在一个新的弹出式窗口里展示最新文章或评论。慎用! 34、Find Us:一个可以在博客里生成Google Maps的插件。 35、One Year Ago:展示一年之前的文章。 36、Get Recent Comments:在侧栏里显示最新评论。 37、Trackbackers:和Show Top Commenters不同,它展示的是引用你的文章最多的博客,而不是评论最多的人。 38、Post Notification:给数据库里的所有email发邮件,告诉他们你写了新文章。慎用! 39、About Me Widget:在侧栏加入一个“关于我”的Widget。 40、Yahoo Messenger Online Status:显示你的Yahoo Messenger是否在线。 41、Category Excluder:让你建立一些浏览者没有权限浏览的分类目录。 42、WP-User Online:显示在线人数。 43、Landing Sites:有些人通过搜索引擎进入到你的博客,这个插件根据搜索关键字给这些来访者提供他们可能感兴趣的相关文章。 44、Add Related Posts to Feed:在Feed输出里加入相关文章。需配合一些UTW或Simple tagging使用。 博客优化相关: 45、Related Posts:显示相关文章的插件。可能需要配合其它插件,比如UTW或Simple tagging使用。 46、Super Archive:实现增强的文章归档。 47、WP-Cache:将Wordpress页面进行缓存,将一些信息保存为html文件,实现快速访问。慎用! 48、Popularity Contest:通过设置一些参数来显示博客的最流行文章。可以显示年、月、周、分类最流行的文章。具体可以看看这篇文章旁边的“同期热门文章”和“年度热门文章”。 49、Homepage Excerpts:允许在首页的第一页显示全文输出,而在第二页之后显示文章的摘要输出。 50、Different Posts Per Page:允许你设置不同页面显示的文章数,比如首页显示7篇、分类页显示9篇。 51、Next/Previous Post in same Category:在文章里展示同类别的上一篇和下一篇。 52、WP Definitions:有时候你会在很多地方提到同一个比较偏门的名词,但不想每次都重新解释一遍,这时这个插件就用上了。只要某个词之前已经定义在数据库里面,以后就可以方便地引用了。 53、AWSOM:这个插件能让制作一篇“置顶”文章或留言。非常有用。 54、Order Posts:厌倦了文章按日期排列的方式?这个让你自定义旧文章的展示方式,有时你不想浏览者看到某篇文章… 55、Pagebar:显示页码的插件。 56、WP-PageNavi:同样是显示页码的插件,与PageBar相比能自定义的项目更多。 57、NAVT:一个能让你轻松设置导航栏的插件。 58、Front Page Excluded Categories:允许你设置在首页不显示某个特定分类的文章。 多媒体相关: 59、Word Tube:又一个多媒体播放插件。 60、Pod Press:播客优化插件,内含一个播放器。 61、Shashin:一个可以让你展示Picasa相册图片的插件。 62、Audio player:一个媒体播放器。 63、flickrRSS:将Flickr相册里的RSS合烧到博客的RSS里。 64、CoolPlayer:国人开发的多媒体播放插件,支持播放音频和视频。 65、Batch Image Uploader:批量上传图片。 66、Image Manager Plugin:让你在WP后台编辑图片:裁剪、旋转等等。 [...]

  510. Pingback by Reoptimizing Blogopreneur - Blogopreneur.com
    Wednesday 27 August, 2008 @ 5:27 am

    [...] I said goodbye to Ultimate Tag Warrior, and imported the UTW tags to the native tags using the built in importer. The importer worked like [...]

  511. Pingback by Πρώτο χέρι » A Division by Zer0
    Wednesday 27 August, 2008 @ 6:38 am

    [...] που χρησιμοποιώ με συνδυασμένη χρήση tags μέσω του Ultimate Tag Warrior plugin. Αυτή τη στιγμή οι κατηγορίες μου αριθμούν κοντά [...]

  512. Pingback by Wordpress Plugin: Improved Meta Description Snippets - Microkid.net
    Thursday 28 August, 2008 @ 2:05 am

    [...] Ultimate Tag Warrior – If you are using WP 2.3+ with native tag support my plugin will use those tags, if you have a lower version and UTW installed it will use those. [...]

  513. Pingback by How to create tag.php for UTW » WordPress Experiments
    Thursday 28 August, 2008 @ 3:54 am

    [...] to display archive for posts with given tag. I have to admit that information given on official UTW site are rather… short ;) so here is little bit longer explanation. I have copied content of [...]

  514. Pingback by 精选100个Wordpress常用插件 | 随心所至
    Thursday 28 August, 2008 @ 12:04 pm

    [...] 22、Ultimate Tag Warrior:在Wordpress的SEO插件时也介绍了这个插件,主要是用来添加文章标签。对SEO也有一定的帮助。 [...]

  515. Pingback by Wordpress主题站 » Hello 2007 Wordpress Theme Released
    Saturday 30 August, 2008 @ 12:58 am

    [...] 2.1.x 预览: 下载:hello2007.zip 说明:1,使用这个模板前请安装插件Ultimate Tag Warrior. [...]

  516. Pingback by Site Info | Another Opinion Among Many
    Saturday 30 August, 2008 @ 9:43 am

    [...] Ultimate Tag Warrior – Ultimate Tag Warrior is a tagging plugin, that’s heavy on tag visualisation. I Like Pi! By Christine Davis. [...]

  517. Pingback by Ultimate Tag Warrier... Cheese? - Habari
    Saturday 30 August, 2008 @ 4:19 pm

    [...] was checking out the rest of Christine Davis’ blog. Since she’s the author of the uber Ultimate Tag Warrior plugin for WordPress, she was immediately worth a skim…So I’m flipping through [...]

  518. Pingback by Some very useful WordPress plugins - Somefoolwith_ahabari
    Monday 1 September, 2008 @ 3:13 pm

    [...] Flickr Photo Gallery seems quite useful but for me at least incompatible with the more critical UTW; WP Cache, I used an older version of some sort of WordPress cache plugin a while a go and had [...]

  519. Pingback by UTW - Somefoolwith_ahabari
    Monday 1 September, 2008 @ 3:42 pm

    [...] Ultimate Tag Warrior is pretty cool, unfortunately due it seems to my use of home.php in WordPress i couldnt get it working properly. Well I found a fix. Have a search for Copperleaf’s comments on the UTW page. My only amend was that I had to enter “$wp_query->is_paged=true;” rather than “$wp_query->is_home=false;” in the function “ultimate_get_posts” just before the apply_filters call. Thats in the core file. [...]

  520. Pingback by I love WordPRess and it’s plugins. You can do practically anything you want by adding a plugin or two without even knowing any coding. I have decided to share a list of fantastic plugins I have collected over time. So here’s the list&hell
    Monday 1 September, 2008 @ 4:10 pm

    [...] modified version of flickr RSS. In this version, displayed pictures are related to post title or to Ultimate Tag Warrior tags. This is a good way to provide pictures in your article related to the [...]

  521. Pingback by adtech ile reklam 2.0 dönemi başlıyor ve Trkycmhrytllbtpydrklcktr r10.net seo yarışması » En Gerekli 10 WordPress Plugin
    Tuesday 2 September, 2008 @ 1:34 pm

    [...] Ultimate Tag Warrior : Blogunuzda konularınızı taglar ile imliyorsanız, çok şık bir eklenti, sidebarınızda ve konu içlerinde taglarınızı göstermeye yarıyor. [...]

  522. Pingback by Maxsailor’s Blog | Wordpress 的100个插件
    Wednesday 3 September, 2008 @ 5:08 am

    [...] 6、Gravatars:只要留言者在Gravatars网站上传了头像,在留言时就能显示留言者的头像。 7、De-link Comment Author:有时候你想删除一个评论者的链接但不想删除整个留言,这个插件可以帮助你。 8、Ajax Comments-Reply:将留言系统设置成Ajax形式,不用刷新即可添加评论。 9、DMS Guestbook:为你的博客制作一个留言本。 10、Sexy Comments:替换原来的评论模板,让评论区域看起来有点像论坛的风格,确实相当Sexy。 11、Math Problem Spam Protection:和留言验证码差不多,这个是要回答一道简单的数学问题。 12、Link Love Plugin:去除留言者链接里的”nofollow”标签。 13、Do-Follow:和Link Love Plugin一样,去除留言里的nofollow标签。 SEO相关: 14、All-in-One SEO Pack:必备的SEO插件,不详细介绍,具体参看Wordpress的SEO插件。 15、Permalink Redirect:在介绍Wordpress的SEO插件时介绍了这个插件,一个实现301转向的插件。 16、Google Sitemaps:在博客根目录生成一个sitemap.xml文件,并自动提交到Google,方便搜索引擎进行索引。 17、Google Pagerank Plugin:展示Page Rank的插件。 18、Alexa Ranking:展示Alexa排名的插件。 19、Dagon Design Sitemap Generator:生成一个网站地图。具体可以看可能吧的网站地图。 20、No WWW:将所有含有www的URL都转向到无www的URL。 21、Simple Tagging:给文章添加标签。 22、Ultimate Tag Warrior:在Wordpress的SEO插件时也介绍了这个插件,主要是用来添加文章标签。对SEO也有一定的帮助。 23、Robots.TXT:协助你方便地编辑robots.txt,我觉得手动编写好robots.txt再上传会更好。 互动相关: 24、Share This:一个显示社会书签收藏的插件,可能吧曾经汉化过,可以参看这里。 25、Members Only:只有注册用户才可以看到你的文章。慎用! 26、WP-Notable:一个社会书签插件,可以实现在文章底部显示Del.icio.us,Digg.com等社会书签收藏图标。 27、Wp-Contact Form:制作一个联系表格让读者可以发邮件联系你。具体参看这里。 28、Show Top Commenters:显示日、月、年或设定时间内留言最多的几位留言者。具体可以看看可能吧首页的“本月评论之星”。 29、Comment Relish:给首次留言的留言者寄送一封感谢邮件。 30、Author Complete Post List:展示某个特定作者的全部文章。 31、Del.icio.us cached:展示你最近在del.icio.us的收藏条目。 32、Random Posts:这个插件能生成随机文章。看看这篇文章底部的“随机文章”就明白了。 33、New Posts Pop-up:在一个新的弹出式窗口里展示最新文章或评论。慎用! 34、Find Us:一个可以在博客里生成Google Maps的插件。 35、One Year Ago:展示一年之前的文章。 36、Get Recent Comments:在侧栏里显示最新文章。 37、Trackbackers:和Show Top Commenters不同,它展示的是引用你的文章最多的博客,而不是评论最多的人。 38、Post Notification:给数据库里的所有email发邮件,告诉他们你写了新文章。慎用! 39、About Me Widget:在侧栏加入一个“关于我”的Widget。 40、Yahoo Messenger Online Status:显示你的Yahoo Messenger是否在线。 41、Category Excluder:让你建立一些浏览者没有权限浏览的分类目录。 42、WP-User Online:显示在线人数。 43、Landing Sites:有些人通过搜索引擎进入到你的博客,这个插件根据搜索关键字给这些来访者提供他们可能感兴趣的相关文章。 44、Add Related Posts to Feed:在Feed输出里加入相关文章。需配合一些UTW或Simple tagging使用。 博客优化相关: 45、Related Posts:显示相关文章的插件。可能需要配合其它插件,比如UTW或Simple tagging使用。 46、Super Archive:实现增强的文章归档。 47、WP-Cache:将Wordpress页面进行缓存,将一些信息保存为html文件,实现快速访问。慎用! 48、Popularity Contest:通过设置一些参数来显示博客的最流行文章。可以显示年、月、周、分类最流行的文章。具体可以看看这篇文章旁边的“同期热门文章”和“年度热门文章”。 49、Homepage Excerpts:允许在首页的第一页显示全文输出,而在第二页之后显示文章的摘要输出。 50、Different Posts Per Page:允许你设置不同页面显示的文章数,比如首页显示7篇、分类页显示9篇。 51、Next/Previous Post in same Category:在文章里展示同类别的上一篇和下一篇。 52、WP Definitions:有时候你会在很多地方提到同一个比较偏门的名词,但不想每次都重新解释一遍,这时这个插件就用上了。只要某个词之前已经定义在数据库里面,以后就可以方便地引用了。 53、AWSOM:这个插件能让制作一篇“置顶”文章或留言。非常有用。 54、Order Posts:厌倦了文章按日期排列的方式?这个让你自定义旧文章的展示方式,有时你不想浏览者看到某篇文章… 55、Pagebar:显示页码的插件。 56、WP-PageNavi:同样是显示页码的插件,与PageBar相比能自定义的项目更多。 57、NAVT:一个能让你轻松设置导航栏的插件。 58、Front Page Excluded Categories:允许你设置在首页不显示某个特定分类的文章。 多媒体相关: 59、Word Tube:又一个多媒体播放插件。 60、Pod Press:播客优化插件,内含一个播放器。 61、Shashin:一个可以让你展示Picasa相册图片的插件。 62、Audio player:一个媒体播放器。 63、flickrRSS:将Flickr相册里的RSS合烧到博客的RSS里。 64、CoolPlayer:国人开发的多媒体播放插件,支持播放音频和视频。 65、Batch Image Uploader:批量上传图片。 66、Image Manager Plugin:让你在WP后台编辑图片:裁剪、旋转等等。 [...]

  523. Pingback by WordPress搜索引擎优化SEO插件介绍 | 窝棚-WPCMS
    Wednesday 3 September, 2008 @ 11:39 am

    [...] Ultimate Tag Warrior – Wordpress 最好的 Tag 插件。它可以很好地为用户提供导航。 [...]

  524. Pingback by Wordpress&SEO | 窝棚-WPCMS
    Wednesday 3 September, 2008 @ 12:04 pm

    [...] 5)使用Tag Tag逐渐在互联网变得越来越重要,使用Tag可以让文章之间相互关联,可以让搜索引擎更好的挖掘你的网站。 推荐WordPress Tag插件Ultimate Tag Warrior [...]

  525. Pingback by Site layout change | Balaji's Blog
    Wednesday 3 September, 2008 @ 11:43 pm

    [...] now means whenever I implement my blog tag heatcloud using Ultimate Tag Warrior, I will have to think of a new place to display my tag [...]

  526. Pingback by WordPress最有用的SEO插件 | 电脑新手入门
    Friday 5 September, 2008 @ 1:53 am

    [...] Ultimate Tag Warrior – Wordpress 最好的 Tag 插件。它可以很好地为用户提供导航。 [...]

  527. Pingback by 10个不装会死的WordPress插件 » X-nian.|尛哖。
    Friday 5 September, 2008 @ 1:11 pm

    [...] 4. Ultimate Tag Warrior (简称:UTW) [...]

  528. Pingback by links for 2008-09-05 « Who…What…Where…When…Why…How…?????
    Friday 5 September, 2008 @ 3:40 pm

    [...] Christine from the Internet » Ultimate Tag Warrior 3 (tags: tagcloud plugin) [...]

  529. Pingback by WinExtra - Why WordPress 2.3 tags are wrong
    Friday 5 September, 2008 @ 3:51 pm

    [...] in the manner I believe they were meant to be used. Myself I use Simple Tags but there are also Ultimate Tag Warrior or TechnoTags. Any of these three would be my recommendations if you want to help; and promote, [...]

  530. Pingback by 精选100个Wordpress常用插件 | dont worry,别担心!
    Sunday 7 September, 2008 @ 10:22 am

    [...] 22、Ultimate Tag Warrior:在Wordpress的SEO插件时也介绍了这个插件,主要是用来添加文章标签。对SEO也有一定的帮助。 [...]

  531. Pingback by 10 Ways To Optimize Blog Traffic | download
    Monday 8 September, 2008 @ 6:10 am

    [...] META Description – Optimizes the meta description for search engines to index your site properly. Ultimate Tag Warrior – Makes it easier by searching through the tags you made for the [...]

  532. Pingback by Best SEO Plugins for Wordpress | download
    Monday 8 September, 2008 @ 6:12 am

    [...] Ultimate Tag Warrior – Best Tag system for WordPress. You can use categories and tag system on one website which is very cool. Makes it easier by searching through the tags you made for the posts. [...]

  533. Pingback by Grady Is Freed • Griffin and Hoxie
    Monday 8 September, 2008 @ 10:04 pm

    [...] Ultimate Tag Warrior [...]

  534. Pingback by Real World SEO Examples - How important is your website title? » Realivent Real Estate Technology Blog
    Monday 8 September, 2008 @ 10:36 pm

    [...] Title plugin – this rearranges your blog title to emphasize your keywords (tags) Ultimate Tag Warrior – This plugin creates tags and allows you to place then is strategic places on your [...]

  535. Pingback by 几个提高博客浏览量的WordPress搜索引擎优化插件 | 分享博客
    Tuesday 9 September, 2008 @ 12:59 am

    [...] 3、Ultimate Tag Warrior – UTW [...]

  536. Pingback by Ultimate Tag Warrior Problem Solve | SEO Case Study, Make Money Online and Tips
    Wednesday 10 September, 2008 @ 12:51 am

    [...] final Ultimate Tag Warrior (UTW) from Neato, now I can use it with search engine friendly method without move to other [...]

  537. Pingback by Guy Piot » Blog Archive » Top Wordpress Plugins
    Wednesday 10 September, 2008 @ 8:50 pm

    [...] Ultimate Tag Warrior – Best Tag system for WordPress. You can use categories and tag system on one website which is very cool. [...]

  538. Pingback by 博客世界最受欢迎的30个插件 | internet Readers
    Friday 12 September, 2008 @ 2:06 pm

    [...] Ultimate Tag Warrior 是一个可以做所有和 tagging 相关事情的插件。通过这个插件你可以给你的文章都加上 tag,在文章内加入 tag,文章外加入 tag,等等。这些 tags 可以被用来搜索你的 blog,能够一些像 Technorati 这样的 blog 搜索引擎收集并且给你带来新用户,UTW被14位 blogger 使用。 [...]

  539. Pingback by All about What You Need! | More SEO for Wordpress : wpSEO
    Sunday 14 September, 2008 @ 4:59 pm

    [...] definition of used Meta-Keywords offers you more flexibility. If you are already using the plugins UT’W or STP, wpSEO can use your tags as keywords. Otherwise the keywords will be automatically generated [...]

  540. Pingback by The 5 Important Plugins For Wordpress · bloggingtips.info
    Sunday 14 September, 2008 @ 7:13 pm

    [...] link [...]

  541. Pingback by Top 10 Wordpress SEO Plugins | Promote Dating
    Sunday 14 September, 2008 @ 9:18 pm

    [...] Ultimate Tag Warrior [...]

  542. Pingback by Clujanul.ro » Plugins SEO pentru WordPress
    Monday 15 September, 2008 @ 12:25 am

    [...] Tags and Sitemaps Google Sitemaps – UltimateTagWarrior Tag Addon – WordPress Plugin Ultimate Tag Warrior [...]

  543. Pingback by VietNam WordPress Club » The Top Ten WordPress Plugins
    Thursday 18 September, 2008 @ 6:04 am

    [...] 2.0 has brought a lot of interesting ideas to websites, tags being one of them. Ultimate Tag Warrior allows you to starting following the fad and tag your posts. There are a lot of great reason to [...]

  544. Pingback by VietNam WordPress Club » Top Wordpress plugins for SEO and usability.
    Thursday 18 September, 2008 @ 6:07 am

    [...] Ultimate Tag Warrior Fantastic and powerful plug-in, does all sorts of cool things with tags. Through UTW I was able to display the related posts on threadwatcher.com (I had to perform a little hack to stop ultimate tage warrior from showing draft posts(Function GetRelatedPosts , add “AND post_status = ‘publish’” to the mysql query  – this may only work on version 2.2.1 of wordpress ) [...]

  545. Pingback by 打造完美WordPress博客的35个插件 | 静水深流
    Thursday 18 September, 2008 @ 5:51 pm

    [...] Tags,在2.3以前我们习惯用UTW,2.3以后我们对simple [...]

  546. Pingback by SizzledCore » Blog Archive » Best SEO Plugins for Wordpress
    Thursday 18 September, 2008 @ 11:16 pm

    [...] UTW is the best tagging system available for WordPress. You can add tags to posts, pages, categories and archives. Search engines, even today rely, on META keywords to index pages. Tags and keywords make it easier for search engines bots and spider to crawl on your blog. You can add the tags manually below every post, or create a tag cloud in the sidebar. Tag cloud makes it easier for your readers to search posts of their interest. Download from here. [...]

  547. Pingback by I MIGLIORI 48 PLUGINS PER BLOG WORDPRESS | Blog Info 360° - Il Blog A 360°
    Friday 19 September, 2008 @ 1:36 pm

    [...] Ultimate Tag Warrior Uno dei plugin più completi per l’inserimento di tags nei [...]

  548. Pingback by .:: How To WordPress ::. » Blog Archive » SEO - Tagging & Meta Keywords
    Friday 19 September, 2008 @ 4:55 pm

    [...] WordPress does not have native tagging support, we can implement this by using a Plugin called Ultimate Tag Warrior: The Ultimate Tag Warrior (UTW) is designed for WordPress sites to increase the possibilities and [...]

  549. Pingback by 101 paces let you become an outstanding rich customer : LOVE BLOG
    Friday 19 September, 2008 @ 11:36 pm

    [...] rubbish comment20, Optimal Title – with will optimize Title, raise search engine to evaluate21, Ultimate Tag Warrior – first-rate label system22, Google Sitemap Generator – can generate Google Sitemap [...]

  550. Pingback by LOVE BLOG » 101 paces let you become an outstanding rich customer
    Saturday 20 September, 2008 @ 1:02 am

    [...] rubbish comment20, Optimal Title – with will optimize Title, raise search engine to evaluate21, Ultimate Tag Warrior – first-rate label system22, Google Sitemap Generator – can generate Google Sitemap [...]

  551. Pingback by Wordpress SEO Plugin Pack | Resist me Blog!
    Monday 22 September, 2008 @ 6:40 am

    [...] Download Ultimate Tag Warrior 3 [...]

  552. Pingback by Di questo non me ne ero accorto | Accountentando
    Monday 22 September, 2008 @ 12:21 pm

    [...] Il regalo di oggi riguarda wordpress e il plugin Ultimate Tag Warrior: [...]

  553. Pingback by .:. Berbagi Ilmu .:. - 5 Plugin Wordpress Yang Berkaitan Dengan SEO
    Tuesday 23 September, 2008 @ 11:04 pm

    [...] Tag Warrior (UTW) – LinkPlugin ini berguna untuk menambahkan sistem tagging pada blog Anda. Selain menawarkan keleluasaan [...]

  554. Pingback by 精选介绍100个WordPress插件 » Surfone's Blog
    Wednesday 24 September, 2008 @ 9:13 am

    [...] 22、Ultimate Tag Warrior:主要是用来添加文章标签。对SEO也有一定的帮助。 [...]

  555. Pingback by 星光海岸 - IT互联网信息博客 » Blog Archive » WordPress常用66个插件
    Thursday 25 September, 2008 @ 5:57 am

    [...] 1、Akismet:最流行的反垃圾留言插件。可能吧使用WP至今,它已经协助屏蔽了1700多条垃圾评论。 2、Spam Karma 2:又一个垃圾留言屏蔽插件,和Akismet相比,这个要更为复杂一些。 3、Threaded Comments:实现有针对性的留言。也就是可以针对某个留言进行留言,这个留言不出现在最底部,而是在所针对的留言的下方。 4、Subscribe to Comments:让评论者订阅文章后续评论的插件。 5、Webcam Comments:觉得文字留言太乏味?试试语音或视频留言如何? 6、Gravatars:只要留言者在Gravatars网站上传了头像,在留言时就能显示留言者的头像。 7、De-link Comment Author:有时候你想删除一个评论者的链接但不想删除整个留言,这个插件可以帮助你。 8、Ajax Comments-Reply:将留言系统设置成Ajax形式,不用刷新即可添加评论。 9、DMS Guestbook:为你的博客制作一个留言本。 10、Sexy Comments:替换原来的评论模板,让评论区域看起来有点像论坛的风格,确实相当Sexy。 11、Math Problem Spam Protection:和留言验证码差不多,这个是要回答一道简单的数学问题。 12、Link Love Plugin:去除留言者链接里的”nofollow”标签。 13、Do-Follow:和Link Love Plugin一样,去除留言里的nofollow标签。 SEO相关: 14、All-in-One SEO Pack:必备的SEO插件,不详细介绍,具体参看Wordpress的SEO插件。 15、Permalink Redirect:在介绍Wordpress的SEO插件时介绍了这个插件,一个实现301转向的插件。 16、Google Sitemaps:在博客根目录生成一个sitemap.xml文件,并自动提交到Google,方便搜索引擎进行索引。 17、Google Pagerank Plugin:展示Page Rank的插件。 18、Alexa Ranking:展示Alexa排名的插件。 19、Dagon Design Sitemap Generator:生成一个网站地图。具体可以看可能吧的网站地图。 20、No WWW:将所有含有www的URL都转向到无www的URL。 21、Simple Tagging:给文章添加标签。 22、Ultimate Tag Warrior:在Wordpress的SEO插件时也介绍了这个插件,主要是用来添加文章标签。对SEO也有一定的帮助。 23、Robots.TXT:协助你方便地编辑robots.txt,我觉得手动编写好robots.txt再上传会更好。 互动相关: 24、Share This:一个显示社会书签收藏的插件,可能吧曾经汉化过,可以参看这里。 25、Members Only:只有注册用户才可以看到你的文章。慎用! 26、WP-Notable:一个社会书签插件,可以实现在文章底部显示Del.icio.us,Digg.com等社会书签收藏图标。 27、Wp-Contact Form:制作一个联系表格让读者可以发邮件联系你。具体参看这里。 28、Show Top Commenters:显示日、月、年或设定时间内留言最多的几位留言者。具体可以看看可能吧首页的“本月评论之星”。 29、Comment Relish:给首次留言的留言者寄送一封感谢邮件。 30、Author Complete Post List:展示某个特定作者的全部文章。 31、Del.icio.us cached:展示你最近在del.icio.us的收藏条目。 32、Random Posts:这个插件能生成随机文章。看看这篇文章底部的“随机文章”就明白了。 33、New Posts Pop-up:在一个新的弹出式窗口里展示最新文章或评论。慎用! 34、Find Us:一个可以在博客里生成Google Maps的插件。 35、One Year Ago:展示一年之前的文章。 36、Get Recent Comments:在侧栏里显示最新评论。 37、Trackbackers:和Show Top Commenters不同,它展示的是引用你的文章最多的博客,而不是评论最多的人。 38、Post Notification:给数据库里的所有email发邮件,告诉他们你写了新文章。慎用! 39、About Me Widget:在侧栏加入一个“关于我”的Widget。 40、Yahoo Messenger Online Status:显示你的Yahoo Messenger是否在线。 41、Category Excluder:让你建立一些浏览者没有权限浏览的分类目录。 42、WP-User Online:显示在线人数。 43、Landing Sites:有些人通过搜索引擎进入到你的博客,这个插件根据搜索关键字给这些来访者提供他们可能感兴趣的相关文章。 44、Add Related Posts to Feed:在Feed输出里加入相关文章。需配合一些UTW或Simple tagging使用。 博客优化相关: 45、Related Posts:显示相关文章的插件。可能需要配合其它插件,比如UTW或Simple tagging使用。 46、Super Archive:实现增强的文章归档。 47、WP-Cache:将Wordpress页面进行缓存,将一些信息保存为html文件,实现快速访问。慎用! 48、Popularity Contest:通过设置一些参数来显示博客的最流行文章。可以显示年、月、周、分类最流行的文章。具体可以看看这篇文章旁边的“同期热门文章”和“年度热门文章”。 49、Homepage Excerpts:允许在首页的第一页显示全文输出,而在第二页之后显示文章的摘要输出。 50、Different Posts Per Page:允许你设置不同页面显示的文章数,比如首页显示7篇、分类页显示9篇。 51、Next/Previous Post in same Category:在文章里展示同类别的上一篇和下一篇。 52、WP Definitions:有时候你会在很多地方提到同一个比较偏门的名词,但不想每次都重新解释一遍,这时这个插件就用上了。只要某个词之前已经定义在数据库里面,以后就可以方便地引用了。 53、AWSOM:这个插件能让制作一篇“置顶”文章或留言。非常有用。 54、Order Posts:厌倦了文章按日期排列的方式?这个让你自定义旧文章的展示方式,有时你不想浏览者看到某篇文章… 55、Pagebar:显示页码的插件。 56、WP-PageNavi:同样是显示页码的插件,与PageBar相比能自定义的项目更多。 57、NAVT:一个能让你轻松设置导航栏的插件。 58、Front Page Excluded Categories:允许你设置在首页不显示某个特定分类的文章。 多媒体相关: 59、Word Tube:又一个多媒体播放插件。 60、Pod Press:播客优化插件,内含一个播放器。 61、Shashin:一个可以让你展示Picasa相册图片的插件。 62、Audio player:一个媒体播放器。 63、flickrRSS:将Flickr相册里的RSS合烧到博客的RSS里。 64、CoolPlayer:国人开发的多媒体播放插件,支持播放音频和视频。 65、Batch Image Uploader:批量上传图片。 66、Image Manager Plugin:让你在WP后台编辑图片:裁剪、旋转等等。 [...]

  556. Pingback by TOP 30博客圈插件 | Chenliang's Blog
    Thursday 25 September, 2008 @ 9:11 am

    [...] Ultimate Tag Warrior is a plugin does everything related with tagging. With this plugin you can tag your every post through a separate field, enter tags inside post text, use tags in external editors, etc. The tags then can be used to search your blog and are picked up by blog search engines like Technorati and can bring in new users. UTW was used by 14 of 48 bloggers. [...]

  557. Pingback by 5 Plugin Wordpress Yang Berkaitan Dengan SEO | thepadi.com
    Thursday 25 September, 2008 @ 2:25 pm

    [...] Ultimate Tag Warrior (UTW) – Link [...]

  558. Pingback by [Wordpress]Tùy biến với Blog: Plugin >> Fu4ny | Fun for You
    Saturday 27 September, 2008 @ 1:06 am

    [...] Ultimate Tag Warrior : Wp chỉ có categories chứ ko có tags (nó tuy giống nhau nhưng có một chút khác biệt ), plugin này giúp Wp thành 1 tags blogging [...]

  559. Pingback by Delicious bookmarks dal 25 Settembre al 27 Settembre | icynoise
    Saturday 27 September, 2008 @ 3:34 am

    [...] Christine from the Internet – Ultimate Tag Warrior 3 – un sito da vedere e un plugin da provare 27 Settembre, 2008 | In diary, gironzolinx, linx | [...]

  560. Pingback by WordPress-TR - Wordpress Eklentileri ve Temaları » Blog Archive » Simple Tagging Eklentisi
    Saturday 27 September, 2008 @ 8:31 pm

    [...] Woehrer‘ın yazdığı Simple Tagging Wordpress 2.1 uyumlu bir etiket eklentisi.Ultimate Tag Warrior, Jerome’s Keywords etiketlerinizi ve kategorilerinizi kolaylıkla simple tagging [...]

  561. Pingback by Top Ten Most Popular and Useful Wordpress Plugins | Resist me Blog!
    Sunday 28 September, 2008 @ 4:56 am

    [...] Ultimate Tag Warrior [...]

  562. Pingback by My Top 10 Wordpress Plugins | Resist me Blog!
    Sunday 28 September, 2008 @ 5:11 am

    [...] Widgets Customize the look of your sidebar without manually editing the PHP files. Ultimate Tag Warrior Best Tag system for [...]

  563. Pingback by Plugin per Wordpress | Undolog.com
    Sunday 28 September, 2008 @ 6:21 am

    [...] Ultimate Tag Warrior 3.141592Permette di inserire i TAG (etichette) nei Post e nelle Pagine di Wordpress. È uno dei più famosi, immagino. Simpatico il numero di versione che è, evidentemente, il valore del pi-greco! [...]

  564. Pingback by Top 10 Wordpress Eklentisi (Wordpress Plugins) | Photoshop | Flash | Photoshop Brushes | Css Menu | Flash Menu | Php Free Scprit | Photoshop Dersleri | Php Scpritler |
    Sunday 28 September, 2008 @ 10:52 pm

    [...] Eklenti; DD Sitemap Generator ve Google Sitemaps – Append UTW Tags eklentisi sayesinde Ultimate Tag Warrior eklentisi ile entegre edilebiliyor. Kurulum: 1-) Adresindeki sürümün indirilmesi. 2-) [...]

  565. Pingback by Promote Your Blog Archives By Adding Related Posts To Your Feed | How To WordPress
    Tuesday 30 September, 2008 @ 8:57 am

    [...] it. The only catch is that you need to already be using the Related Posts plugin, or be using the Ultimate Tagging Warrior plugin, for this plugin to properly add related posts to your [...]

  566. Pingback by Top 10 Must Have Wordpress Plugins to Pimp Your Blog! | ahadproject dot com
    Thursday 2 October, 2008 @ 1:43 am

    [...] Ultimate Tag Warrior – Another ‘Must Have’ to make your blog more user friendly. It can make a huge difference on how your readers interact with your blog. The easiest way to learn what all the Ultimate Tag Warrior Plugin can do for your blog is to visit the Lorelle on Wordpress Blog and read the Ultimate Tag Warrior Plugin for Dummies guide. [...]

  567. Pingback by Complete Wordpress SEO Guide
    Thursday 2 October, 2008 @ 9:03 am

    [...] Ultimate Tag Warrior is probably the oldest and the most finest multi-features SEO plugin ever built for Wordpress. This [...]

  568. Pingback by Top SEO Plugins | The 4ets
    Thursday 2 October, 2008 @ 1:09 pm

    [...] Ultimate Tag Warrior/Jerome’s Keywords– Like meta descriptions, meta keywords are not as useful for Google, but for other search engines, it may weigh more. Both of these plugins are great and do just about the same thing. Both will insert custom meta keywords into each page and show past keywords you’ve used. UTW also can use yahoo to search for relevant keywords for a page you’re writing. Also both plugins are used to create a tag cloud. I would personally use Jerome’s keywords because it’s lighter if all you want is the meta keywords. [...]

  569. Pingback by 精选100个Wordpress常用插件 | 天天天大哥大
    Friday 3 October, 2008 @ 11:59 am

    [...] 22、Ultimate Tag Warrior:在Wordpress的SEO插件时也介绍了这个插件,主要是用来添加文章标签。对SEO也有一定的帮助。 [...]

  570. Pingback by Pokye » Blog Archive » Tagging Ecto
    Friday 3 October, 2008 @ 12:10 pm

    [...] my most recent reason for abandoning ecto was when I started to use Ultimate Tag Warrior, surely the most common and successful tagging plugin for WordPress. Except that ecto could neither [...]

  571. Pingback by ใช้ปลั๊กอิน Post Thumb Revisited(Wordpress) ต้องระวัง | NadiaMode
    Saturday 4 October, 2008 @ 3:42 am

    [...] UTW Tags [...]

  572. Pingback by 博客圈最流行的30个-wordpress 插件 | 好易阁
    Tuesday 7 October, 2008 @ 4:50 am

    [...] Ultimate Tag Warrior:经典的 tag 插件。 [...]

  573. Pingback by Wordpress 2.0 SEO Plugins | webzaurus
    Tuesday 7 October, 2008 @ 10:35 pm

    [...] Download Ultimate Tag Warrior 3 [...]

  574. Pingback by Top 10 Wordpress SEO Plugins | Damsel Quest | Filipina Blogger | Search Engine Marketing
    Tuesday 7 October, 2008 @ 11:01 pm

    [...] Download: http://www.neato.co.nz/ultimate-tag-warrior/ [...]

  575. Pingback by » 博客圈最流行的30个 wordpress 插件 Java Article
    Wednesday 8 October, 2008 @ 1:22 am

    [...] Ultimate Tag Warrior:经典的 tag 插件。 [...]

  576. Pingback by WebZAAB.com » Blog Archive » 30 WP Plugin ที่คนนิยมใช้ และประโยชน์ของ WorldPress Plugin
    Wednesday 8 October, 2008 @ 2:43 am

    [...] Ultimate Tag Warrior เป็น Plugin ที่ดำเนินการทุกอย่างที่เกี่ยวข้องกับการ Tagging ซึ่งคุณสามารถแปะป้ายข้อมูลของสินค้าแต่ละตัว โดยแยกออกเป็นแต่ละประเภท [...]

  577. Pingback by SuccessFul! » WORDPRESS插件[更新……]
    Saturday 11 October, 2008 @ 5:20 am

    [...] Feedburner Feed Replacement:将原始 feed 地址转向到 feedburner 的烧录地址。 Ultimate Tag Warrior:经典的 tag 插件。 Subscribe to [...]

  578. Comment by Ruslan
    Saturday 11 October, 2008 @ 9:05 am

    Hi,

    Why don’t you support it in Wordpress 2.3+?

  579. Pingback by Как я героически победил ошибку после установки плагина Ultimate Tag Warrior
    Saturday 11 October, 2008 @ 2:07 pm

    [...] тегов и облако тегов. Для этих целей был выбран плагин Ultimate Tag Warrior, поскольку другие плагины, которые используются для [...]

  580. Pingback by 10 SEO Tips for WordPress | Yiğit Korkmaz Kişisel Web Sitesi
    Sunday 12 October, 2008 @ 8:05 am

    [...] 3. TagsTags are a great SEO addition to your blog. They enable search engines to crawl your website more easily and in addition to that, create specific pages for your tags/keywords.You can install the Ultimate Tag Warrior plugin on your WordPress blog. Get the plugin here: Christine from the Internet » Ultimate Tag Warrior 3 [...]

  581. Pingback by 25 Great WordPress Plugins! | TechZoomIn
    Monday 13 October, 2008 @ 12:59 pm

    [...] Ultimate Tag Warrior : Best Tag system for WordPress. You can use categories and tag system on one website which is very cool. [...]

  582. Pingback by Social Traffic Manifesto » Blog Archive » Essential Wordpress Plugins
    Thursday 16 October, 2008 @ 12:07 am

    [...] Ultimate Tag Warrior – Adds tags to your posts in pretty [...]

  583. Pingback by Top Wordpress Plugins |
    Thursday 16 October, 2008 @ 1:28 am

    [...] Ultimate Tag Warrior – Best Tag system for WordPress. You can use categories and tag system on one website which is very cool. [...]

  584. Pingback by 搏客 » Wordpress常用SEO插件
    Thursday 16 October, 2008 @ 2:40 am

    [...] 2.Ultimate Tag Warrior [...]

  585. Pingback by 博客圈最流行的30个 wordpress 插件 | 阿杜的窝
    Thursday 16 October, 2008 @ 10:46 am

    [...] Ultimate Tag Warrior:经典的 tag 插件。 [...]

  586. Pingback by 12 Best Wordpress Plugins | Short Discourse of Everything
    Friday 17 October, 2008 @ 2:16 am

    [...] Tag Warrior http://www.neato.co.nz/ultimate-tag-warrior/ Tags are one of the most interesting things that Web 2.0 has brought to the internet. Thanks to [...]

  587. Pingback by Wordpress: Limit the Related Posts with Ultimate Tag Warrior » BEE BLOG
    Friday 17 October, 2008 @ 6:18 pm

    [...] Ultimate Tag Warrior and using a tag structure in your blog, it’s possible to show the related posts to the current [...]

  588. Pingback by Vito Antonio Bonardi’s weblog: io e il mondo intorno a me
    Saturday 18 October, 2008 @ 2:03 pm

    [...] a poche ore fa, per taggare gli articoli usavo un plugin, Ultimate Tag Warrior.Per caso ho notato che i link dei tag non funzionavano, chissà da quanto tempo, forse da [...]

  589. Pingback by seo博客 » Blog Archive » Wordpress常用插件
    Saturday 18 October, 2008 @ 2:49 pm

    [...] 22、Ultimate Tag Warrior:在Wordpress的SEO插件时也介绍了这个插件,主要是用来添加文章标签。对SEO也有一定的帮助。 [...]

  590. Pingback by Migrare da WordPress 2.2 a Wordpress 2.3.1 - Piwik.it Tips e Tricks
    Sunday 19 October, 2008 @ 5:48 am

    [...] è venuto in mente che molti utilizzavano plugin differenti per gestire i tag (un esempio su tutti Ultimate Tag Warrior) infatti hanno creato delle utility d’importazione, basta andare su gestisci – importa – [...]

  591. Pingback by 道天如是观◎西岸 | 我喜欢的几个WordPress插件
    Sunday 19 October, 2008 @ 5:54 am

    [...] Ultimate Tag Warrior. [...]

  592. Pingback by Web Grafi 2.0 » Pixoble theme premiun
    Sunday 19 October, 2008 @ 2:46 pm

    [...] Ultimate Tag Warrior 3 [...]

  593. Pingback by Lista de Plugins para Wordpress :Como Ganar Dinero desde Casa
    Monday 20 October, 2008 @ 8:25 pm

    [...] Ultimate Tag Warrior [...]

  594. Pingback by The Best 10 WordPress Plugins for SEO : Stars Blog
    Thursday 23 October, 2008 @ 5:00 am

    [...] 9、Ultimate Tag Warrior:Ultimate Tag Warrior is a multi-headed hydra of a plugin. It allows you to add tags either through the Write Post page in wordpress in a tag box, on posts using an AJAXy box, and in posts using special syntax from external editors [...]

  595. Pingback by egoblog.net » Blog Archive » Vous êtes sur un blog sémantique, et sensuel ?
    Thursday 23 October, 2008 @ 9:39 am

    [...] nommé WordPress (grâce à wonder Sacha). Le plugin que j’utilise pour les tags locaux est Ultimate Tag Warrior Les tags, que j’ajoute à chaque billet, sont partagés avec tous les internautes via [...]

  596. Pingback by Wordpress eklentileri bölüm 2 | bloggertr.com - Türkiyenin en iyi ve en güncel blog'u
    Thursday 23 October, 2008 @ 1:15 pm

    [...] Ultimate Tag Warrior – WordPress in en iyi tag sistemidir.Kategorilere tag oluşturabilir bloğumuzun içeriğini ve arama motorlarındaki yerini enkinleştirebilir. [...]

  597. Pingback by wordpress插件集锦 | ⑦贰Ⅸ網誌 | Kj'Blog
    Thursday 23 October, 2008 @ 3:14 pm

    [...] Tags – 最简单最好用的 Technorati tag 插件,只需在你的 post 里加上 标签即可。 Ultimate Tag Warrior – Wordpress 最好的 Tag [...]

  598. Pingback by SEO Wordpress Plugins | Zona do Dinheiro
    Friday 24 October, 2008 @ 4:26 pm

    [...] com o WordPress 2.0, pelo que terás que efectuar o download do script de compatibilidade. | Download [...]

  599. Pingback by 方便WP新手,带中文说明的66个常用WP插件
    Friday 24 October, 2008 @ 9:32 pm

    [...] 21、 Simple Tagging :给文章添加标签。 22、 Ultimate Tag Warrior :在 Wordpress的SEO插件 [...]

  600. Pingback by Starting Blog « A Young Entrepreneur’s Success
    Saturday 25 October, 2008 @ 11:30 pm

    [...] Ultimate Tag Warrior If you want to use tags, this is the ultimate tagging plugin. [...]

  601. Pingback by Wordpress Plugins « A Young Entrepreneur’s Success
    Sunday 26 October, 2008 @ 12:05 am

    [...] Ultimate Tag Warrior is a plugin does everything related with tagging. With this plugin you can tag your every post through a separate field, enter tags inside post text, use tags in external editors, etc. The tags then can be used to search your blog and are picked up by blog search engines like Technorati and can bring in new users. UTW was used by 14 of 48 bloggers. [...]

  602. Pingback by 边缘路 » 博客圈最流行的30个 wordpress 插件
    Tuesday 28 October, 2008 @ 3:58 am

    [...] :将原始 feed 地址转向到 feedburner 的烧录地址。 7. Ultimate Tag Warrior [...]

  603. Pingback by 10kilo » Blog Archive » 十个必装的插件
    Tuesday 28 October, 2008 @ 7:54 am

    [...] 4. Ultimate Tag Warrior (简称:UTW) [...]

  604. Pingback by 随风居» Blog 存档 » 方便WP新手,带中文说明的66个常用WP插件
    Tuesday 28 October, 2008 @ 8:15 pm

    [...] 21、 Simple Tagging :给文章添加标签。 22、 Ultimate Tag Warrior :在 Wordpress的SEO插件 [...]

  605. Pingback by 10个必装的WORDPRESS插件 | 小肚生鱼汤
    Wednesday 29 October, 2008 @ 6:52 pm

    [...] 4. Ultimate Tag Warrior (简称:UTW) [...]

  606. Pingback by 随风居 » 方便WP新手,带中文说明的66个常用WP插件
    Wednesday 29 October, 2008 @ 8:52 pm

    [...] 21、 Simple Tagging :给文章添加标签。 22、 Ultimate Tag Warrior :在 Wordpress的SEO插件 [...]

  607. Pingback by 5 Minute SEO for Your Blog | SoloSEO Blog
    Thursday 30 October, 2008 @ 10:54 am

    [...] Ultimate Tag Warrior This plugin extends the ability of the categories part of your blog. You can do a lot of things [...]

  608. Pingback by WordPress and SEO » Trinh Hieu Trung @ HieuTrung.com
    Friday 31 October, 2008 @ 12:51 pm

    [...] Ultimate Tag Warrior [...]

  609. Pingback by Más plugin para Wordpress « El Cubanito Web
    Saturday 1 November, 2008 @ 8:28 am

    [...] Ultimate Tag Warrior: Implementa un sistema de etiquetas para WordPress con el que sustituir las desfasadas categorías. [...]

  610. Pingback by 博客30个wordpress常用插件下载 | 睡到自然醒blog
    Sunday 2 November, 2008 @ 8:56 am

    [...] Ultimate Tag Warrior:经典的 tag 插件。 [...]

  611. Pingback by 爱彩虹-爱明星 » WP插件大全-WordPress精选插件
    Monday 3 November, 2008 @ 1:45 pm

    [...] 22、Ultimate Tag Warrior:主要是用来添加文章标签。对SEO也有一定的帮助。 [...]

  612. Pingback by 130 WordPress Plugins You Could Ever Need: The Best Of: Part 1 | 1stwebdesigner
    Monday 3 November, 2008 @ 2:17 pm

    [...] Ultimate Tag Warrior – allows you to add tags either through the Write Post page in WordPress in a tag box, on posts [...]

  613. Pingback by Upgrading WordPress 2.2 to 2.3 | Polymath Programmer
    Wednesday 5 November, 2008 @ 5:03 am

    [...] Ultimate Tag Warrior [...]

  614. Pingback by Wordpress: Sepuluh besar plugin
    Thursday 6 November, 2008 @ 1:31 am

    [...] plugin untuk menangkal komentar spam yang sering terjadi pada blog-blog. Ke-dua adalah, Ultimate Tag Warrior, merupakan pengatur tag yang terbaik saat ini. Kita dapat menggunakan kategori dan tag dengan lebih [...]

  615. Pingback by F-WPplugins List : les plugins de la blogosphère francophone ! » article » BLOmiG
    Friday 7 November, 2008 @ 3:13 am

    [...] tag cloud widget – requires Ultimate Tag Warrior… Par Chris [...]

  616. Pingback by 关于.com » wordpress插件集锦
    Saturday 8 November, 2008 @ 12:53 pm

    [...] Ultimate Tag Warrior – Wordpress 最好的 Tag 插件。 [...]

  617. Pingback by 25 Best WordPress Plugins | Aplikacije.NET
    Sunday 9 November, 2008 @ 7:01 am

    [...] Ultimate Tag Warrior : Best Tag system for WordPress. You can use categories and tag system on one website which is very cool. [...]

  618. Pingback by 5 Ways to Improve SEO in Wordpress
    Sunday 9 November, 2008 @ 8:36 am

    [...] 4 . Ultimate Tag Warrior (UTW) – Link [...]

  619. Pingback by タグクラウドを設置 | レプマートブログ - シューティンググラスやミリタリーナイフ、フラッシュライトなど
    Sunday 9 November, 2008 @ 8:56 pm

    [...] Ultimate Tag Warrior [...]

  620. Pingback by 精选100个Wordpress常用插件
    Sunday 9 November, 2008 @ 11:15 pm

    [...] 22、Ultimate Tag Warrior:在Wordpress的SEO插件时也介绍了这个插件,主要是用来添加文章标签。对SEO也有一定的帮助。 [...]

  621. Pingback by   10 个步骤把 WordPress 打造成 Web 2.0 门户 by 静以修身
    Monday 10 November, 2008 @ 10:37 pm

    [...] Ultimate Tag Warrior — Ultimate Tag Warrior 是一个功能非常强大的插件(插件中的九头蛇)。它允许你通过下面的方式增加 tags:在文章撰写页面用一个 tag 框,在文章中通过一个 AJAXy 框,和从外部编辑器使用特殊的语法使用特殊的语法。在文章撰写页面,你可以使用 Yahoo! 关键字建议服务得到关于 tags 的建议。 [...]

  622. Pingback by Boletín Electrónico » archivo de blog » una entrada
    Tuesday 11 November, 2008 @ 12:50 pm

    [...] Tagging es una potente herramienta que se presenta como evolución natural de otras similares como Ultimate Tag Warrior y Jerome’s Keywords, y que satisface plenamente las necesidades del blogger en el sistema de [...]

  623. Pingback by Top 20 Wordpress Plugins - SEO Marketing
    Wednesday 12 November, 2008 @ 4:54 pm

    [...] Ultimate Tag Warrior – Ganz im Sinne von Web 2.0, taggt die Beiträge! [...]

  624. Pingback by Top SEO Plugins for WordPress | Sourcer SEO Blog
    Wednesday 12 November, 2008 @ 7:21 pm

    [...] Ultimate Tag Warrior – This plugins adds the feature to add tags to every post and page. Tags can be used to search through posts. [...]

  625. Pingback by 7 Wordpress plugins to improve your website SEO | ARTONESIA.org
    Friday 14 November, 2008 @ 4:27 am

    [...] Ultimate Tag Warrior (UTW) Maybe you already know what this. [...]

  626. Pingback by 打造完美博客的35个WordPress插件 |椰子树下|卓尔工作室旗下网站 | 椰子树下
    Friday 14 November, 2008 @ 6:52 am

    [...] Tags,在2.3以前我们习惯用UTW,2.3以后我们对simple [...]

  627. Pingback by 5 Plugin Wordpress Yang Berkaitan Dengan SEO | Blogger Indonesia
    Friday 14 November, 2008 @ 5:43 pm

    [...] Tag Warrior (UTW) – Link Plugin ini berguna untuk menambahkan sistem tagging pada blog Anda. Selain menawarkan keleluasaan [...]

  628. Pingback by PageRank and Technorati Authority :: The Other Blog by Pop Tart
    Friday 14 November, 2008 @ 6:39 pm

    [...] are a number of other tagging plugins for previous releases of WordPress including my favorite Ultimate Tag Warrior. function fbs_click() [...]

  629. Pingback by Web Resources » » Best Wordpress Plugins
    Saturday 15 November, 2008 @ 3:18 am

    [...] all the RSS feeds on your blog to the Feedburner one. Might cause problems with Technorati. Ultimate Tag Warrior – an advanced solution for all your tagging problems. Adsense Deluxe – a great way to manage [...]

  630. Pingback by 130 WordPress Plugins | Neurosoftware web dev
    Saturday 15 November, 2008 @ 4:20 am

    [...] Ultimate Tag Warrior – allows you to add tags either through the Write Post page in WordPress in a tag box, on posts [...]

  631. Pingback by WordPress2.21から2.51へ、大体そのまま使えたプラグインの一覧 - 松下健次郎のブログ
    Saturday 15 November, 2008 @ 8:21 pm

    [...] Ultimate Tag Warrior※次のUTW mod Related Postを使うために利用。無くてもタグ自体は使える? [...]

  632. Pingback by Hello 2007 Wordpress Theme Released | 迷星素材网
    Sunday 16 November, 2008 @ 3:46 pm

    [...] 下载:hello2007.zip 说明:1,使用这个模板前请安装插件Ultimate Tag Warrior. 2,具体参看:http://hellowiki.com/2007/02/28/wordpress-theme-hello-2007/ [...]

  633. Pingback by : Opinie Blog
    Monday 17 November, 2008 @ 1:05 am

    [...] snel kunt integreren in een post. Flickr Photos – Zelfde als facebook maar dan met Flickr account. Ultimate Tag Warrior – Een geavanceerde oplossing voor al je tagging problemen. Adsense Deluxe – een makkelijke weg om [...]

  634. Pingback by Plugins para wordpress | lemos.biz
    Tuesday 18 November, 2008 @ 12:34 am

    [...] Ultimate Tag Warrior É a extensão que gerencia as palavras-chave usadas nos “temas” de cada artigo e os URLs com /tema/ no endereço. [...]

  635. Pingback by Stefan Graf :: Blog Plugins Wordpress :: WordPress Plugins
    Tuesday 18 November, 2008 @ 10:36 am

    [...] welches das so genannte Tagging ermöglicht. Simple Tagging hat wichtige Features: – Tag-Import von UTW und Jerome’s Keywords – Ein extra Feld um Posts sehr einfach zu taggen – Anzeige der Tags im [...]

  636. Comment by Jehzeel Laurente
    Friday 21 November, 2008 @ 6:35 pm

    this is one of the greatest wordpress plugins of all times… :)

  637. Pingback by 猫言猫语 » 博客圈最流行的30个wordpress插件
    Saturday 22 November, 2008 @ 2:54 am

    [...] Ultimate Tag Warrior     [...]

  638. Pingback by Pixoble theme premiun | Blog Graphic
    Saturday 22 November, 2008 @ 7:54 pm

    [...] Ultimate Tag Warrior 3 [...]

  639. Pingback by 我挚爱的六个 WordPress 插件 |     试测理处言语然自
    Sunday 23 November, 2008 @ 12:26 pm

    [...] Ultimate Tag Warrior(UTW):这个大家应该比较熟悉,一款强大的标签插件。如果你写博客那么就一定要有标签,我推荐大家使用UTW,因为它的作用太大了。使用它可以实现它本身的功能外,还能用它调用相关文章、最热文章等等。并且它的标签样式多种多样,如果你也想实现我边侧栏中的Tag云,那么就安装它吧。下载地址在这里。 [...]

  640. Pingback by 打造完美博客的35个WordPress插件 | Digiker.com
    Monday 24 November, 2008 @ 11:11 am

    [...] Tags,在2.3以前我们习惯用UTW,2.3以后我们对simple [...]

  641. Pingback by 打造完美博客的35个WordPress插件 | 迪吉客
    Monday 24 November, 2008 @ 11:43 pm

    [...] Tags,在2.3以前我们习惯用UTW,2.3以后我们对simple [...]

  642. Pingback by Sopo天下 » Blog Archive » WordPress SEO 完全指南 - 修休养,成智者.行大道,方成者。
    Tuesday 25 November, 2008 @ 11:49 pm

    [...] 6)安装 Related Posts 插件,可以带领你的读者深入阅读; 7)安装 Ultimate Tag Warrior 插件,可以很好地为你的读者提供导航。 8)可以安装 Landing sites [...]

  643. Pingback by Top Wordpress Plugins to Increase Blog Traffic
    Wednesday 26 November, 2008 @ 5:32 am

    [...] 20. Ultimate Tag Warrior [...]

  644. Comment by Jack
    Wednesday 26 November, 2008 @ 9:00 am

    thanks for the plugin… just installed on my WP.. but some people says don’t use tag cloud.

  645. Pingback by # thelastbeat.com » Tags/Counter Plugins
    Wednesday 26 November, 2008 @ 11:59 am

    [...] Fall mit Plugins behelfen, nur dass diesmal sogar eins funktioniert wie ich mir das vorstelle: UltimateTagWarrior erfüllt seinen Zweck ebenso einfach wie gut; Eine zusätzliche Tag-Box unter dem [...]

  646. Pingback by Web Design Blog | Top Wordpress Plugins
    Thursday 27 November, 2008 @ 11:05 am

    [...] Ultimate Tag Warrior – Best Tag system for WordPress. You can use categories and tag system on one website which is very cool. [...]

  647. Pingback by Web Design Blog | Best SEO Plugins for Wordpress
    Thursday 27 November, 2008 @ 11:12 am

    [...] Ultimate Tag Warrior – Best Tag system for WordPress. You can use categories and tag system on one website which is very cool. Makes it easier by searching through the tags you made for the posts. [...]

  648. Pingback by Storelicious» Blog Archive » Pixoble
    Friday 28 November, 2008 @ 1:25 am

    [...] Ultimate Tag Warrior 3 [...]

  649. Pingback by The evolution of nullifidian.net : nullifidian
    Friday 28 November, 2008 @ 1:17 pm

    [...] something, so that I write a RewriteRule to fix it); Reinvigorate which handles my blog stats; Ultimate Tag Warrior because I dislike WordPress’s category system and folksonomy seems far more useful; [...]

  650. Pingback by 不裝會死的 WordPress 插件 - 真.他媽的
    Friday 28 November, 2008 @ 5:32 pm

    [...] 4. Ultimate Tag Warrior(簡稱:UTW) [...]

  651. Pingback by 5 Plugin Wordpress Yang Berkaitan Dengan SEO
    Sunday 30 November, 2008 @ 12:21 am

    [...] Tag Warrior (UTW) – Link Plugin ini berguna untuk menambahkan sistem tagging pada blog Anda. Selain menawarkan keleluasaan [...]

  652. Pingback by 如何写好WordPress日志16条 | SMARTR.CN
    Sunday 30 November, 2008 @ 6:55 am

    [...] 建立日志文章的存档页(插件:Extended Live Archives),还有一定要在每篇文章旁列出更多的相关文章,并建立现在流行的Tags系统,细分文章主题,方便访客查阅(推荐通过Ultimate Tag Warrior或Simple Tagging实现)。 [...]

  653. Pingback by Boost Exposure With These Tips And Plugins | The Michel Fortin Blog
    Sunday 30 November, 2008 @ 2:53 pm

    [...] 2. Ultimate Tag Warrior [...]

  654. Pingback by Zach Everson » Finding information on your favorite blog (hopefully it’s this one)
    Sunday 30 November, 2008 @ 11:06 pm

    [...] used the Ultimate Tag Warrior 3 plugin for WordPress to add tags to this site. That plugin also has the option to repeat the tags [...]

  655. Pingback by Top 20 Wordpress Plugins | Freshy News | Internet , Design , Technology , Software , Computers
    Monday 1 December, 2008 @ 10:14 am

    [...] the Akismet web account to see if they are spam or not, aswell checks the trackbacks for spam. 2- Ultimate Tag Warrior ; Best Tag arrangement for WordPress. You can use categories and tag arrangement on one website [...]

  656. Pingback by The Essential WordPress Plugins
    Tuesday 2 December, 2008 @ 12:13 am

    [...] – I only discovered this recently. The most popular “tagging” plugin is Ultimate Tag Warrior which is a beast of a plugin; lots of functionality but also somewhat complex for the average user. [...]

  657. Pingback by WordPress Plugins For Boosting Exposure - Problogger Make Money Online with Blogs
    Wednesday 3 December, 2008 @ 1:01 pm

    [...] 2. Ultimate Tag Warrior [...]

  658. Pingback by Some very useful WordPress plugins - Somefoolwit_habari
    Wednesday 3 December, 2008 @ 8:56 pm

    [...] Flickr Photo Gallery seems quite useful but for me at least incompatible with the more critical UTW; WP Cache, I used an older version of some sort of WordPress cache plugin a while a go and had [...]

  659. Pingback by UTW - Somefoolwit_habari
    Wednesday 3 December, 2008 @ 9:54 pm

    [...] Ultimate Tag Warrior is pretty cool, unfortunately due it seems to my use of home.php in WordPress i couldnt get it working properly. Well I found a fix. Have a search for Copperleaf’s comments on the UTW page. My only amend was that I had to enter “$wp_query->is_paged=true;” rather than “$wp_query->is_home=false;” in the function “ultimate_get_posts” just before the apply_filters call. Thats in the core file. [...]

  660. Pingback by 9 Recomended Wordpress Plugins for SEO Busby Test | Busby SEO Test
    Thursday 4 December, 2008 @ 10:16 am

    [...] Ultimate Tag Warrior Another powerfull plugin that we recomended is Ultimate Tag Warrior plugin. With this plugin we can add tags either through the Write Post page in wordpress in a tag box, on posts using an AJAXy box, and in posts using special syntax from external editors (or internally, if you’d like). From the write post page, we can also get suggestions for tags using the Yahoo! keyword suggestion service. Once you’ve got your tags entered; you enter a realm of interesting ways of doing things with your tags. At the complicated end, AJAXy search is included with the download (it may need some customisation to match your theme). At the simpler end, you can automagically have tags included at the top and bottom of your posts without making changes to themes. If you using this plugin becarefull with ‘duplicate content’. [...]

  661. Pingback by Wordpress tutorial: Blog posts in different columns | cre8d design: blog designer
    Friday 5 December, 2008 @ 4:13 am

    [...] on my page and tags for more detailed descriptions of the content. I use a brilliant plugin called Ultimate Tag Warrior to handle the [...]

  662. Pingback by Tags in columns Wordpress plugin (Ultimate Tag Warrior add-on) | cre8d design: blog designer
    Friday 5 December, 2008 @ 5:22 am

    [...] you have Ultimate Tag Warrior installed and [...]

  663. Pingback by TechCrunch Index goes live | cre8d design: blog designer
    Friday 5 December, 2008 @ 5:24 am

    [...] will release the mini-plugin I created on top of the awesome Ultimate Tag Warrior plugin to wp-plugins shortly. I’ll be working on some more projects for TechCrunch in the [...]

  664. Pingback by 最好的十个wordpress优化插件 | linuxwj
    Friday 5 December, 2008 @ 9:12 pm

    [...] Ultimate Tag Warrior [...]

  665. Pingback by Free SEO Tips for WordPress | Exploring The Internet
    Saturday 6 December, 2008 @ 12:19 am

    [...] tags – Download this useful tool here. They are not only allow search engines to crawl your site [...]

  666. Pingback by WordPress插件之SEO相关 | 狼无牙
    Saturday 6 December, 2008 @ 11:42 am

    [...] 22、Ultimate Tag Warrior:在Wordpress的SEO插件时也介绍了这个插件,主要是用来添加文章标签。对SEO也有一定的帮助。 [...]

  667. Pingback by Removing tags from posts contents in wordpress at NULL.in
    Saturday 6 December, 2008 @ 5:27 pm

    [...] and because of my new found love for tags then, I started using WP-Tagerati and then moved on to Ultimate Tag Warrior. Using these plug-ins meant adding custom tags such [...]

  668. Pingback by 30款WordPress 插件 - 与你同行,发菜?发财in ...
    Tuesday 9 December, 2008 @ 2:13 pm

    [...] Ultimate Tag Warrior [...]

  669. Pingback by Pixel Shoppe » Blog Archive » Over 20 plugins to automate and monetize WordPress
    Tuesday 9 December, 2008 @ 6:54 pm

    [...] modified version of flickr RSS. In this version, displayed pictures are related to post title or to Ultimate Tag Warrior tags. This is a good way to provide pictures in your article related to the [...]

  670. Comment by health
    Thursday 11 December, 2008 @ 1:31 am

    very good

  671. Pingback by 10 useful SEO Plugins For Wordpress
    Thursday 11 December, 2008 @ 2:16 pm

    [...] Ultimate Tag Warrior: Ultimate Tag Warrior helps you to add tag which are recognized by search engine like technorati, to each of your post. UTW provides you with a few different options for entering tags, including simply typing your tags when you are entering the post. [...]

  672. Pingback by smoke clears, dust settles at found_drama
    Thursday 11 December, 2008 @ 9:52 pm

    [...] tagging. We discovered Ultimate Tag Warrior (nice) which happens to be compatible with my old/existing tagging from SimpleTags (very very [...]

  673. Pingback by 打造完美博客的35个WordPress插件 | linuxwj
    Thursday 11 December, 2008 @ 11:59 pm

    [...] Tags,在2.3以前我们习惯用UTW,2.3以后我们对simple [...]

  674. Comment by http://bolywoodinfo.blogspot.com/
    Friday 12 December, 2008 @ 2:13 am

    BOLYWOOD UPCOMING MOVIES,BOLYWOOD NEWS,HINDI SONGS,
    MANY MORE FROM BOLLYWOOD…JUST WATCH THIS SITE
    http://bolywoodinfo.blogspot.com/

  675. Pingback by Ubuntu本地搭建Apache+MySQL+PHP+Wordpress环境 |     理处言语然自
    Friday 12 December, 2008 @ 3:53 am

    [...] Ultimate Tag Warrior:非常强大的Tags管理工具,具体功能及用法可阅读其官方文档,我也正在学习。 [...]

  676. Pingback by ToP 30 WoRdPrEsS PlUgIn… | Manojpareta.info
    Saturday 13 December, 2008 @ 12:19 am

    [...] Ultimate Tag Warrior is a plugin does everything related with tagging. With this plugin you can tag your every post through a separate field, enter tags inside post text, use tags in external editors, etc. The tags then can be used to search your blog and are picked up by blog search engines like Technorati and can bring in new users. UTW was used by 14 of 48 bloggers. [...]

  677. Pingback by 博客圈最流行的30个 wordpress 插件 : 优开网
    Saturday 13 December, 2008 @ 9:36 pm

    [...] Ultimate Tag Warrior [...]

  678. Pingback by 博客圈最流行的30个 wordpress 插件 - 【枫铃网】
    Sunday 14 December, 2008 @ 4:14 am

    [...] Ultimate Tag Warrior [...]

  679. Pingback by Sinkro.net · Word Press
    Sunday 14 December, 2008 @ 10:36 am

    [...] deciso di adottare i Tags al posto delle categorie, uso Ultimate Tag Warrior, un plugin scritto da una ragazza, Christine Davis. Finalmente anche le donne fanno sentire il loro [...]

  680. Pingback by 超强一百个Wordpress插件 | 网赚互助联盟
    Monday 15 December, 2008 @ 8:01 pm

    [...] 22、Ultimate Tag Warrior:在Wordpress的SEO插件时也介绍了这个插件,主要是用来添加文章标签。对SEO也有一定的帮助。 [...]

  681. Pingback by 爱彩虹 » 精选100个Wordpress常用插件
    Wednesday 17 December, 2008 @ 11:40 pm

    [...] 22、Ultimate Tag Warrior:在Wordpress的SEO插件时也介绍了这个插件,主要是用来添加文章标签。对SEO也有一定的帮助。 [...]

  682. Pingback by 打造完美wp博客的35个WordPress插件 | Mecci`s LifeStyle 美式`生活博客!
    Saturday 20 December, 2008 @ 9:18 pm

    [...] Tags,在2.3以前我们习惯用UTW,2.3以后我们对simple [...]

  683. Pingback by Expert Blog SEO India SEO Expert India Expert Tips for Blog SEO | Shashank | SEO India Search Engine Optimization Indore (SEO)
    Monday 22 December, 2008 @ 2:15 am

    [...] Ultimate Tag Warrior – The best tag system for [...]

  684. Pingback by Blogging Toolbox: 120+ Resources for Bloggers
    Monday 22 December, 2008 @ 7:50 pm

    [...] all the RSS feeds on your blog to the Feedburner one. Might cause problems with Technorati. Ultimate Tag Warrior – an advanced solution for all your tagging problems. Adsense Deluxe – a great way to manage [...]

  685. Pingback by The Tagging Toolbox: 30+ Tagging Tools
    Monday 22 December, 2008 @ 8:10 pm

    [...] entries. Terms2Tags – a plugin that uses the extract terms plugin for creating Technorati tags. Ultimate Tag Warrior – one of the best tag-related plugins for Wordpress with a huge amount of options. Taggerati – easy [...]

  686. Pingback by wordpress插件集锦 | Micro Discovery博客优化 博客赚钱
    Sunday 28 December, 2008 @ 12:17 am

    [...] Technorati tag 插件,只需在你的 post 里加上 [tags] [/tags] 标签即可。 Ultimate Tag Warrior – Wordpress 最好的 Tag [...]

  687. Pingback by Alfred Birney » X-Mas
    Tuesday 30 December, 2008 @ 11:18 pm

    [...] onderin. Vijftig tags is het maximum, gut what een gekruidenier. De bedenkster van de UTW, Neato, heeft de pijp maar aan Maarten gegeven. Zonde van haar briljante werk. Haar tagclouds kon je zo [...]

  688. Pingback by [WP]導入検討中のプラグイン « 晴れた日は猫になりたい
    Tuesday 6 January, 2009 @ 10:26 pm

    [...] wp_list_cats だとちゃんと出力するがwp_list_categoriesだとエラー表示っぽい。 Ultimate Tag Warrior タグ付け 解説:power source*さま [...]

  689. Pingback by Flock again « LEMP test
    Thursday 8 January, 2009 @ 3:43 am

    [...] blog editor which doesn’t support categories.### The insertion of tags isn’t fit for UTW plugin as well.### I hope in due course it’ll work with WP2.3 built-in tagging [...]

  690. Pingback by UTW « LEMP test
    Thursday 8 January, 2009 @ 4:13 am

    [...] UTW has 3.0.1 for WordPress 1.5 therefore I have immediately upgraded. [...]

  691. Pingback by Ultimate Tag Warrior « LEMP test
    Thursday 8 January, 2009 @ 4:19 am

    [...] have posted below at Christine Davis site for UTW. Great plugin, generally it works fine for me. Except that in the description above it [...]

  692. Pingback by links for 2006-01-11 « LEMP test
    Thursday 8 January, 2009 @ 4:19 am

    [...] Neato : Ultimate Tag Warrior: Start Here (tags: tagging plugins wordpress Technorati) [...]

  693. Pingback by Top 10 SEO-Related WordPress Plugins | amar's blog
    Thursday 8 January, 2009 @ 6:47 am

    [...] 2. Ultimate Tag Warrior [...]

  694. Pingback by - Wordpress常用SEO插件【联讯网】
    Saturday 10 January, 2009 @ 11:11 am

    [...] 2.Ultimate Tag Warrior [...]

  695. Pingback by Platinum SEO Pack Per Wordpress | Altamente Decorativo
    Sunday 11 January, 2009 @ 5:26 pm

    [...] con la maggior parte dei plugin esistenti, come Auto Meta, Ultimate Tag Warrrior e altri. Ad ogni modo è incompatibile (e quindi deve essere disabilitato) con il famoso All in One [...]

  696. Pingback by 101 paces let you become an outstanding rich customer | speed internet
    Monday 12 January, 2009 @ 5:54 pm

    [...] rubbish comment20, Optimal Title – with will optimize Title, raise search engine to evaluate21, Ultimate Tag Warrior – first-rate label system22, Google Sitemap Generator – can generate Google Sitemap [...]

  697. Pingback by 【“坐”着数钱】的创富课程 » Blog Archive » 101步让你成为一个优秀的博客
    Saturday 17 January, 2009 @ 2:12 am

    [...]   20、Optimal Title – 用来优化title,提高搜索引擎评价   21、Ultimate Tag Warrior – 最好的标签系统   22、Google Sitemap Generator – 可以自动生成google sitemap [...]

  698. Pingback by Search Engine Optimization (SEO) Plugins for WordPress | U Web Traffic
    Saturday 17 January, 2009 @ 10:45 am

    [...] 8. Ultimate Tag Warrior is probably the oldest and the most finest multi-features SEO plugin ever built for Wordpress. This plugin will do everything from letting you add META keywords in your blog posts to adding Technorati tags. [...]

  699. Pingback by WordPress as CMS: Scope and Initial Progress
    Tuesday 20 January, 2009 @ 12:16 pm

    [...] installed these plugins to start: Ultimate Tag Warrior, Dagon Design Sitemap Generator, Fold Page List, Search Everything, and SpotMilk. We’ll use [...]

  700. Pingback by Tips For Using WordPress As A Content Management System (CMS)
    Tuesday 20 January, 2009 @ 12:21 pm

    [...] Ultimate Tag Warrior [...]

  701. Pingback by Stats & Tags & DOI Mode: 2 Jahre in|ad|ae|qu|at at in|ad|ae|qu|at
    Monday 26 January, 2009 @ 3:13 am

    [...] Wordpress Core umzucoden . Den k2- Sidebar haben wir schon aufgegeben , die Tags sind ebenfalls von Christines genialem UTW in ein blasses “Thingy” mutiert – As Times go By [...]

  702. Pingback by » 35 super useful wordpress plugins that you may ever need
    Wednesday 4 February, 2009 @ 12:44 pm

    [...] Ultimate Tag Warrior: Tags are extremely helpful for targetting long-tail keywords. I know keywords in the title are important. However I can not write a title as “wordpress plugins for seo | wordpress plugins for comment management | …………..” even though I want this post to rank for all those keywords. The best solution is then to add those keywords as separate tags and then I shall have one url pointing to this page with title wordpress plugins for seo and another url with title wordpress plugins for comment management. [...]

  703. Pingback by “Unfair” § Lvx ex Cælis
    Friday 6 February, 2009 @ 9:37 am

    [...] XD),這個內建功能跟 Ultimate Tag Warrior 相較之下只是個半成品,因此 Tag cloud 、 Related tags 列表功能我都自己寫 [...]

  704. Pingback by goodenoughcui knowledge center » 让Windows Live Writer支持WordPress 2.3的Tags
    Friday 6 February, 2009 @ 4:54 pm

    [...] WordPress 2.3 之前,我们还可以使用这个方法配合 UTW 插件实现添加 tags [...]

  705. Pingback by iuBeta.com网友资讯平台 » Blog Archive » 博客圈wordpress流行的30个插件
    Thursday 12 February, 2009 @ 5:36 pm

    [...] Ultimate Tag Warrior:经典的 tag 插件。 [...]

  706. Pingback by 现在的wordpress plugin » 杜海凡
    Friday 20 February, 2009 @ 12:45 pm

    [...] Ultimate Tag Warrior:这是一个tag云的插件。很强大,新版Extended live Archives整合。教学 [...]

  707. Comment by James Richards
    Saturday 21 February, 2009 @ 10:28 pm

    Christine, you’ve just proved (once again ) that we Kiwi’s rule. :-)

    Smart idea this plugin, and well executed.

    Cheers
    JARichards (from Christchurch)

  708. Pingback by Top Wordpress Plugins | Knowledge Hut
    Wednesday 25 February, 2009 @ 12:41 pm

    [...] Ultimate Tag Warrior – Best Tag system for WordPress. You can use categories and tag system on one website which is very cool. [...]

  709. Pingback by 比较好的SEO for WordPress指南 | i LOVE WORDPRESS
    Wednesday 4 March, 2009 @ 5:24 am

    [...] 6)安装 Related Posts 插件,可以带领你的读者深入阅读; 7)安装 Ultimate Tag Warrior 插件,可以很好地为你的读者提供导航。 8)可以安装 Landing sites [...]

  710. Pingback by 528宿舍 » Blog Archive » 100个常用的Wordpress插件
    Friday 6 March, 2009 @ 9:43 pm

    [...] 22、Ultimate Tag Warrior:在Wordpress的SEO插件时也介绍了这个插件,主要是用来添加文章标签。对SEO也有一定的帮助。 [...]

  711. Pingback by Wordpress Plugins to make your blog that much better | Kevin H Davis - Speaker, Mentor, Marketing Coach
    Saturday 7 March, 2009 @ 4:45 pm

    [...] http://www.neato.co.nz/ultimate-tag-warrior/ [...]

  712. Pingback by 网酷网络 » Blog Archive » WordPress最受欢迎插件
    Wednesday 11 March, 2009 @ 2:26 am

    [...] Ultimate Tag Warrior [...]

  713. Pingback by 現用元件、練功部落 » BlogStar.t.er
    Wednesday 11 March, 2009 @ 1:28 pm

    [...] Ultimate Tag Warrior 3 (參考這篇Ultimate Tag Warrior 教學) [...]

  714. Pingback by wordpress博客写作及推广技巧[转] : 杰视人生
    Thursday 12 March, 2009 @ 10:02 am

    [...]   20、Optimal Title – 用来优化title,提高搜索引擎评价   21、Ultimate Tag Warrior – 最好的标签系统   22、 Google Sitemap Generator – 可以自动生成google sitemap [...]

  715. Pingback by Populer Wordpress Plugins « Wordpress Resources
    Monday 16 March, 2009 @ 2:30 pm

    [...] Ultimate Tag Warrior is a plugin does everything related with tagging. With this plugin you can tag your every post through a separate field, enter tags inside post text, use tags in external editors, etc. The tags then can be used to search your blog and are picked up by blog search engines like Technorati and can bring in new users. UTW was used by 14 of 48 bloggers. [...]

  716. Pingback by SEO for WordPress 完全指南(转) | 海叔的blog
    Tuesday 24 March, 2009 @ 12:05 am

    [...] 6)安装 Related Posts 插件,可以带领你的读者深入阅读; 7)安装 Ultimate Tag Warrior 插件,可以很好地为你的读者提供导航。 8)可以安装 Landing sites [...]

  717. Comment by Dereck
    Tuesday 24 March, 2009 @ 2:33 pm

    Really interesting plugin. I have never used before but when I found out that it allows you to add tags through the write Post page in wordpress in a tag box bells in my head start to ring.

  718. Pingback by 最流行的30个Wordpress插件! | 开源博览
    Thursday 26 March, 2009 @ 4:42 am

    [...] Ultimate Tag Warrior:经典的 tag 插件。 [...]

  719. Pingback by Wordpress-Plugins zum download
    Friday 27 March, 2009 @ 10:09 am

    [...] Tags erstellen – Ultimate Tag Warrior – hiermit können Sie sog. Tags (Keywords) in den Beiträgen einfügen. [...]

  720. Pingback by zaokula » WP 2.3 Update
    Sunday 29 March, 2009 @ 6:40 pm

    [...] : les tags du génial plugin de Christine : Ultimate Tag Warrior ne fonctionnent pas correctement sur cette version de WordPress Mais [...]

  721. Pingback by Google Sitemap Generator Wordpress Plugin - Indexing your blog post on Search Engine
    Thursday 2 April, 2009 @ 2:35 am

    [...] The benefits that you can enjoyed on Google Sitemap generator v3 is adding UTW (Ultimate Tag Warrior) tag features on the sitemap. You can check this addon to include your tag pages in the [...]

  722. Pingback by RR [dot] net / Useful Wordpress Plugins by Deziner Folio
    Friday 3 April, 2009 @ 5:55 am

    [...] Ultimate Tag Warrior: Another tagging plugin with categories. [...]

  723. Pingback by » 打造完美博客的35个WordPress插件 -机器鸟
    Monday 6 April, 2009 @ 4:44 am

    [...] Tags,在2.3以前我们习惯用UTW,2.3以后我们对simple [...]

  724. Pingback by Best SEO Plugins for Wordpress
    Monday 6 April, 2009 @ 9:13 am

    [...] Ultimate Tag Warrior – UTW or ultimate tag warrior is a tagging plugin and is often recommended to increase the [...]

  725. Pingback by Olmas Gereken Wordpress Eklentileri - Pluginleri - Google Fan Webmaster Forum
    Monday 6 April, 2009 @ 2:54 pm

    [...] olumlar. Akismet Eklentisini Resmi Sitesinden Indirmek Iin BURAYA TIKLAYINIZ. 2 – UltimeTag Warrior : Wordpress kurulu olan bloglarnzda etiket ( tag ) oluturabilirsiniz.Kategorilerinize gre [...]

  726. Comment by BloggingTips
    Saturday 11 April, 2009 @ 5:47 pm

    I use this plugin on my older blogs. Most of my current wordpress blogs are 2.6 or 2.7 version and I am wondering if you have any plans to make this plugin ready for these versions.

  727. Pingback by wordpress插件总动员 | 愉快
    Sunday 12 April, 2009 @ 6:05 am

    [...] Technorati tag 插件,只需在你的 post 里加上 [tags] [/tags] 标签即可。 Ultimate Tag Warrior – Wordpress 最好的 Tag [...]

  728. Pingback by CaptainData.co.uk : Blog Archive : Fatal error: Call to undefined function UTW_ShowCurrentTagSet()
    Thursday 16 April, 2009 @ 4:02 am

    [...] Use This plugin provides the functionality that the UTW_Show… functions in Ultimate Tag Warrior used to provide; except using the tags stored in Wordpress. The formatting documentation for UTW [...]

  729. Pingback by MUST Have Wordpress plugins | Kevin H Davis - Speaker, Mentor, Marketing Coach
    Friday 17 April, 2009 @ 6:46 pm

    [...] http://www.neato.co.nz/ultimate-tag-warrior/ [...]

  730. Pingback by 12 Plugins to Improve Your Wordpress Blog « Earn Web Money - Wow Booty Teens
    Saturday 18 April, 2009 @ 4:39 am

    [...] Tag Warrior http://www.neato.co.nz/ultimate-tag-warrior/ Tags are one of the most interesting things that Web 2.0 has brought to the internet. Thanks to [...]

  731. Pingback by How I supercharged my weblog at MobileStreetLife
    Wednesday 22 April, 2009 @ 1:01 am

    [...] recommended a number of plug-ins. Most of them are already built into K2. One that is not is the Ultimate Tag Warrior Plug-In. I installed it into the plug-in folder on my weblog and activated it from the menu. This [...]

  732. Pingback by SEO for WordPress 完全指南 | 11-407yuan@blog
    Sunday 26 April, 2009 @ 2:37 am

    [...] 6)安装 Related Posts 插件,可以带领你的读者深入阅读; 7)安装 Ultimate Tag Warrior 插件,可以很好地为你的读者提供导航。 8)可以安装 Landing sites [...]

  733. Pingback by Lists of favorite Wordpress plugins « Helicesar’s Weblog
    Sunday 26 April, 2009 @ 4:10 pm

    [...] track terhadap subscriber RSS anda dan menggunakan fitur-fitur keren milik Feedburner lainnya. 7. Ultimate Tag Warrior berada pada posisi berikutnya. Plugin ini berfungsi sebagai tool yang berkaitan dengan semua hal [...]

  734. Pingback by 365必备资讯 » 精选35个WordPress插件
    Saturday 2 May, 2009 @ 2:35 am

    [...] Tags,在2.3以前我们习惯用UTW,2.3以后我们对simple [...]

  735. Pingback by WordPress Tag Cloud and other SEO tips
    Sunday 17 May, 2009 @ 9:33 pm

    [...] correctly, have huge SEO potential. The best WordPress plugin for tagging and tag pages is the Ultimate Tag Warrior. It’s perfect; except it doesn’t really work on IIS because (ideally) it uses [...]

  736. Pingback by webmaster esmuy.com » Blog Archive » Plugins para Wordpress
    Thursday 21 May, 2009 @ 11:35 am

    [...] Ultimate Tag Warrior: Implementa un sistema de etiquetas para Wordpress con el que sustituir las desfasadas categorías. [...]

  737. Pingback by Wordpress Plugins at aun/raza
    Wednesday 27 May, 2009 @ 4:06 pm

    [...] Ultimate Tag Warrior: Anything you want to do with tags! Tag cloud, graph, bars, etc. You can even get keyword suggestions through the Tagyu service, while you’re writing your post. Very cool! The plugin allows you to search through tags, as well as create tag pages, which can contain search as well as clouds, and any other tag functionality you could think of. [...]

  738. Pingback by 打造完美博客的35个WordPress插件 - __.K型柠檬ゞ
    Monday 1 June, 2009 @ 4:30 pm

    [...] Tags,在2.3以前我们习惯用UTW,2.3以后我们对simple [...]

  739. Pingback by 25 Alltime need WordPress Plugins!!! « Er.Krushna Chandra Muni :: Website Design Orissa,Website Design Bhubaneswar,Indian Web Designer,Indian Freelancer,website design india
    Tuesday 2 June, 2009 @ 3:18 pm

    [...] Ultimate Tag Warrior : Best Tag system for wordpress. You can use categories and tag system on one website which is very cool. [...]

  740. Pingback by Wordpress58个必备插件
    Thursday 11 June, 2009 @ 3:08 am

    [...] 0、中文WordPress工具箱:之所以标记为0,是因为可能吧觉得这是每个中文博客建立之初都需要安装的插件。这个插件用来解决官方WordPress没有照顾到的中文相关问题。使用这个插件,你可以显示随机文章,最新留言(最新引用),留言最多文章,发表评论最多的网友,还有真正的文章摘要,等等,真正截断,没有乱码。 留言相关: 1、Akismet:最流行的反垃圾留言插件。可能吧使用WP至今,它已经协助屏蔽了1700多条垃圾评论。 2、Spam Karma 2:又一个垃圾留言屏蔽插件,和Akismet相比,这个要更为复杂一些。 3、Threaded Comments:实现有针对性的留言。也就是可以针对某个留言进行留言,这个留言不出现在最底部,而是在所针对的留言的下方。 4、Subscribe to Comments:让评论者订阅文章后续评论的插件。 5、Webcam Comments:觉得文字留言太乏味?试试语音或视频留言如何? 6、Gravatars:只要留言者在Gravatars网站上传了头像,在留言时就能显示留言者的头像。 7、De-link Comment Author:有时候你想删除一个评论者的链接但不想删除整个留言,这个插件可以帮助你。 8、Ajax Comments-Reply:将留言系统设置成Ajax形式,不用刷新即可添加评论。 9、DMS Guestbook:为你的博客制作一个留言本。 10、Sexy Comments:替换原来的评论模板,让评论区域看起来有点像论坛的风格,确实相当Sexy。 11、Math Problem Spam Protection:和留言验证码差不多,这个是要回答一道简单的数学问题。 12、Link Love Plugin:去除留言者链接里的”nofollow”标签。 13、Do-Follow:和Link Love Plugin一样,去除留言里的nofollow标签。 SEO相关: 14、All-in-One SEO Pack:必备的SEO插件,不详细介绍,具体参看Wordpress的SEO插件。 15、Permalink Redirect:在介绍Wordpress的SEO插件时介绍了这个插件,一个实现301转向的插件。 16、Google Sitemaps:在博客根目录生成一个sitemap.xml文件,并自动提交到Google,方便搜索引擎进行索引。 17、Google Pagerank Plugin:展示Page Rank的插件。 18、Alexa Ranking:展示Alexa排名的插件。 19、Dagon Design Sitemap Generator:生成一个网站地图。具体可以看可能吧的网站地图。 20、No WWW:将所有含有www的URL都转向到无www的URL。 21、Simple Tagging:给文章添加标签。 22、Ultimate Tag Warrior:在Wordpress的SEO插件时也介绍了这个插件,主要是用来添加文章标签。对SEO也有一定的帮助。 23、Robots.TXT:协助你方便地编辑robots.txt,我觉得手动编写好robots.txt再上传会更好。 互动相关: 24、Share This:一个显示社会书签收藏的插件,可能吧曾经汉化过,可以参看这里。 25、Members Only:只有注册用户才可以看到你的文章。慎用! 26、WP-Notable:一个社会书签插件,可以实现在文章底部显示Del.icio.us,Digg.com等社会书签收藏图标。 27、Wp-Contact Form:制作一个联系表格让读者可以发邮件联系你。具体参看这里。 28、Show Top Commenters:显示日、月、年或设定时间内留言最多的几位留言者。具体可以看看可能吧首页的“本月评论之星”。 29、Comment Relish:给首次留言的留言者寄送一封感谢邮件。 30、Author Complete Post List:展示某个特定作者的全部文章。 31、Del.icio.us cached:展示你最近在del.icio.us的收藏条目。 32、Random Posts:这个插件能生成随机文章。看看这篇文章底部的“随机文章”就明白了。 33、New Posts Pop-up:在一个新的弹出式窗口里展示最新文章或评论。慎用! 34、Find Us:一个可以在博客里生成Google Maps的插件。 35、One Year Ago:展示一年之前的文章。 36、Get Recent Comments:在侧栏里显示最新文章。 37、Trackbackers:和Show Top Commenters不同,它展示的是引用你的文章最多的博客,而不是评论最多的人。 38、Post Notification:给数据库里的所有email发邮件,告诉他们你写了新文章。慎用! 39、About Me Widget:在侧栏加入一个“关于我”的Widget。 40、Yahoo Messenger Online Status:显示你的Yahoo Messenger是否在线。 41、Category Excluder:让你建立一些浏览者没有权限浏览的分类目录。 42、WP-User Online:显示在线人数。 43、Landing Sites:有些人通过搜索引擎进入到你的博客,这个插件根据搜索关键字给这些来访者提供他们可能感兴趣的相关文章。 44、Add Related Posts to Feed:在Feed输出里加入相关文章。需配合一些UTW或Simple tagging使用。 博客优化相关: 45、Related Posts:显示相关文章的插件。可能需要配合其它插件,比如UTW或Simple tagging使用。 46、Super Archive:实现增强的文章归档。 47、WP-Cache:将Wordpress页面进行缓存,将一些信息保存为html文件,实现快速访问。慎用! 48、Popularity Contest:通过设置一些参数来显示博客的最流行文章。可以显示年、月、周、分类最流行的文章。具体可以看看这篇文章旁边的“同期热门文章”和“年度热门文章”。 49、Homepage Excerpts:允许在首页的第一页显示全文输出,而在第二页之后显示文章的摘要输出。 50、Different Posts Per Page:允许你设置不同页面显示的文章数,比如首页显示7篇、分类页显示9篇。 51、Next/Previous Post in same Category:在文章里展示同类别的上一篇和下一篇。 52、WP Definitions:有时候你会在很多地方提到同一个比较偏门的名词,但不想每次都重新解释一遍,这时这个插件就用上了。只要某个词之前已经定义在数据库里面,以后就可以方便地引用了。 53、AWSOM:这个插件能让制作一篇“置顶”文章或留言。非常有用。 54、Order Posts:厌倦了文章按日期排列的方式?这个让你自定义旧文章的展示方式,有时你不想浏览者看到某篇文章…:) 55、Pagebar:显示页码的插件。 56、WP-PageNavi:同样是显示页码的插件,与PageBar相比能自定义的项目更多。 57、NAVT:一个能让你轻松设置导航栏的插件。 58、Front Page Excluded Categories:允许你设置在首页不显示某个特定分类的文章。 [...]

  741. Pingback by seo 10个最常用的插件 | Luxury Shoppers Luxury Life
    Thursday 11 June, 2009 @ 8:51 am

    [...] 4、Ultimate Tag Warrior – UTW [...]

  742. Pingback by Wordpress 10个SEO插件 | Luxury Shopper Luxury Life
    Thursday 11 June, 2009 @ 12:22 pm

    [...] 4、Ultimate Tag Warrior – UTW [...]

  743. Pingback by Wordpress 10个SEO插件 | Luxury Shoppers Luxury Life
    Friday 12 June, 2009 @ 6:34 am

    [...] 4、Ultimate Tag Warrior – UTW [...]

  744. Pingback by 10个Wordpress上最受欢迎的SEO插件 | Zeroun 'S Blog
    Friday 12 June, 2009 @ 7:30 am

    [...] 4、Ultimate Tag Warrior – UTW [...]

  745. Pingback by Best Wordpress Themes for SEO | Instant Blog Solutions
    Sunday 14 June, 2009 @ 3:42 pm

    [...] Ultimate Tag Warrior – This is one of the best plugin for the tag systems. This allows you to add tags through your blog write post page. This is supported only for those who are running the wordpress version 2.3 or less. [...]

  746. Pingback by No Title » 我所使用的wordpress插件
    Monday 15 June, 2009 @ 5:06 am

    [...] 17.Ultimate Tag Warrior 有了simple tagging就不用这个了,它的版本号很奇怪:3.1415926(PI?) [...]

  747. Pingback by 网上这点事儿 » Blog Archive » wordpress的99个常用插件
    Tuesday 16 June, 2009 @ 4:11 am

    [...] 22、Ultimate Tag Warrior:在Wordpress的SEO插件时也介绍了这个插件,主要是用来添加文章标签。对SEO也有一定的帮助。 [...]

  748. Pingback by Top Ten Wordpress Plugins You Must Have Or Else : The Open Source Marketer
    Thursday 18 June, 2009 @ 1:45 pm

    [...] Tag Warrior Plugin – http://www.neato.co.nz/ultimate-tag-warrior/ Add tags to every post so that your readers can find related content on your site. This is another [...]

  749. Comment by http://ceejaywanders.blogspot.com/
    Sunday 21 June, 2009 @ 7:55 pm

    hi christine! I just want to ask if the cloud tags can be put at blogger.com?

  750. Pingback by I am Geek » teste
    Monday 22 June, 2009 @ 9:12 pm

    [...] Ultimate tag Warrior [...]

  751. Pingback by 30个赞赞的wordpress 插件 | 619
    Tuesday 23 June, 2009 @ 3:03 am

    [...] Ultimate Tag Warrior:经典的 tag 插件。 [...]

  752. Pingback by webネタ帳と身近なできごと » Ktai Style (携帯対応プラグイン) » My life enjoy it !!
    Wednesday 24 June, 2009 @ 9:55 pm

    [...] 文字列をそのまま表示します。Ultimate Tag Warriorのアイコン、wp-tegaki の TrueType [...]

  753. Pingback by En İyi Wordpress Eklentileri « Ajanslive
    Thursday 25 June, 2009 @ 1:49 pm

    [...] Eklenti; DD Sitemap Generator ve Google Sitemaps – Append UTW Tags eklentisi sayesinde Ultimate Tag Warrior eklentisi ile entegre edilebiliyor. Kurulum: 1-) Adresindeki sürümün indirilmesi. 2-) [...]

  754. Pingback by Wordpress e le favicon | Altamente Decorativo
    Thursday 25 June, 2009 @ 2:41 pm

    [...] con la maggior parte dei plugin esistenti, come Auto Meta, Ultimate Tag Warrrior e altri. Ad ogni modo e’ incompatibile (e quindi deve essere disabilitato) con il famoso All [...]

  755. Pingback by 如何写好WordPress日志16条 | 暮色森林 – Knightby’s blog
    Friday 26 June, 2009 @ 3:19 am

    [...] 建立日志文章的存档页(插件:Extended Live Archives),还有一定要在每篇文章旁列出更多的相关文章,并建立现在流行的Tags系统,细分文章主题,方便访客查阅(推荐通过Ultimate Tag Warrior或Simple Tagging实现)。 [...]

  756. Pingback by 20 WP Plugins to Increase Blog Traffic
    Tuesday 30 June, 2009 @ 9:21 am

    [...] 20. Ultimate Tag Warrior [...]

  757. Pingback by ücretsiz wordpress temaları | Resurrection Teması | Soneser.com | bitkisel zayıflama, windows, internet, web tasarım, online oyun, film izle, mp3 dinle,
    Sunday 5 July, 2009 @ 8:26 am

    [...] UTW tag, Page Navi and Twitter-tool eklentileri temaya entegre edilmiş halde download imkanı sunulmuş. [...]

  758. Pingback by 60+ Must Have Wordpress Plugins - Technolik Blog
    Monday 6 July, 2009 @ 1:32 pm

    [...] 14.  Ultimate Tag Warrior [...]

  759. Pingback by 5 Wordpress SEO Plugins | Hristijan Todorov - Freelance designer and web developer
    Monday 6 July, 2009 @ 3:21 pm

    [...] 2. Ultimate Tag Warrior [...]

  760. Pingback by wordpress的99个常用插件 - 第一站
    Friday 10 July, 2009 @ 2:40 am

    [...] 22、Ultimate Tag Warrior:在Wordpress的SEO插件时也介绍了这个插件,主要是用来添加文章标签。对SEO也有一定的帮助。 [...]

  761. Pingback by Wordpress主题站 » Blog Archive » Squible Beta 2 Theme Released
    Saturday 11 July, 2009 @ 2:44 am

    [...] Ultimate Tag Warrior (支持、必需) [...]

  762. Pingback by 丰富wordpress功能插件集锦 | WebBeta.org 独立博客主机
    Sunday 12 July, 2009 @ 1:14 pm

    [...] tag 插件,只需在你的 post 里加上 [tags] [/tags] 标签即可(详细介绍)。 Ultimate Tag Warrior - Wordpress 最好的 Tag 插件。 Wikipedia-NoFollow – [...]

  763. Pingback by Nubes de etiquetas « Inventarios.Org
    Thursday 16 July, 2009 @ 8:47 pm

    [...] tagging with WordPress Ultimate Tag Warrior Jerome’s Keywords WordPress-Plugin: del.icio.us Tag Cloud [...]

  764. Pingback by Style » Blog Archive » 打造完美博客的35个WordPress插件
    Friday 17 July, 2009 @ 2:44 am

    [...] Tags,在2.3以前我们习惯用UTW,2.3以后我们对simple [...]

  765. Pingback by 10 SEO Tips for WordPress | Build Professional Sites With Wordpress Using Our Comprehensive Wordpress Guide
    Sunday 19 July, 2009 @ 2:15 pm

    [...] 3. &#84ags Tags are a great &#83E&#79 add&#105t&#105on to your blog. They enable sear&#99h eng&#105nes to &#99ra&#119l your &#119ebs&#105te more eas&#105ly and &#105n add&#105t&#105on to that, &#99reate s&#112e&#99&#105f&#105&#99 &#112ages for your tags/&#107ey&#119ords. You &#99an &#105nstall the Ult&#105mate Tag Warr&#105or &#112lug&#105n on your WordPress blog. Get the &#112lug&#105n here: http://www.n&#101at&#111.c&#111.nz/&#117lt&#105mat&#101-tag-warr&#105&#111r/ [...]

  766. Pingback by 精选100个Wordpress常用插件 SEO篇 | Wordpress Tea House
    Monday 20 July, 2009 @ 9:25 pm

    [...] 22、Ultimate Tag Warrior:在Wordpress的SEO插件时也介绍了这个插件,主要是用来添加文章标签。对SEO也有一定的帮助。 [...]

  767. Pingback by Plugin:Ultimate Tag Warrior 3 を wp.Vicuna で使う場合。(1) - kappadow.jp
    Tuesday 21 July, 2009 @ 12:17 am

    [...] PageNaviのPlugin対応のコードも入ってますが、入れて無くても問題ないです。 tag.php を作成したら、それをテーマフォルダにアップしてください。それでタグアーカイブのページが作成されます。 その後は、各ファイルにタグの一覧を表示するコードを記述することになります。 その辺は次のエントリで…。 配布サイト:Neato様 Ultimate Tag Warrior 3 [...]

  768. Pingback by Top 30 Wordpress plugins | Blogger-money.com
    Tuesday 21 July, 2009 @ 1:34 am

    [...] Ultimate Tag Warrior is a plugin does everything related with tagging. With this plugin you can tag your every post through a separate field, enter tags inside post text, use tags in external editors, etc. The tags then can be used to search your blog and are picked up by blog search engines like Technorati and can bring in new users. UTW was used by 14 of 48 bloggers. [...]

  769. Pingback by 精选100个Wordpress常用插件 – 【冰淇淋加盐创意】
    Tuesday 21 July, 2009 @ 11:26 am

    [...] 22、Ultimate Tag Warrior:在Wordpress的SEO插件时也介绍了这个插件,主要是用来添加文章标签。对SEO也有一定的帮助。 [...]

  770. Pingback by Plugin-O-Rama - Il Gambero Rotto
    Wednesday 22 July, 2009 @ 7:21 am

    [...] Ultimate Tag Warrior è l’arcinoto sistema di gestione dei tags (e se li chiamassimo una buona volta “etichette”?). Fa bene il suo lavoro, nulla da aggiungere. [...]

  771. Pingback by 测试用 | 喻世国的BLOG
    Wednesday 22 July, 2009 @ 7:59 am

    [...] 22、Ultimate Tag Warrior:在Wordpress的SEO插件时也介绍了这个插件,主要是用来添加文章标签。对SEO也有一定的帮助。 [...]

  772. Pingback by About the AppliedI Blog : Appliedi.net Windows Webhosting
    Thursday 23 July, 2009 @ 4:46 pm

    [...] Ultimate Tag Warrior to tag posts [...]

  773. Pingback by 35个WordPress插件
    Saturday 25 July, 2009 @ 2:26 am

    [...] Tags,在2.3以前我们习惯用UTW,2.3以后我们对simple [...]

  774. Pingback by Oloroko » Lista de Plugins para Wordpress
    Saturday 25 July, 2009 @ 6:04 pm

    [...] Ultimate Tag Warrior: Implementa un sistema de etiquetas para Wordpress con el que sustituir las desfasadas categorías. [...]

  775. Pingback by Top 10 SEO-Related WordPress Plugins | Best Wordpress | rooteto.com - Ertuğrul SAĞLAM
    Saturday 25 July, 2009 @ 6:10 pm

    [...] 2. Ultimate Tag Warrior [...]

  776. Pingback by 完美打造WordPress博客的35个插件 | 延辉网
    Tuesday 28 July, 2009 @ 5:04 am

    [...] Tags,在2.3以前我们习惯用UTW,2.3以后我们对simple [...]

  777. Pingback by wordpress丰富的经典功能插件集锦 | 延辉网
    Tuesday 28 July, 2009 @ 5:36 am

    [...] tag 插件,只需在你的 post 里加上 [tags] [/tags] 标签即可(详细介绍)。 Ultimate Tag Warrior - Wordpress 最好的 Tag 插件。 Wikipedia-NoFollow – [...]

  778. Pingback by 新手使用wordpress精选100个常用插件 | 延辉网
    Tuesday 28 July, 2009 @ 5:45 am

    [...] 22、Ultimate Tag Warrior:在Wordpress的SEO插件时也介绍了这个插件,主要是用来添加文章标签。对SEO也有一定的帮助。 [...]

  779. Pingback by popular plug-ins for wordpress
    Tuesday 28 July, 2009 @ 8:58 am

    [...] 7、Ultimate Tag Warrior [...]

  780. Pingback by popular plug-ins for wordpress
    Tuesday 28 July, 2009 @ 9:45 am

    [...] Ultimate Tag Warrior [...]

  781. Pingback by 精选100个Wordpress常用插件 | 张瑞军的博客
    Wednesday 29 July, 2009 @ 7:37 am

    [...] 22、Ultimate Tag Warrior:在Wordpress的SEO插件时也介绍了这个插件,主要是用来添加文章标签。对SEO也有一定的帮助。 [...]

  782. Pingback by 136个优秀WordPress插件 | Trendslab
    Sunday 2 August, 2009 @ 10:00 am

    [...] tag 插件,只需在你的 post 里加上 [tags] [/tags] 标签即可(详细介绍)。 Ultimate Tag Warrior – Wordpress 最好的 Tag 插件。 Wikipedia-NoFollow – [...]

  783. Pingback by 136个优秀WordPress插件 | Trendslab
    Sunday 2 August, 2009 @ 10:36 am

    [...] Ultimate Tag Warrior – Wordpress 最好的 Tag 插件。 [...]

  784. Pingback by Voooz.com » Wordpress 2.0 SEO Plugins
    Monday 3 August, 2009 @ 5:12 am

    [...] Download Ultimate Tag Warrior 3 [...]

  785. Pingback by SEO for WordPress | The Free SEO Book
    Tuesday 4 August, 2009 @ 2:07 am

    [...] Ultimate Tag Warrior [...]

  786. Pingback by stupidity -blog.px
    Tuesday 4 August, 2009 @ 2:57 am

    [...] think i just figured out why my tags have been screwed up. having ultimate tag warrior, and jeromes keywords, activated at the same time is bad. it was so bad, that I couldn’t tell [...]

  787. Pingback by Helping You Build A Better Blog » Blog Archive » Advanced Blog And Feed SEO Tips
    Wednesday 5 August, 2009 @ 4:13 am

    [...] showing all posts on your blog that are tagged with the “widgets” tag. To produce tag clouds, Ultimate Tag Warrior, a free plugin for WordPress, can be [...]

  788. Pingback by Top Wordpress Plugins | Best Wordpress Plugins | Add-ons of wordrpess | WordpressRoom.com
    Thursday 6 August, 2009 @ 1:23 am

    [...] Ultimate Tag Warrior – Best Tag system for WordPress. You can use categories and tag system on one website which is very cool. [...]

  789. Pingback by wp的插件 » 网站建设 – 网络营销 – 心路历程
    Thursday 6 August, 2009 @ 6:35 am

    [...] 22、Ultimate Tag Warrior:在Wordpress的SEO插件时也介绍了这个插件,主要是用来添加文章标签。对SEO也有一定的帮助。 [...]

  790. Pingback by Plugin Simple Tags e as funções nativas do worpress | HajaLuz
    Friday 7 August, 2009 @ 1:09 pm

    [...] desde a versão 2.3 do Wordpress foi a incorporação de tags, o que tornou obsoleto o plugin Ultimate Tag Warrior 3 (UTW3). Porém os desenvolvedores se superaram com a criação de um outro que trouxe inovações [...]

  791. Pingback by Novo wordpress traz mudanças importantes… | HajaLuz
    Friday 7 August, 2009 @ 1:36 pm

    [...] a TAGS: O plugin Ultimate Tag Warrior, utilizado pela maioria da garotada, não será mais necessário. Inclusive o novo wordpress traz a [...]

  792. Comment by Fitness Guy
    Saturday 8 August, 2009 @ 9:24 am

    I know that the UTW is not of any use not that I am running Wordpress 2.8.3 but does anyone know of a good plugin to automatically tah all of my archive posts (1400+ posts).

    There is one Tag Archiver but it does not seem to have all of the semantic reading of the posts but instead seems to pick keywords not necessarily related to the posts content

  793. Pingback by TOP 30 Wordpress Plugins in Blogosphere | Area 72 Blog
    Sunday 9 August, 2009 @ 8:21 am

    [...] Ultimate Tag Warrior is a plugin does everything related with tagging. With this plugin you can tag your every post through a separate field, enter tags inside post text, use tags in external editors, etc. The tags then can be used to search your blog and are picked up by blog search engines like Technorati and can bring in new users. UTW was used by 14 of 48 bloggers. [...]

  794. Pingback by 小钟の部落 » 精选100个Wordpress常用插件
    Monday 10 August, 2009 @ 4:40 am

    [...] 22、Ultimate Tag Warrior:在Wordpress的SEO插件时也介绍了这个插件,主要是用来添加文章标签。对SEO也有一定的帮助。 [...]

  795. Pingback by word press eklentileri , wp eklentileri , en iyi wp eklentileri , en iyi wp modifikasyonları | sohbet odası, msn nickleri, msn avatarları, film izle
    Monday 10 August, 2009 @ 8:17 am

    [...] – UltimeTag Warrior : Wordpress kurulu olan bloglarınızda etiket ( tag ) oluşturabilirsiniz.Kategorilerinize göre [...]

  796. Pingback by 精选100个Wordpress常用插件 | WebBeta.org 独立博客主机
    Monday 10 August, 2009 @ 12:53 pm

    [...] 22、Ultimate Tag Warrior:在Wordpress的SEO插件时也介绍了这个插件,主要是用来添加文章标签。对SEO也有一定的帮助。 [...]

  797. Pingback by 101 Steps to Becoming a Better Blogger « One PC, One PPC, One Life
    Tuesday 11 August, 2009 @ 4:01 am

    [...] Ultimate Tag Warrior – The best tag system for [...]

  798. Comment by qualitypoint
    Wednesday 12 August, 2009 @ 5:14 am

    I dont’t know how to use this plugin Any Demo avialable?
    http://ourquality.wordpress.com/

  799. Pingback by Ultimate Tag Warrior indir , Ultimate Tag Warrior yükle , Ultimate Tag Warrior nedir , Ultimate Tag Warrior kurulumu | sohbet odası, msn nickleri, msn avatarları, film izle
    Wednesday 12 August, 2009 @ 1:07 pm

    [...] googlede yerini cok daha hızlı bir şekilde alıcak Ultimate Tag Warrior eklentisini ister resmi sitesinden indirin isterde bizim web sitemizden indirin TIKLA İNDİR sitemizdeki dosyalar tamaen orjinal olup [...]

  800. Pingback by Martin Ström » WordPress theme
    Thursday 13 August, 2009 @ 6:43 am

    [...] I implanted the tagging I first looked at Ultimate Tag Warrior 3 but it seemed too advanced for my needs, so I decided to use the native category system in [...]

  801. Pingback by 100个wordpress插件 « 亚军的小站|iArjun
    Thursday 13 August, 2009 @ 10:42 am

    [...] 22、Ultimate Tag Warrior:在Wordpress的SEO插件时也介绍了这个插件,主要是用来添加文章标签。对SEO也有一定的帮助。 [...]

  802. Pingback by Wordpressインストール後の諸設定 | 【ブログ・ホットスペース】
    Friday 14 August, 2009 @ 1:41 pm

    [...] 4.UTW mod Related Postをインストール。記事に設定したタグを元に関連した記事のリンクを張ってくれます。 ※このプラグインはUltimate tag warriorも必要になります。 [...]

  803. Pingback by 101步让你成为一个优秀的博客 | IT人,IT事
    Saturday 15 August, 2009 @ 10:01 pm

    [...]   20、Optimal Title – 用来优化title,提高搜索引擎评价   21、Ultimate Tag Warrior – 最好的标签系统   22、Google Sitemap Generator – 可以自动生成google [...]

  804. Pingback by 互联网营销教研室 » Blog Archive » 为Wordpress博客添加必不可少的插件
    Sunday 16 August, 2009 @ 9:43 pm

    [...] Ultimate Tag Warrior [...]

  805. Pingback by Wordpress插件集锦 | 物质起义
    Monday 17 August, 2009 @ 4:55 am

    [...] Tags,在2.3以前我们习惯用UTW,2.3以后我们对simple [...]

  806. Pingback by 精选100个Wordpress常用插件 | 物质起义
    Monday 17 August, 2009 @ 5:03 am

    [...] 22、Ultimate Tag Warrior:在Wordpress的SEO插件时也介绍了这个插件,主要是用来添加文章标签。对SEO也有一定的帮助。 [...]

  807. Pingback by popular plug-ins for wordpress » 或零网络
    Monday 17 August, 2009 @ 5:06 am

    [...] 7、Ultimate Tag Warrior [...]

  808. Pingback by 10个不装会死的WORDPRESS插件 | 帕兰映像
    Monday 17 August, 2009 @ 6:07 pm

    [...] 4. Ultimate Tag Warrior (简称:UTW) [...]

  809. Pingback by 美丽无罪:Wordpress Theme-Resurrection | 帕兰映像
    Monday 17 August, 2009 @ 6:11 pm

    [...] 5.使用这个主题要安装UTW tag, Page Navi and Twitter-tool [...]

  810. Pingback by 物理人生 » Blog Archive » 常用插件(收藏)
    Tuesday 18 August, 2009 @ 11:38 am

    [...] Tags,在2.3以前我们习惯用UTW,2.3以后我们对simple [...]

  811. Pingback by WordPressで関連記事を表示する3つの方法 - 荒川区Webデザイナーによるホームページ制作 マウンテンブック
    Tuesday 18 August, 2009 @ 9:34 pm

    [...] ■Ultimate Tag Warrior プラグイン配布元 Neato : Ultimate Tag Warrior: Start Here コード PLAIN TEXTPHP: <ul><?php [...]

  812. Pingback by SEO Anleitung & Plugins
    Friday 21 August, 2009 @ 11:40 pm

    [...] 2.3 kam auch das interne Wordpress Tagging. Die Funktion ist lange nicht so ausgeklügelt wie UTW (Ultimate Tagging Warrior) oder ST (Simple Tagging), ist aber für unsere Zwecke zunächst ausreichend. Tags sind nicht nur [...]

  813. Pingback by 邹清水 - 你的朋友 » 打造完美博客的35个WordPress插件
    Saturday 22 August, 2009 @ 6:11 am

    [...] Tags,在2.3以前我们习惯用UTW,2.3以后我们对simple [...]

  814. Pingback by 精选100个Wordpress常用插件 - 阳春三月
    Sunday 23 August, 2009 @ 9:45 am

    [...] 22、Ultimate Tag Warrior:在Wordpress的SEO插件时也介绍了这个插件,主要是用来添加文章标签。对SEO也有一定的帮助。 [...]

  815. Pingback by 传说中的99个插件 | 曦皇小组
    Monday 24 August, 2009 @ 5:55 am

    [...] 22、Ultimate Tag Warrior:主要是用来添加文章标签。对SEO也有一定的帮助。 [...]

  816. Pingback by Best Wordpress Plugins
    Saturday 29 August, 2009 @ 3:29 pm

    [...] Ultimate Tag Warrior is a plugin does everything related with tagging. With this plugin you can tag your every post through a separate field, enter tags inside post text, use tags in external editors, etc. The tags then can be used to search your blog and are picked up by blog search engines like Technorati and can bring in new users. UTW was used by 14 of 48 bloggers. [...]

  817. Pingback by 20 Amazing Wordpress Plugins | Flash, Design, Vector, Photoshop, Adobe Tutorials | GraphicMania.net
    Monday 31 August, 2009 @ 2:57 am

    [...] Ultimate Tag Warrior 3 [...]

  818. Pingback by 18 Amazing WordPress Plugins | WordPress eCommerce
    Monday 31 August, 2009 @ 6:34 am

    [...] visit the plugin [...]

  819. Pingback by 35个WordPress插件 打造完美博客 | 我师傅网站建设,无锡、南京、上海专业的企业网站和外贸网站建设的PHP工作室
    Monday 31 August, 2009 @ 12:38 pm

    [...] Tags,在2.3以前我们习惯用UTW,2.3以后我们对simple [...]

  820. Pingback by WordPress插件集锦 | IT人,IT事
    Friday 4 September, 2009 @ 3:24 am

    [...] tag 插件,只需在你的 post 里加上 [tags] [/tags] 标签即可(详细介绍)。 Ultimate Tag Warrior - Wordpress 最好的 Tag 插件。 Wikipedia-NoFollow – [...]

  821. Pingback by BlogSessions / Plugini za optimizaciju Bloga | Blogowski blog
    Saturday 5 September, 2009 @ 9:40 am

    [...] Plugini koji ti u tome mogu pomoći su Weighted Categories, koji ja koristim ovde, kao i odličan Ultimate Tag Warrior koji je za nijansu komplikovaniji za rad, ali isto vremeno pruža mnogo više mogućnosti i [...]

  822. Pingback by Resurrection – Free WordPress Theme | Free Themes Store
    Sunday 6 September, 2009 @ 3:02 am

    [...] UTW tag, Page Navi and Twitter-tool plugins are required on this theme (also attached in download) [...]

  823. Pingback by 20 essentiel Plugin pour Wordpress @ Neptisblog
    Sunday 6 September, 2009 @ 3:28 pm

    [...] Ultimate Tag Warrior 3 [...]

  824. Pingback by Sökmotoroptimering WordPress: En artikel om sökmotoroptimering
    Monday 7 September, 2009 @ 7:44 am

    [...] Ultimate Tag Warrior [...]

  825. Pingback by Add Related Posts To Your Feed - Wordpress Plugin
    Tuesday 8 September, 2009 @ 3:10 am

    [...] will need either UTW or w-a-s-a-b-i Related Posts plugin installed and [...]

  826. Pingback by 成为完美博客的35个WordPress插件 « Theme菜园
    Thursday 10 September, 2009 @ 1:23 am

    [...] Tags,在2.3以前我们习惯用UTW,2.3以后我们对simple [...]

  827. Pingback by WPPTUITBWTISALA! | Nicholas Montgomery
    Friday 11 September, 2009 @ 6:38 pm

    [...] To Integrate: Akismet Spam – I need some type of spam fliter. Ultimate Tag Warrior – Don’t know why I need this but it looks cool. [...]

  828. Pingback by 30+ Essential Wordpress Plugins - Wordpress Arena
    Monday 14 September, 2009 @ 4:46 pm

    [...] 15. Ultimate Tag Warrior 3 [...]

  829. Pingback by 生命在于折腾 » 打造完美博客的35个WordPress插件
    Tuesday 15 September, 2009 @ 4:21 am

    [...] Tags,在2.3以前我们习惯用UTW,2.3以后我们对simple [...]

  830. Pingback by Wordpress SEO Plugins and Tips
    Tuesday 15 September, 2009 @ 7:29 am

    [...] Download Ultimate Tag Warrior 3 [...]

  831. Pingback by 30+ Useful Wordpress Plugins « Er.Krushna Chandra Muni :: Professional Web Developer,Website Design Orissa,Website Design Bhubaneswar,Indian Freelancer,website design india
    Tuesday 15 September, 2009 @ 1:33 pm

    [...] 15. Ultimate Tag Warrior 3 [...]

  832. Pingback by 32 essenziali plugin wordpress | Voci dal web
    Wednesday 16 September, 2009 @ 4:30 am

    [...] 15. Ultimate Tag Warrior 3 [...]

  833. Pingback by 130 WordPress Plugins You Could Ever Need: The Best Of : Part 1 | eBookTM | Download ebook, Jetaudio skin, Games
    Friday 18 September, 2009 @ 2:48 am

    [...] Ultimate Tag Warrior – allows you to add tags either through the Write Post page in WordPress in a tag box, on posts [...]

  834. Pingback by Явление К2 народу at theUg’s sump
    Friday 18 September, 2009 @ 4:57 am

    [...] описание в meta-тэгах; установить поддержку ярлыков (Ultimate Tag Warrior) и разобраться, можно ли их использовать одновременно [...]

  835. Comment by Feller
    Friday 18 September, 2009 @ 6:59 am

    So any announcement of WP 2.8 compatibility?

  836. Pingback by วิธีปั่น traffic จาก Search Engines แบบรวดเร็วสำหรับเว็บคุณภาพ เวอร์ชั่นแฉแหลก แบบ หมดตูด (จริงๆนะ) « How to Sear
    Saturday 19 September, 2009 @ 11:44 pm

    [...] Ultimate Tag Warrior http://www.neato.co.nz/ultimate-tag-warrior/ [...]

  837. Pingback by 101步让你成为一个优秀的博客 | 泊客Myheimu
    Sunday 20 September, 2009 @ 3:57 am

    [...] – 用来优化title,提高搜索引擎评价;(感觉用处不大,特别是Baidu) 21、Ultimate Tag Warrior – 最好的标签系统;(这一定要推荐,这里是我的一篇相关文章) 22、Google [...]

  838. Pingback by 增加博客访问量的11项技术 | 泊客Myheimu
    Sunday 20 September, 2009 @ 3:58 am

    [...] Highlight Related Posts 高亮突出显示相关文章 的确,我相信很多人和我一样,大多数时候到一个网站是为了一方面的问题或事情而去,而真正来说不可能也没必要访问者和博客主拥有完全一样的兴趣爱好,但是只要有兴趣爱好的交叉点即可,那么“相关文章”就是把访客此时此地的兴趣所在提供给他,当然能够具有吸引力了。我最近开始使用UTW也就是为了这一点,毕竟到目前为止,WP2.2还不自带tags功能。 [...]

  839. Pingback by 使用Ultimate Tag Warrior 3.14159265 | 泊客Myheimu
    Sunday 20 September, 2009 @ 4:21 am

    [...] 于是,感觉Tag是个好东西。到Ultimate Tag Warrior(居然是1999年的文章,太强了)去,下了UTW 3.14159265 for Wordpress 2.0 (这种版本号法应当是套用Tex的)。在Ultimate Tag Warrior 3: Help是一个详细的帮助文件,但其实下载下来的zip包里也有。 [...]

  840. Pingback by 精选100个wordpress插件 - 518工作室
    Sunday 20 September, 2009 @ 11:43 am

    [...] 22、Ultimate Tag Warrior:在Wordpress的SEO插件时也介绍了这个插件,主要是用来添加文章标签。对SEO也有一定的帮助。 [...]

  841. Pingback by 先转载一篇:打造完美博客的35个WordPress插件 at 花生酱
    Thursday 24 September, 2009 @ 3:06 am

    [...] Tags,在2.3以前我们习惯用UTW,2.3以后我们对simple [...]

  842. Pingback by marcobertoli.it » Blog Archive » WP plugin per la gestione dei tags
    Thursday 24 September, 2009 @ 11:44 am

    [...] un plugin per la gestione dei tags (ovviamente in Wordpress). Il plugin in questione è UWT(Ultimate Tag Warrior) 3 che secondo gli sviluppatori di WP risulta essere il migliore in [...]

  843. Pingback by Top 10 WordPress Plugins - WordPress CMS
    Friday 25 September, 2009 @ 4:02 am

    [...] 2.0 has brought a lot of interesting ideas to websites, tags being one of them. Ultimate Tag Warrior allows you to starting following the fad and tag your posts. There are a lot of great reason to [...]

  844. Pingback by 精选100个Wordpress常用插件 – WordPress中国之家
    Saturday 26 September, 2009 @ 3:50 am

    [...] 22、Ultimate Tag Warrior:在Wordpress的SEO插件时也介绍了这个插件,主要是用来添加文章标签。对SEO也有一定的帮助。 [...]

  845. Pingback by Nejužitečnější pluginy pro Worpress
    Saturday 26 September, 2009 @ 10:16 pm

    [...] Ultimate Tag Warrior [...]

  846. Pingback by Optimizare Site | Promovare Site - Cateva Plugins SEO pentru WordPress
    Sunday 27 September, 2009 @ 6:29 pm

    [...] Tags and Sitemaps Google Sitemaps – UltimateTagWarrior Tag Addon – WordPress Plugin Ultimate Tag Warrior [...]

  847. Pingback by WordPress Plugins: list of great and easy ones
    Tuesday 29 September, 2009 @ 12:25 am

    [...] when listing WP pages), Simple Tags (creates a list of Technorati tags at the bottom of the post), Ultimate Tag Warrior, and Top Commenters (the name is self-explanatory; it has been deactivated as part of an [...]

  848. Pingback by Desktop blog editors? Why not use WordPress? - Blogopreneur.com
    Friday 2 October, 2009 @ 5:12 am

    [...] partly because of familiarity, and also, I wanted the functionality of my WordPress Plug-ins like Ultimate Tag Warrior, I wanted to define the custom fields for my meta description and meta [...]

  849. Pingback by 打造完美博客的35个WordPress插件 | 爱情树下
    Saturday 3 October, 2009 @ 10:56 am

    [...] Tags,在2.3以前我们习惯用UTW,2.3以后我们对simple [...]

  850. Pingback by wordpress经典插件 » 稷下学宫
    Monday 5 October, 2009 @ 8:38 am

    [...] Tags,在2.3以前我们习惯用UTW,2.3以后我们对simple [...]

  851. Pingback by 『莓友周边』|博客圈最流行的30个wordpress插件 | 我的黑莓
    Tuesday 6 October, 2009 @ 10:03 am

    [...] Ultimate Tag Warrior :经典的 tag 插件。 [...]

  852. Pingback by 一窍不通.NET – liton blog » Wordpress常用插件逐个介绍
    Thursday 8 October, 2009 @ 9:04 am

    [...] 留言相关: 1、Akismet:最流行的反垃圾留言插件。可能吧使用WP至今,它已经协助屏蔽了1700多条垃圾评论。 2、Spam Karma 2:又一个垃圾留言屏蔽插件,和Akismet相比,这个要更为复杂一些。 3、Threaded Comments:实现有针对性的留言。也就是可以针对某个留言进行留言,这个留言不出现在最底部,而是在所针对的留言的下方。 4、Subscribe to Comments:让评论者订阅文章后续评论的插件。 5、Webcam Comments:觉得文字留言太乏味?试试语音或视频留言如何? 6、Gravatars:只要留言者在Gravatars网站上传了头像,在留言时就能显示留言者的头像。 7、De-link Comment Author:有时候你想删除一个评论者的链接但不想删除整个留言,这个插件可以帮助你。 8、Ajax Comments-Reply:将留言系统设置成Ajax形式,不用刷新即可添加评论。 9、DMS Guestbook:为你的博客制作一个留言本。 10、Sexy Comments:替换原来的评论模板,让评论区域看起来有点像论坛的风格,确实相当Sexy。 11、Math Problem Spam Protection:和留言验证码差不多,这个是要回答一道简单的数学问题。 12、Link Love Plugin:去除留言者链接里的"nofollow"标签。 13、Do-Follow:和Link Love Plugin一样,去除留言里的nofollow标签。 SEO相关: 14、All-in-One SEO Pack:必备的SEO插件,不详细介绍,具体参看Wordpress的SEO插件。 15、Permalink Redirect:在介绍Wordpress的SEO插件时介绍了这个插件,一个实现301转向的插件。 16、Google Sitemaps:在博客根目录生成一个sitemap.xml文件,并自动提交到Google,方便搜索引擎进行索引。 17、Google Pagerank Plugin:展示Page Rank的插件。 18、Alexa Ranking:展示Alexa排名的插件。 19、Dagon Design Sitemap Generator:生成一个网站地图。具体可以看可能吧的网站地图。 20、No WWW:将所有含有www的URL都转向到无www的URL。 21、Simple Tagging:给文章添加标签。 22、Ultimate Tag Warrior:在Wordpress的SEO插件时也介绍了这个插件,主要是用来添加文章标签。对SEO也有一定的帮助。 23、Robots.TXT:协助你方便地编辑robots.txt,我觉得手动编写好robots.txt再上传会更好。 互动相关: 24、Share This:一个显示社会书签收藏的插件,可能吧曾经汉化过,可以参看这里。 25、Members Only:只有注册用户才可以看到你的文章。慎用! 26、WP-Notable:一个社会书签插件,可以实现在文章底部显示Del.icio.us,Digg.com等社会书签收藏图标。 27、Wp-Contact Form:制作一个联系表格让读者可以发邮件联系你。具体参看这里。 28、Show Top Commenters:显示日、月、年或设定时间内留言最多的几位留言者。具体可以看看可能吧首页的“本月评论之星”。 29、Comment Relish:给首次留言的留言者寄送一封感谢邮件。 30、Author Complete Post List:展示某个特定作者的全部文章。 31、Del.icio.us cached:展示你最近在del.icio.us的收藏条目。 32、Random Posts:这个插件能生成随机文章。看看这篇文章底部的“随机文章”就明白了。 33、New Posts Pop-up:在一个新的弹出式窗口里展示最新文章或评论。慎用! 34、Find Us:一个可以在博客里生成Google Maps的插件。 35、One Year Ago:展示一年之前的文章。 36、Get Recent Comments:在侧栏里显示最新评论。 37、Trackbackers:和Show Top Commenters不同,它展示的是引用你的文章最多的博客,而不是评论最多的人。 38、Post Notification:给数据库里的所有email发邮件,告诉他们你写了新文章。慎用! 39、About Me Widget:在侧栏加入一个“关于我”的Widget。 40、Yahoo Messenger Online Status:显示你的Yahoo Messenger是否在线。 41、Category Excluder:让你建立一些浏览者没有权限浏览的分类目录。 42、WP-User Online:显示在线人数。 43、Landing Sites:有些人通过搜索引擎进入到你的博客,这个插件根据搜索关键字给这些来访者提供他们可能感兴趣的相关文章。 44、Add Related Posts to Feed:在Feed输出里加入相关文章。需配合一些UTW或Simple tagging使用。 博客优化相关: 45、Related Posts:显示相关文章的插件。可能需要配合其它插件,比如UTW或Simple tagging使用。 46、Super Archive:实现增强的文章归档。 47、WP-Cache:将Wordpress页面进行缓存,将一些信息保存为html文件,实现快速访问。慎用! 48、Popularity Contest:通过设置一些参数来显示博客的最流行文章。可以显示年、月、周、分类最流行的文章。具体可以看看这篇文章旁边的“同期热门文章”和“年度热门文章”。 49、Homepage Excerpts:允许在首页的第一页显示全文输出,而在第二页之后显示文章的摘要输出。 50、Different Posts Per Page:允许你设置不同页面显示的文章数,比如首页显示7篇、分类页显示9篇。 51、Next/Previous Post in same Category:在文章里展示同类别的上一篇和下一篇。 52、WP Definitions:有时候你会在很多地方提到同一个比较偏门的名词,但不想每次都重新解释一遍,这时这个插件就用上了。只要某个词之前已经定义在数据库里面,以后就可以方便地引用了。 53、AWSOM:这个插件能让制作一篇“置顶”文章或留言。非常有用。 54、Order Posts:厌倦了文章按日期排列的方式?这个让你自定义旧文章的展示方式,有时你不想浏览者看到某篇文章… 55、Pagebar:显示页码的插件。 56、WP-PageNavi:同样是显示页码的插件,与PageBar相比能自定义的项目更多。 57、NAVT:一个能让你轻松设置导航栏的插件。 58、Front Page Excluded Categories:允许你设置在首页不显示某个特定分类的文章。 多媒体相关: 59、Word Tube:又一个多媒体播放插件。 60、Pod Press:播客优化插件,内含一个播放器。 61、Shashin:一个可以让你展示Picasa相册图片的插件。 62、Audio player:一个媒体播放器。 63、flickrRSS:将Flickr相册里的RSS合烧到博客的RSS里。 64、CoolPlayer:国人开发的多媒体播放插件,支持播放音频和视频。 65、Batch Image Uploader:批量上传图片。 66、Image Manager Plugin:让你在WP后台编辑图片:裁剪、旋转等等。 后台相关: 67、WYSIWYG Plugin:Wordpress增强插件,在强化Wordpress编辑器的插件里有更详尽的介绍。 68、Statraq:博客统计插件,记录访问者的IP、搜索关键字、访问人数等等。相当强大。 69、Stats:浏览者数据统计插件。 70、FeedStats:不喜欢到Feedburner或Feedsky烧录Feed而又想看到订阅数?这个插件是你所需的。 71、No ping wait:无需等待后台ping back的时间。 72、Semi-Secure Login:提高wordpress的安全性,加密登录。 73、WP Database Back-up:UploadingIT.com倒闭给我们的提示是数据备份非常重要,这是一个WP数据备份插件,建议每个星期备份一次。 74、KB Linker:设定文章里某些特定的关键字自动链接到特定的链接。例如设置可能吧里凡是“可能吧”这3个字都链接到www.kenengba.com。 75、Simple Graph:让你轻松地在侧栏或文章里制作图表。 76、FCKEditor For Wordpress:非常值得推荐的WP增强编辑器,详细介绍可以参看强化Wordpress编辑器的插件。 77、Update Manager:检查博客所用的插件是否存在更新版本。 78、Super Edit:让你能全屏写文章(这样可能会更专心)。 79、Instant Upgrade Plugin:一键更新Wordpress。 80、Ultimate Google Analytics:如果你经常更换博客主题,你可能会厌倦每次都要添加Google Analytics统计代码。这个插件能帮助你一次性嵌入统计代码,免除这个烦恼。 81、Live Wordpress:监视浏览者在你博客上的一举一动。 82、Monsters Editor for WP Super Edit:一个超强的WP增强型编辑器: [...]

  853. Comment by Wonderblaster
    Sunday 11 October, 2009 @ 11:16 am

    Thank you for this plugin. is this working on the latest (Oct. 2009) version of Wordpress?

  854. Comment by Wonderblaster
    Sunday 11 October, 2009 @ 11:29 am

    I guess not. I saw the post in Lorelle’s blog. Thanks anyway. You should be credited by the whole blogging community for this.

  855. Pingback by Blog变脸 - BLOG-KEN - Blog=Career Learning
    Tuesday 13 October, 2009 @ 12:30 pm

    [...] 1. Tag的问题。UTW安装并激活了,但没有看到效果; [...]

  856. Pingback by WordPress常用的100个Wordpress精选插件 | 延辉网
    Wednesday 14 October, 2009 @ 10:29 pm

    [...] 22、Ultimate Tag Warrior:在Wordpress的SEO插件时也介绍了这个插件,主要是用来添加文章标签。对SEO也有一定的帮助。 [...]

  857. Pingback by 最受欢迎的10个WordpressSEO插件 | 延辉网
    Wednesday 14 October, 2009 @ 10:34 pm

    [...] 4、Ultimate Tag Warrior – UTW [...]

  858. Pingback by 打造完美博客的35个WordPress插件 | 视觉网
    Thursday 15 October, 2009 @ 10:24 pm

    [...] Tags,在2.3以前我们习惯用UTW,2.3以后我们对simple [...]

  859. Pingback by 菜鸟学飞 » Blog Archive » 100个Wordpress常用插件逐个看
    Sunday 18 October, 2009 @ 8:49 pm

    [...] 22、Ultimate Tag Warrior:在Wordpress的SEO插件时也介绍了这个插件,主要是用来添加文章标签。对SEO也有一定的帮助。 [...]

  860. Pingback by 精选100个Wordpress常用插件 - NetShadow - 专注电脑技术与资讯
    Monday 19 October, 2009 @ 12:15 am

    [...] 22、Ultimate Tag Warrior:在Wordpress的SEO插件时也介绍了这个插件,主要是用来添加文章标签。对SEO也有一定的帮助。 [...]

  861. Pingback by SEO Wordpress plugins
    Monday 19 October, 2009 @ 5:40 am

    [...] -UltimateTagWarrior plugin Categories: internet Random PostsEl Chupacabra -filmat in TexasLady Gaga refuza publicatia PlayboyCameron Diaz este chealaSophie Howard incinge mintile barbatilorMinorele din cimitir Comments (4) Trackbacks (1) Leave a comment Trackback [...]

  862. Pingback by Tags Blown Away
    Monday 19 October, 2009 @ 6:23 pm

    [...] my database backups are a little sketchy. The ones I have are all post-tag-destruction. I was using Ultimate Tag Warrior and was getting set to make a move to the integrated tags in Wordpress when I noticed the [...]

  863. Pingback by Blogging: 11 consejos antes de publicar — Sicrono
    Tuesday 20 October, 2009 @ 10:49 pm

    [...] Si utilizás el pluging UTW aseguráte de completarlo con palabras claves relevantes. A propósito, el tí­tulo de tu entrada [...]

  864. Pingback by Plugins para Wordpress para usar con blespot.comPlugins para Wordpress | Blespot.com Blogs
    Sunday 25 October, 2009 @ 9:20 pm

    [...] Ultimate Tag Warrior: Implementa un sistema de etiquetas para Wordpress con el que sustituir las desfasadas categorías. [...]

  865. Pingback by 20 Wordpress Plugins to Increase Blog Traffic | Affiliate Blog Online
    Monday 26 October, 2009 @ 12:45 am

    [...] 20. Ultimate Tag Warrior [...]

  866. Pingback by 我爱广告 » 打造完美博客的35个WordPress插件
    Monday 26 October, 2009 @ 9:30 am

    [...] Tags,在2.3以前我们习惯用UTW,2.3以后我们对simple [...]

  867. Pingback by 我爱广告 » 精选100个Wordpress常用插件
    Monday 26 October, 2009 @ 9:47 pm

    [...] 22、Ultimate Tag Warrior:在Wordpress的SEO插件时也介绍了这个插件,主要是用来添加文章标签。对SEO也有一定的帮助。 [...]

  868. Pingback by 我爱广告 » 10个Wordpress上最受欢迎的SEO插件
    Monday 26 October, 2009 @ 9:53 pm

    [...] 4、Ultimate Tag Warrior – UTW [...]

  869. Pingback by 精选100个Wordpress常用插件(2)-SEO篇 | 武汉网站优化
    Wednesday 28 October, 2009 @ 5:04 am

    [...] 22、Ultimate Tag Warrior:在Wordpress的SEO插件时也介绍了这个插件,主要是用来添加文章标签。对SEO也有一定的帮助。 [...]

  870. Pingback by wodpress经典插件(转) » 稷下学宫
    Wednesday 28 October, 2009 @ 12:34 pm

    [...] Tags,在2.3以前我们习惯用UTW,2.3以后我们对simple [...]

  871. Pingback by Vuelta a la normalidad | Mareos de un geek
    Thursday 29 October, 2009 @ 5:39 am

    [...] con un poco más de tiempo le he puesto al blog el Ultimate Tag Warrior. Durante unas semanas me dedicaré a repasar todos los posts publicados (un total de 714 contando [...]

  872. Pingback by תגיות וקטגוריות » ITbananas
    Thursday 29 October, 2009 @ 10:43 am

    [...] כל מי ששדרג לגרסה האחרונה של וורדפרס, בטח הבחין שהתוסף Ultimate Tag Warrior לא שימושי יותר וזאת מהסיבה שמנגנון הטאגים השתנה בגרסת [...]

  873. Pingback by Idiots Guide To Starting an Adult Blog | Master Sexy
    Sunday 1 November, 2009 @ 8:41 am

    [...] – Ultimate Tag warrior [...]

  874. Pingback by 优化wordpress博客的几个方法 | 文心小筑
    Wednesday 4 November, 2009 @ 11:29 pm

    [...] 6)安装 Related Posts 插件,可以带领你的读者深入阅读; 7)安装 Ultimate Tag Warrior 插件,可以很好地为你的读者提供导航。 8)可以安装 Landing sites [...]

  875. Pingback by die besten wordpress plugins | Blog ABC - SEO-Tipps, Affiliate und IT
    Thursday 5 November, 2009 @ 8:18 am

    [...] Beschreibung (Englisch) und Download: Ultimate Tag Warrior [...]

  876. Pingback by 84 WordPress Plugins to demo and download | DaveDesign.us
    Tuesday 10 November, 2009 @ 2:49 am

    [...] Ultimate Tag Warrior – Allows you to tag your posts so that sites like Technorati have an easier time indexing them. Could potentially bring a lot of visitors! [...]

  877. Pingback by Oloroko Blog – Lista de Plugins para Wordpress
    Tuesday 10 November, 2009 @ 5:12 pm

    [...] Ultimate Tag Warrior: Implementa un sistema de etiquetas para Wordpress con el que sustituir las desfasadas categorías. [...]

  878. Pingback by SEO WordPress: Plugins SEO para WordPress @ SEO y posicionamiento – Tu-Blog.net
    Wednesday 11 November, 2009 @ 7:32 pm

    [...] Descargar [...]

  879. Pingback by wordpress tag插件之Ultimate Tag Warrior – 【KWE的博客】
    Friday 13 November, 2009 @ 8:15 am

    [...] Tag Warrior的中文教程见这里,Ultimate Tag Warrior下载见这里。 本文标签: 所属分类:WordPress插件 链接地址:http://kwe.net.cn/?p=61 [...]

  880. Pingback by wordpress丰富功能插件大全 | 延辉网
    Saturday 14 November, 2009 @ 5:31 am

    [...] tag 插件,只需在你的 post 里加上 [tags] [/tags] 标签即可(详细介绍)。 Ultimate Tag Warrior - Wordpress 最好的 Tag 插件。 Wikipedia-NoFollow – [...]

  881. Pingback by 打造完美博客的35个WordPress插件【转自飞月博客】 - 我是80后|阿强的博客
    Saturday 14 November, 2009 @ 9:58 am

    [...] Tags,在2.3以前我们习惯用UTW,2.3以后我们对simple [...]

  882. Pingback by Nubes de etiquetas « La computadora en la oficina
    Saturday 14 November, 2009 @ 3:34 pm

    [...] tagging with WordPress Ultimate Tag Warrior Jerome’s Keywords WordPress-Plugin: del.icio.us Tag Cloud [...]

  883. Pingback by Clean A Free Wordpress Theme
    Monday 16 November, 2009 @ 2:21 am

    [...] Ultimate Tag Warrior [...]

  884. Pingback by My Top 10 Wordpress Plugins | Tech Spot
    Monday 16 November, 2009 @ 5:41 am

    [...] Ultimate Tag Warrior Best Tag system for Wordpress. [...]

  885. Pingback by 打造完美博客的35个WordPress插件 « 冬……
    Monday 16 November, 2009 @ 9:28 am

    [...] Tags,在2.3以前我们习惯用UTW,2.3以后我们对simple [...]

  886. Pingback by Anonymous
    Wednesday 18 November, 2009 @ 3:51 am

    [...] 22、Ultimate Tag Warrior:在Wordpress的SEO插件时也介绍了这个插件,主要是用来添加文章标签。对SEO也有一定的帮助。 [...]

  887. Pingback by List of Wordpress Plugins installed
    Saturday 21 November, 2009 @ 3:05 pm

    [...] Ultimate Tag Warrior [...]

  888. Pingback by Top 10 SEO-Related WordPress Plugins : sohbet chat dostluk arkadaslik sohbet odaları kameralı sohbet sesli chat kızlarla sohbet
    Sunday 22 November, 2009 @ 8:48 pm

    [...] 2. Ultimate Tag Warrior [...]

  889. Pingback by 打造完美博客的35个WordPress插件 | ZZROM
    Monday 23 November, 2009 @ 4:52 am

    [...] Tags,在2.3以前我们习惯用UTW,2.3以后我们对simple [...]

  890. Pingback by 10 SEO Tips for WordPress | Tutorial Blog - Online Free Tutorial
    Tuesday 24 November, 2009 @ 4:09 am

    [...] Tags are a great SEO addition to your blog. They enable search engines to crawl your website more easily and in addition to that, create specific pages for your tags/keywords. You can install the Ultimate Tag Warrior plugin on your WordPress blog. Get the plugin here: http://www.neato.co.nz/ultimate-tag-warrior/ [...]

  891. Pingback by shin min hwa = shin na » Blog Archive » 워드프레스 플러그인 30
    Wednesday 25 November, 2009 @ 2:37 am

    [...] Ultimate Tag Warrior태그와 관련된 모든 작업을 할수 [...]

  892. Pingback by Wordpressのプラグイン - 情報教材の実践と比較評価
    Thursday 26 November, 2009 @ 1:34 pm

    [...] Ultimate Tag Warrior 3 Ultimate Tag Warrior [...]

  893. Pingback by TOP 30 Wordpress Plugins in Blogosphere | Quảng cáo trên Google
    Thursday 26 November, 2009 @ 4:54 pm

    [...] Ultimate Tag Warrior is a plugin does everything related with tagging. With this plugin you can tag your every post through a separate field, enter tags inside post text, use tags in external editors, etc. The tags then can be used to search your blog and are picked up by blog search engines like Technorati and can bring in new users. UTW was used by 14 of 48 bloggers. [...]

  894. Comment by Techadictos
    Saturday 28 November, 2009 @ 3:52 am

    Last version work witch wordpress 2.8.6? thanks

  895. Pingback by WwW.UrbaNicaNo.Net || Tu Web De Reggaetón & Eventos Urbanos » Plugins para Wordpress
    Sunday 29 November, 2009 @ 7:08 pm

    [...] Ultimate Tag Warrior: Implementa un sistema de etiquetas para Wordpress con el que sustituir las desfasadas categorías. [...]

  896. Pingback by 子许博客 » Blog Archive » 打造完美博客的35个WordPress插件
    Monday 30 November, 2009 @ 4:49 am

    [...] Tags,在2.3以前我们习惯用UTW,2.3以后我们对simple [...]

  897. Pingback by A change is a brewing « deanjrobinson.com
    Thursday 3 December, 2009 @ 7:06 am

    [...] the big cloud of all tags that was in the sidebar, the reason for this is I’ve switched from Ultimate Tag Warrior to Simple Tagging and as yet Redoable doesn’t have support for Simple Tagging built in. [...]

  898. Pingback by WP Theme Resurrection | Free Download Blogger Templates
    Friday 4 December, 2009 @ 11:29 am

    [...] UTW tag, Page Navi and Twitter-tool plugins are required on this theme (also attached in download) [...]

  899. Pingback by Keks » Blog Archive » WordPress 2.0.2
    Saturday 5 December, 2009 @ 11:01 pm

    [...] Ultimate Tag Warrior 3.13 [...]

  900. Pingback by 10个Wordpress上最受欢迎的SEO插件 | 古藤之家
    Sunday 6 December, 2009 @ 9:30 am

    [...] 4、Ultimate Tag Warrior – UTW [...]

  901. Pingback by wordpress 常见的插件(转自幸福收藏夹) « 零次元世界
    Sunday 6 December, 2009 @ 12:53 pm

    [...] Tags,在2.3以前我们习惯用UTW,2.3以后我们对simple [...]

  902. Pingback by 打造完美博客的35个WordPress插件 | 煎饼
    Tuesday 8 December, 2009 @ 12:00 pm

    [...] Tags,在2.3以前我们习惯用UTW,2.3以后我们对simple [...]

  903. Pingback by WordPress SEO, WP搜索引擎优化-建站指南-站长经验 » By admin » 发布 » sin32
    Tuesday 8 December, 2009 @ 12:21 pm

    [...] 5)使用TagTag逐渐在互联网变得越来越重要,使用Tag可以让文章之间相互关联,可以让搜索引擎更好的挖掘你的网站。推荐WordPress Tag插件Ultimate Tag Warrior [...]

  904. Pingback by Wordpress-Theme: (Not so) Fresh | dies und das | XSBlog2.0beta
    Thursday 10 December, 2009 @ 9:22 am

    [...] von Brian’s Latest Comments und des Gravatar Plugins noch eine Unterstützung für Ultimate Tag Warrior und Math Comment Spam Protection in das Theme eingebaut. Ist eines der genannten Plugins aktiv, [...]

  905. Pingback by 让Live Writer支持Wordpress 2.3 的tag | 出家如初,成佛有余
    Monday 14 December, 2009 @ 10:15 am

    [...] Wordpress 2.3已经缺省提供了对tag的支持,因此如果要求不高,倒也不再用诸如Ultimate Tag Warrior 3这样的工具。Live [...]

  906. Pingback by Alfred Birney - Kerstavond
    Wednesday 23 December, 2009 @ 5:30 pm

    [...] tagwolkje onderin. Vijftig tags is het maximum, gut wat een gekruidenier. De bedenkster van de UTW, Neato, heeft de pijp maar aan Maarten gegeven. Zonde van haar briljante werk. Haar tagclouds kon je zo [...]

  907. Pingback by K2 Theme, del.icio.us und Flickr Integration - revised at tm
    Wednesday 30 December, 2009 @ 2:28 am

    [...] Aufgepimt wird der mit ner Menge kleiner, feiner Plugins. Vor allem Extended Live Archives und Ultimate Tag Warrior haben es mir angetan. Ich kann jetzt Blogeinträge vertaggen und das Archiv sieht doch einfach [...]

Leave a Reply

Benefactors


Latest Music
Tweets