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!
Sunday 26 February, 2006 @ 9:10 am
Yay, an update!
What’s the difference between vanilla and single file?
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…
Monday 27 February, 2006 @ 2:41 am
Christine, UTW is on of WordPress’ most amazing and useful plugins – kudos to you!
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.
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.)
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!
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 ;-)
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.
Thursday 2 March, 2006 @ 4:42 am
Christine –
How does the icon function work?
Amanda
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)
Thursday 2 March, 2006 @ 10:45 am
Brilliant plugin …Big THANKS…
Thursday 2 March, 2006 @ 11:46 am
Christine,
Thanks for the update! The [tags]{/tags} stuff is just what I wanted!!!
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
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?)
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!
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
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
Friday 3 March, 2006 @ 8:03 am
Stuart,
Sure! you can send them to me at christine at neato dot co dot nz
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.
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?
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
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!
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.
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 (:
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 (:
Monday 6 March, 2006 @ 12:59 pm
还是不知道vanilla 和single file有什么不同
Tuesday 7 March, 2006 @ 12:03 am
Kewl blog you got goin on up here.
Peace, JiggyWittit
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
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)
Thursday 9 March, 2006 @ 8:09 am
Thanks for that.. I’ll have a closer look this evening when I get home from work.
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…
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?
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 ;)
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?
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
Friday 10 March, 2006 @ 9:03 pm
Yay!
(it did kinda sound like a misalignment of the universe sort of a thing.)
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?
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 …
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…
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
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.
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
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.
Monday 13 March, 2006 @ 10:29 am
Hmmm, that sounds simple enough. Thank you, Christine. I’ll have a go at it.
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.
Monday 13 March, 2006 @ 8:05 pm
abhishek,
Try disabling, then re-enabling the plugin; just to see if that sorts it out.
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.
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.
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)));
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.
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”)
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 !!!
Friday 17 March, 2006 @ 3:08 am
Just wanted to say thankyou for this excellent plugin, it works a treat :)
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
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….
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.
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
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.
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.
Monday 20 March, 2006 @ 10:01 am
Oh yeah, and it’s on your site. How’d you do that?
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?
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!
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?
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.
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
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)
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!
Sunday 26 March, 2006 @ 5:43 am
我所使用的WordPress插件…
我的插件大部分来自于探花及BPC那里,在这里表示感谢!
1)Extended Live Archives
归档插件(dynamic archive)
By Arnaud Froment .
2)Blog It !
这个插件是用于为文章添加网摘用的,里面包含了新浪 VIVI,365Key,Yo…
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
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).
Wednesday 29 March, 2006 @ 5:20 am
Got that fixed. Thanks ! Wonderful plugin!
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
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
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.)
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)
—————–
Wednesday 5 April, 2006 @ 3:36 am
Jeg hilser til klovnen. Jeg liker klovner veldig godt! Jeg har vrt p sirkus og sett klovner.
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
Friday 7 April, 2006 @ 2:18 pm
Ajay,
I can’t think of a tidy way to reduce the number of SQL queries.
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!”
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!
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!
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!
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)
Tuesday 11 April, 2006 @ 8:15 am
Most excellent Plugin — Muchas Gracias, Senorita!
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… :|
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
Tuesday 18 April, 2006 @ 6:28 am
?
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]
Tuesday 18 April, 2006 @ 8:05 pm
1mil,
Try putting that last line before the wordpress stuff instead of after.
Tuesday 18 April, 2006 @ 8:14 pm
Thank you that worked perfectly.
How do you keep up with all these requests??
Tuesday 18 April, 2006 @ 8:17 pm
…badly, most of the time (;
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…
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?
Saturday 22 April, 2006 @ 10:25 am
1mil,
< ?php
$format = array('first'=>‘%tagdisplay%’,'default’=>’, %tagdisplay%’);
?>
<meta blah “< ?php UTW_ShowWhatever('',$format); ?>” />
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!
Sunday 23 April, 2006 @ 6:32 am
ok nevermind, I see the $limit. That seems to do the trick!
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?
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!
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.
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.
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.
Saturday 29 April, 2006 @ 12:46 pm
tzpvndivroy
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
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 …
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!
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
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
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?
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!
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.
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.
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
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.
Sunday 4 June, 2006 @ 7:06 am
It’s great! Thanks, I like it intergrate with tagyu service, Nice plugin.
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!
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 :)
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.
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
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 …
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.
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.
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.
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.
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?
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?
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.
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…
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
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.
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!
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.
Thursday 22 June, 2006 @ 8:47 pm
Great plug-in. Thanks a lot. You should add a “donate” button… ;)
Friday 23 June, 2006 @ 9:39 am
Ha ha.
Smartarse (;
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
Sunday 25 June, 2006 @ 7:44 pm
one of the most essential plug-ins i’ve seen yet.
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/
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.
Thursday 29 June, 2006 @ 11:21 am
How can I put a delimiter in the output of the tag cloud between phrases? Something like: ▪
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.
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.
Friday 7 July, 2006 @ 6:26 am
this is wonderful tags….i am expecting more traffic
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?
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!
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!
Sunday 9 July, 2006 @ 9:22 pm
Great plugin, I’ve just downloaded it and will use on my blog looks good so far :)
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
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
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 !!
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
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.
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!
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!
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!
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?
Tuesday 18 July, 2006 @ 4:08 am
Thank you, that did the trick! :-)
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.
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…
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?
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.
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.
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?
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
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.
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!
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 275Friday 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.
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.
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
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***!
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!
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…
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…
Wednesday 26 July, 2006 @ 12:27 am
very nice plugin thank you
Wednesday 26 July, 2006 @ 12:41 am
The necessary plugin (:
It is established easily and perfectly works.
Thank u so much!
Wednesday 26 July, 2006 @ 2:32 am
The tag suggestions is broken for me, but I love the tags anyways.
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
Thursday 27 July, 2006 @ 9:33 am
Awesome plugin! Thank you so much for sharing! Thumbs up for you! :)
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
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!
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]
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
Tuesday 1 August, 2006 @ 2:06 pm
Hi,
merci beaucoup pour ce travail je vais tester cela!
good job
regards from France
Tuesday 1 August, 2006 @ 2:50 pm
i’m happy great plugin thank you :-)
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!
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.
Saturday 5 August, 2006 @ 7:01 pm
the url is http://sitename.com/tag/tagname
but it gives ‘ Error 404 – Not Found ‘ .
plz help
Sunday 6 August, 2006 @ 6:35 am
[...] http://www.neato.co.nz/ultimate-tag-warrior/trackback/ [...]
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=”;
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.
>
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?
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.)
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
Friday 11 August, 2006 @ 8:09 pm
This is a really cool plugin, I use it on all my blogs. Cheers!
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.
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.
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
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
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!
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.
Wednesday 16 August, 2006 @ 10:15 pm
Hui, cool plugin – nice to test it!
Thursday 17 August, 2006 @ 1:13 pm
where can i see a live demo?
Friday 18 August, 2006 @ 10:10 am
Thanks for the plugin, just what I was searching for :)
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.
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
Monday 21 August, 2006 @ 1:26 pm
Ignore my previous post! I found it: UTW_HasTags
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?
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…
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…. :’(
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
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…
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 484What 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
Wednesday 23 August, 2006 @ 4:50 am
Thanks for sharing this plugin with us! I’m really delighted!
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…
Thursday 24 August, 2006 @ 9:25 pm
Any1 has experience enabling this great plugin in Joomla JD-WP component ?
Thursday 24 August, 2006 @ 10:13 pm
Thanks for a great plugin.
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.
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?
Saturday 26 August, 2006 @ 5:51 am
Thank you very much for your hard work. It is greatly appreciated
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.
Saturday 26 August, 2006 @ 7:00 am
WOoOW, amazing plugin.
Thank you so much for this great plugin.
Keep the hard work.
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.
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
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 :)
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
Tuesday 29 August, 2006 @ 1:27 pm
我所使用的WordPress插件…
我的插件大部分来自于探花及BPC那里,在这里表示感谢!
1)Extended Live Archives
归档插件(dynamic archive)
By Arnaud Froment .
2)Blog It !
这个插件是用于为文章添加网摘用的,里面包含了新浪 VIVI,365Key,Yo…
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}
Wednesday 30 August, 2006 @ 7:35 pm
I still miss an instruction for making good page titles with the plug-in. :-/
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.
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?
Thursday 31 August, 2006 @ 7:42 pm
Just getting into it…making a website…this sounds real interesting…where do I download? Good luck…
Saturday 2 September, 2006 @ 2:54 am
Can this tag warrior do the same work as Technorati tags?
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
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?
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!
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!
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.
Sunday 10 September, 2006 @ 10:44 pm
Tag Warrrior & Tag Cloud now available at testspiel.de. Thanks a lot for this great plugin!
Friday 15 September, 2006 @ 4:31 pm
I have a fix for the permalink issue. See my post in the installation forum.
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)
Saturday 16 September, 2006 @ 11:04 pm
I need a concern here. Does it tag technorati as well?
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…
Monday 18 September, 2006 @ 10:09 pm
@Kim: Yes, it’s working on my blog.
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?
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!
Wednesday 20 September, 2006 @ 5:55 am
nevermind. Thanks. I found it in the forum! :-)
Wednesday 20 September, 2006 @ 4:42 pm
I have some bug with wp204 error 500.. erf :)
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…
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
Friday 22 September, 2006 @ 12:57 pm
Brilliant plug in, BTW!!! Thanks heaps, Christine!
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.
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.
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.
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 (; ]
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
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
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
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!
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.
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?
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 …
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.
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
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.
Friday 29 September, 2006 @ 5:56 pm
I know where the problem is. I lost 1 file >_
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
Sunday 1 October, 2006 @ 1:57 am
Thanks for the plugin.I’m using it on my homepage
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?
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 .
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/
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 ……
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
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…
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.
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
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.
……
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.
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!
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!
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…
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…
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?
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
Thursday 5 July, 2007 @ 5:59 am
Great PLUGIN!
Thursday 5 July, 2007 @ 7:48 pm
how use it?!
Friday 6 July, 2007 @ 5:30 am
Yeah very useful plugin, i’m using it on my personal website! Thanks
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
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
Friday 6 July, 2007 @ 2:44 pm
This is one amazing plugin! Extremely useful and easy to use! Thanks!
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?
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.
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?
Monday 9 July, 2007 @ 3:23 am
it works fine to me.. 10x..
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?
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 ...]
Monday 9 July, 2007 @ 8:30 pm
Thank you for this wonderful plugin. I love it!
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.
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
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?
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.
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
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.
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.
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. :-)
Saturday 14 July, 2007 @ 4:23 am
Found your PP button! :-)
Saturday 14 July, 2007 @ 11:54 pm
Your Plugin is amazing. Nice works. Thanks for the google users ;)
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…
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?
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?
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
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
Wednesday 18 July, 2007 @ 7:09 am
Congrats for UTW
i’m newbie
thank’s for information
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.
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
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
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.
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
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?
Saturday 21 July, 2007 @ 6:53 pm
Any chances you’d update UTW to utilize tag cloud widget?
kthxbai.
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!
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 :)
Monday 23 July, 2007 @ 3:23 am
Forgot to say, I’m using UTW 3.14159265 if that can help. Thx.
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
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
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
Wednesday 25 July, 2007 @ 7:00 pm
Really, very good information it is. I’m very thankful of this.
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. ;)
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.
Friday 27 July, 2007 @ 12:21 am
I use UTW_ShowTagsForCurrentPost(”commalist”) to show tags.
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?
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
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
Saturday 28 July, 2007 @ 6:14 am
i am installing and tring it now
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
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.
Tuesday 31 July, 2007 @ 3:07 pm
This plugin is exactly what I need, thank you very much ;)
Wednesday 1 August, 2007 @ 2:38 am
Thank you for the Plugin. Im using it and its cool!
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
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.
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 !
Monday 6 August, 2007 @ 12:57 pm
Thanks for this plugin
Regards =)
FernandoPH
Monday 6 August, 2007 @ 9:27 pm
It’s a good plugin for wordpress.
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
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?
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.
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)?
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 ….
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?
Tuesday 14 August, 2007 @ 4:17 pm
I have a blog http://www.digitalpage.blogspot.com is this plugin usable for that blog
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
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
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
Friday 17 August, 2007 @ 6:52 am
Great plugin! Works fine for me.
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.
Friday 17 August, 2007 @ 8:02 pm
Just the kind of thing i was looking for to do some keyword targetting… Thanks
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 ;)
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?
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
Sunday 19 August, 2007 @ 9:40 am
Nice tool, i like it!
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
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…
Thursday 23 August, 2007 @ 9:24 pm
thnks for plugin ..
are there any document for installation ..
Monday 27 August, 2007 @ 11:23 am
Many thank for the great plugin. Test on my blog and great working. Thank again
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
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
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
Wednesday 29 August, 2007 @ 7:29 pm
I’m also getting an error message when I installed to my main website.
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
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
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 …
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.
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?
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
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.
Saturday 1 September, 2007 @ 2:00 pm
Lorelle Van Fossen reported that UTW may not work with WP versions 2.1+, is it true?
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
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
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?
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.
Friday 7 September, 2007 @ 7:33 am
thnks for plugin .. sincerely from turkey
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 ^_^
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? :)
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
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.
Thursday 13 September, 2007 @ 3:58 pm
yes
I used this pluging find it is good
thanks
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
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.
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.
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.
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
Thursday 20 September, 2007 @ 6:59 pm
Christine,
great job with UTW and thank you for updating it for the new release.
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
Saturday 22 September, 2007 @ 5:31 pm
Thank you very much for this PLUGIN. it is very nice for the SEO. Thanks again!
Sunday 23 September, 2007 @ 5:02 am
Nice plugin! I’ll use it to get technorati traffic :)
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!
Tuesday 25 September, 2007 @ 12:41 am
nice plugin Thank you :)
Tuesday 25 September, 2007 @ 6:44 pm
nice plugin. but how to support wordpress 2.3?
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
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 :(
Wednesday 26 September, 2007 @ 2:45 am
Is there any chance you make it work in Wordpress 2.3+ ? Thanks :)
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.
Thursday 27 September, 2007 @ 6:26 am
Will you relase a plugin for url rewriting of local tag urls like in UTW ?
Thx.
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).
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. [...]
Friday 28 September, 2007 @ 10:23 am
thank you for your work, all works deserves a thank you
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…
Tuesday 2 October, 2007 @ 3:11 am
Thanks in advanced and nice tool.
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
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?
Friday 5 October, 2007 @ 7:05 am
Christine,
I’ve made available a WP 2.3 compatible version of UTW.
Cheers.
Sunday 7 October, 2007 @ 12:26 am
Great Plugin! Thank you so very much!
brad
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
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
Thursday 11 October, 2007 @ 4:55 am
[...] Ultimate Tag Warrior is a plugin which allows you to include tag clouds in your wordpress blog. [...]
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
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
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
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
Thursday 18 October, 2007 @ 12:27 am
Can anyone show me a demo URL for this plug in?
Sunday 21 October, 2007 @ 2:28 am
Great Plugin. Thank you so very much!
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!
Thursday 25 October, 2007 @ 7:33 pm
Is it compatible with WP2.2.3
Friday 2 November, 2007 @ 2:24 pm
can’t search in chinese…so sad….
Wednesday 7 November, 2007 @ 5:57 am
Awesome plugin , Thanks .
Saturday 17 November, 2007 @ 12:34 am
Thanks a lot for this great plugin
Saturday 17 November, 2007 @ 8:30 pm
Thanks a lot, this plugin really rocks!
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
Saturday 1 December, 2007 @ 8:55 am
Very nice plugin, thanks.
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.
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..
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
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
Sunday 6 January, 2008 @ 12:38 pm
[...] Multilanguage版の2.2.3を試してたときは,WP業界では有名なUltimate Tag Warrior 3とUTW mod Related [...]
Sunday 6 January, 2008 @ 11:08 pm
[...] sistema di “tag” gestito dal plugin “Ultimate tag warrior” non è compatibile con la nuova versione di [...]
Thursday 10 January, 2008 @ 9:10 pm
Christine, thanks for sharing this great plugin.
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;
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
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.
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 [...]
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. =)
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
Thursday 28 February, 2008 @ 9:38 am
thank you!
Thursday 28 February, 2008 @ 8:24 pm
I really love this plug-in n I want instal to my first WP Blog.. THX
Thursday 6 March, 2008 @ 6:36 am
Thanks for this plugin. Just install on my blog.
Tuesday 11 March, 2008 @ 1:05 am
Great idea adding tags in such easy way. Thanks
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?
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.
Sunday 6 April, 2008 @ 7:13 am
Does UTW work with WordPress 2.5?
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
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
Tuesday 20 May, 2008 @ 10:12 pm
Thanks for this plugin.
Wednesday 28 May, 2008 @ 8:01 am
Hi , Thanks..
Thanks for this plugin. Just install on my blog.
Wednesday 28 May, 2008 @ 8:56 pm
Works with wp 2.5?
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.
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
Tuesday 17 June, 2008 @ 12:20 am
I could not use UTW to the latest (ver 2.5.1) wordpress
Monday 23 June, 2008 @ 4:19 am
I hope you will fix it to use with wordpress 2.5
thank you for plugin
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?
Friday 18 July, 2008 @ 10:07 pm
Dears,
UTW Have new version for wordpress 2.5 yet? If anybody know please update. Thanks.
Thursday 31 July, 2008 @ 2:36 am
[...] 22、Ultimate Tag Warrior:在Wordpress的SEO插件时也介绍了这个插件,主要是用来添加文章标签。对SEO也有一定的帮助。 [...]
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 [...]
Thursday 31 July, 2008 @ 11:47 am
[...] 中文 WordPress 工具箱 Ultimate Tag Warrior(这个插件WP2.3里面就不需要了) WP-PageNavi WP AJAX Edit [...]
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 [...]
Saturday 2 August, 2008 @ 10:43 pm
[...] 22、Ultimate Tag Warrior:在Wordpress的SEO插件时也介绍了这个插件,主要是用来添加文章标签。对SEO也有一定的帮助。 [...]
Monday 4 August, 2008 @ 4:56 am
[...] Ultimate Tag Warrior – Adauga taguri Technorati fiecarui post, poate genera tagcloud, related posts pe baza tagurilor si [...]
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 – [...]
Monday 4 August, 2008 @ 6:00 pm
[...] 就像那时候 Wordpress 2.3 出来的时候, 最伟大的 tags 插件, UTW 就功成身退隐身于 Wordpress [...]
Tuesday 5 August, 2008 @ 3:32 am
[...] Ultimate Tag Warrior – Wordpress 最好的 Tag 插件。它可以很好地为用户提供导航。 [...]
Tuesday 5 August, 2008 @ 3:45 am
[...] Ultimate Tag Warrior fin 添加tag功能 還有很多功能但是不是很清楚(用k2的主題的話不用另外加代碼,,k2支持的說) [...]
Wednesday 6 August, 2008 @ 1:33 am
[...] Ultimate Tag Warrior – Wordpress 最好的 Tag 插件。 [...]
Wednesday 6 August, 2008 @ 4:09 am
[...] 테스트해봤습니다. 워드프레스 2.3 이상 버젼에서만 사용할 수 있습니다. Ultimate Tag Warrior 데이터를 사용하지 않고, 워드프레스 자체의 태그 데이타를 [...]
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. [...]
Wednesday 6 August, 2008 @ 7:19 am
[...] Ultimate Tag Warrior – The best tag system for [...]
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 [...]
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 [...]
Wednesday 6 August, 2008 @ 6:30 pm
[...] Tags,在2.3以前我们习惯用UTW,2.3以后我们对simple [...]
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 [...]
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 [...]
Friday 8 August, 2008 @ 4:36 am
[...] Download Ultimate Tag Warrior [...]
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 [...]
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 [...]
Sunday 10 August, 2008 @ 7:20 am
[...] в скоро време няма да се нуждаят от плъгин като Ultimate Tag Warrior, ако се предлага вградена възможност за тагове [...]
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 [...]
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 [...]
Monday 11 August, 2008 @ 6:14 pm
[...] support for UTW – just uncomment to show related entries on single post [...]
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 [...]
Tuesday 12 August, 2008 @ 2:14 pm
[...] Ultimate Tag Warrior – In term of seo, this one is [...]
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. [...]
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 [...]
Wednesday 13 August, 2008 @ 2:44 pm
[...] Ultimate Tag Warrior – הורדה [...]
Thursday 14 August, 2008 @ 6:43 am
[...] Ultimate Tag Warrior -Add tagging functionality [...]
Friday 15 August, 2008 @ 4:52 am
[...] Tags,在2.3以前我们习惯用UTW,2.3以后我们对simple [...]
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. [...]
Friday 15 August, 2008 @ 5:36 am
[...] Tags,在2.3以前我们习惯用UTW,2.3以后我们对simple [...]
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 [...]
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. [...]
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. [...]
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! [...]
Monday 18 August, 2008 @ 2:38 am
[...] Feedburner 的功能。) Popularity Contest(用百分比显示每篇文章的受欢迎程度) Ultimate Tag Warrior(强大的 Tag 插件,昨天刚刚出来了一个 pi/bugfix 1 版本 ) Wordpress Download [...]
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 [...]
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 [...]
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. [...]
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 [...]
Saturday 23 August, 2008 @ 11:02 am
[...] Tags,在2.3以前我们习惯用UTW,2.3以后我们对simple [...]
Saturday 23 August, 2008 @ 11:57 am
[...] Tags,在2.3以前我们习惯用UTW,2.3以后我们对simple [...]
Sunday 24 August, 2008 @ 12:44 pm
[...] Ultimate Tag Warrior:经典的 tag 插件。 [...]
Sunday 24 August, 2008 @ 12:54 pm
[...] Ultimate Tag Warrior:经典的 tag 插件。 [...]
Monday 25 August, 2008 @ 9:24 am
[...] Ultimate Tag Warrior Possibly related posts: (automatically generated)Buy Anything, Buy [...]
Monday 25 August, 2008 @ 9:26 am
[...] CA-Title Ultimate Tag Warrior [...]
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后台编辑图片:裁剪、旋转等等。 [...]
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 [...]
Wednesday 27 August, 2008 @ 6:38 am
[...] που χρησιμοποιώ με συνδυασμένη χρήση tags μέσω του Ultimate Tag Warrior plugin. Αυτή τη στιγμή οι κατηγορίες μου αριθμούν κοντά [...]
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. [...]
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 [...]
Thursday 28 August, 2008 @ 12:04 pm
[...] 22、Ultimate Tag Warrior:在Wordpress的SEO插件时也介绍了这个插件,主要是用来添加文章标签。对SEO也有一定的帮助。 [...]
Saturday 30 August, 2008 @ 12:58 am
[...] 2.1.x 预览: 下载:hello2007.zip 说明:1,使用这个模板前请安装插件Ultimate Tag Warrior. [...]
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. [...]
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 [...]
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 [...]
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. [...]
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 [...]
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. [...]
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后台编辑图片:裁剪、旋转等等。 [...]
Wednesday 3 September, 2008 @ 11:39 am
[...] Ultimate Tag Warrior – Wordpress 最好的 Tag 插件。它可以很好地为用户提供导航。 [...]
Wednesday 3 September, 2008 @ 12:04 pm
[...] 5)使用Tag Tag逐渐在互联网变得越来越重要,使用Tag可以让文章之间相互关联,可以让搜索引擎更好的挖掘你的网站。 推荐WordPress Tag插件Ultimate Tag Warrior [...]
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 [...]
Friday 5 September, 2008 @ 1:53 am
[...] Ultimate Tag Warrior – Wordpress 最好的 Tag 插件。它可以很好地为用户提供导航。 [...]
Friday 5 September, 2008 @ 1:11 pm
[...] 4. Ultimate Tag Warrior (简称:UTW) [...]
Friday 5 September, 2008 @ 3:40 pm
[...] Christine from the Internet » Ultimate Tag Warrior 3 (tags: tagcloud plugin) [...]
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, [...]
Sunday 7 September, 2008 @ 10:22 am
[...] 22、Ultimate Tag Warrior:在Wordpress的SEO插件时也介绍了这个插件,主要是用来添加文章标签。对SEO也有一定的帮助。 [...]
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 [...]
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. [...]
Monday 8 September, 2008 @ 10:04 pm
[...] Ultimate Tag Warrior [...]
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 [...]
Tuesday 9 September, 2008 @ 12:59 am
[...] 3、Ultimate Tag Warrior – UTW [...]
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 [...]
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. [...]
Friday 12 September, 2008 @ 2:06 pm
[...] Ultimate Tag Warrior 是一个可以做所有和 tagging 相关事情的插件。通过这个插件你可以给你的文章都加上 tag,在文章内加入 tag,文章外加入 tag,等等。这些 tags 可以被用来搜索你的 blog,能够一些像 Technorati 这样的 blog 搜索引擎收集并且给你带来新用户,UTW被14位 blogger 使用。 [...]
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 [...]
Sunday 14 September, 2008 @ 7:13 pm
[...] link [...]
Sunday 14 September, 2008 @ 9:18 pm
[...] Ultimate Tag Warrior [...]
Monday 15 September, 2008 @ 12:25 am
[...] Tags and Sitemaps Google Sitemaps – UltimateTagWarrior Tag Addon – WordPress Plugin Ultimate Tag Warrior [...]
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 [...]
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 ) [...]
Thursday 18 September, 2008 @ 5:51 pm
[...] Tags,在2.3以前我们习惯用UTW,2.3以后我们对simple [...]
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. [...]
Friday 19 September, 2008 @ 1:36 pm
[...] Ultimate Tag Warrior Uno dei plugin più completi per l’inserimento di tags nei [...]
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 [...]
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 [...]
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 [...]
Monday 22 September, 2008 @ 6:40 am
[...] Download Ultimate Tag Warrior 3 [...]
Monday 22 September, 2008 @ 12:21 pm
[...] Il regalo di oggi riguarda wordpress e il plugin Ultimate Tag Warrior: [...]
Tuesday 23 September, 2008 @ 11:04 pm
[...] Tag Warrior (UTW) – LinkPlugin ini berguna untuk menambahkan sistem tagging pada blog Anda. Selain menawarkan keleluasaan [...]
Wednesday 24 September, 2008 @ 9:13 am
[...] 22、Ultimate Tag Warrior:主要是用来添加文章标签。对SEO也有一定的帮助。 [...]
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后台编辑图片:裁剪、旋转等等。 [...]
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. [...]
Thursday 25 September, 2008 @ 2:25 pm
[...] Ultimate Tag Warrior (UTW) – Link [...]
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 [...]
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 | [...]
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 [...]
Sunday 28 September, 2008 @ 4:56 am
[...] Ultimate Tag Warrior [...]
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 [...]
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! [...]
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-) [...]
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 [...]
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. [...]
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 [...]
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. [...]
Friday 3 October, 2008 @ 11:59 am
[...] 22、Ultimate Tag Warrior:在Wordpress的SEO插件时也介绍了这个插件,主要是用来添加文章标签。对SEO也有一定的帮助。 [...]
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 [...]
Saturday 4 October, 2008 @ 3:42 am
[...] UTW Tags [...]
Tuesday 7 October, 2008 @ 4:50 am
[...] Ultimate Tag Warrior:经典的 tag 插件。 [...]
Tuesday 7 October, 2008 @ 10:35 pm
[...] Download Ultimate Tag Warrior 3 [...]
Tuesday 7 October, 2008 @ 11:01 pm
[...] Download: http://www.neato.co.nz/ultimate-tag-warrior/ [...]
Wednesday 8 October, 2008 @ 1:22 am
[...] Ultimate Tag Warrior:经典的 tag 插件。 [...]
Wednesday 8 October, 2008 @ 2:43 am
[...] Ultimate Tag Warrior เป็น Plugin ที่ดำเนินการทุกอย่างที่เกี่ยวข้องกับการ Tagging ซึ่งคุณสามารถแปะป้ายข้อมูลของสินค้าแต่ละตัว โดยแยกออกเป็นแต่ละประเภท [...]
Saturday 11 October, 2008 @ 5:20 am
[...] Feedburner Feed Replacement:将原始 feed 地址转向到 feedburner 的烧录地址。 Ultimate Tag Warrior:经典的 tag 插件。 Subscribe to [...]
Saturday 11 October, 2008 @ 9:05 am
Hi,
Why don’t you support it in Wordpress 2.3+?
Saturday 11 October, 2008 @ 2:07 pm
[...] тегов и облако тегов. Для этих целей был выбран плагин Ultimate Tag Warrior, поскольку другие плагины, которые используются для [...]
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 [...]
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. [...]
Thursday 16 October, 2008 @ 12:07 am
[...] Ultimate Tag Warrior – Adds tags to your posts in pretty [...]
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. [...]
Thursday 16 October, 2008 @ 2:40 am
[...] 2.Ultimate Tag Warrior [...]
Thursday 16 October, 2008 @ 10:46 am
[...] Ultimate Tag Warrior:经典的 tag 插件。 [...]
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 [...]
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 [...]
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 [...]
Saturday 18 October, 2008 @ 2:49 pm
[...] 22、Ultimate Tag Warrior:在Wordpress的SEO插件时也介绍了这个插件,主要是用来添加文章标签。对SEO也有一定的帮助。 [...]
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 – [...]
Sunday 19 October, 2008 @ 5:54 am
[...] Ultimate Tag Warrior. [...]
Sunday 19 October, 2008 @ 2:46 pm
[...] Ultimate Tag Warrior 3 [...]
Monday 20 October, 2008 @ 8:25 pm
[...] Ultimate Tag Warrior [...]
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 [...]
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 [...]
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. [...]
Thursday 23 October, 2008 @ 3:14 pm
[...] Tags – 最简单最好用的 Technorati tag 插件,只需在你的 post 里加上 标签即可。 Ultimate Tag Warrior – Wordpress 最好的 Tag [...]
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 [...]
Friday 24 October, 2008 @ 9:32 pm
[...] 21、 Simple Tagging :给文章添加标签。 22、 Ultimate Tag Warrior :在 Wordpress的SEO插件 [...]
Saturday 25 October, 2008 @ 11:30 pm
[...] Ultimate Tag Warrior If you want to use tags, this is the ultimate tagging plugin. [...]
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. [...]
Tuesday 28 October, 2008 @ 3:58 am
[...] :将原始 feed 地址转向到 feedburner 的烧录地址。 7. Ultimate Tag Warrior [...]
Tuesday 28 October, 2008 @ 7:54 am
[...] 4. Ultimate Tag Warrior (简称:UTW) [...]
Tuesday 28 October, 2008 @ 8:15 pm
[...] 21、 Simple Tagging :给文章添加标签。 22、 Ultimate Tag Warrior :在 Wordpress的SEO插件 [...]
Wednesday 29 October, 2008 @ 6:52 pm
[...] 4. Ultimate Tag Warrior (简称:UTW) [...]
Wednesday 29 October, 2008 @ 8:52 pm
[...] 21、 Simple Tagging :给文章添加标签。 22、 Ultimate Tag Warrior :在 Wordpress的SEO插件 [...]
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 [...]
Friday 31 October, 2008 @ 12:51 pm
[...] Ultimate Tag Warrior [...]
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. [...]
Sunday 2 November, 2008 @ 8:56 am
[...] Ultimate Tag Warrior:经典的 tag 插件。 [...]
Monday 3 November, 2008 @ 1:45 pm
[...] 22、Ultimate Tag Warrior:主要是用来添加文章标签。对SEO也有一定的帮助。 [...]
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 [...]
Wednesday 5 November, 2008 @ 5:03 am
[...] Ultimate Tag Warrior [...]
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 [...]
Friday 7 November, 2008 @ 3:13 am
[...] tag cloud widget – requires Ultimate Tag Warrior… Par Chris [...]
Saturday 8 November, 2008 @ 12:53 pm
[...] Ultimate Tag Warrior – Wordpress 最好的 Tag 插件。 [...]
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. [...]
Sunday 9 November, 2008 @ 8:36 am
[...] 4 . Ultimate Tag Warrior (UTW) – Link [...]
Sunday 9 November, 2008 @ 8:56 pm
[...] Ultimate Tag Warrior [...]
Sunday 9 November, 2008 @ 11:15 pm
[...] 22、Ultimate Tag Warrior:在Wordpress的SEO插件时也介绍了这个插件,主要是用来添加文章标签。对SEO也有一定的帮助。 [...]
Monday 10 November, 2008 @ 10:37 pm
[...] Ultimate Tag Warrior — Ultimate Tag Warrior 是一个功能非常强大的插件(插件中的九头蛇)。它允许你通过下面的方式增加 tags:在文章撰写页面用一个 tag 框,在文章中通过一个 AJAXy 框,和从外部编辑器使用特殊的语法使用特殊的语法。在文章撰写页面,你可以使用 Yahoo! 关键字建议服务得到关于 tags 的建议。 [...]
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 [...]
Wednesday 12 November, 2008 @ 4:54 pm
[...] Ultimate Tag Warrior – Ganz im Sinne von Web 2.0, taggt die Beiträge! [...]
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. [...]
Friday 14 November, 2008 @ 4:27 am
[...] Ultimate Tag Warrior (UTW) Maybe you already know what this. [...]
Friday 14 November, 2008 @ 6:52 am
[...] Tags,在2.3以前我们习惯用UTW,2.3以后我们对simple [...]
Friday 14 November, 2008 @ 5:43 pm
[...] Tag Warrior (UTW) – Link Plugin ini berguna untuk menambahkan sistem tagging pada blog Anda. Selain menawarkan keleluasaan [...]
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() [...]
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 [...]
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 [...]
Saturday 15 November, 2008 @ 8:21 pm
[...] Ultimate Tag Warrior※次のUTW mod Related Postを使うために利用。無くてもタグ自体は使える? [...]
Sunday 16 November, 2008 @ 3:46 pm
[...] 下载:hello2007.zip 说明:1,使用这个模板前请安装插件Ultimate Tag Warrior. 2,具体参看:http://hellowiki.com/2007/02/28/wordpress-theme-hello-2007/ [...]
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 [...]
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. [...]
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 [...]
Friday 21 November, 2008 @ 6:35 pm
this is one of the greatest wordpress plugins of all times… :)
Saturday 22 November, 2008 @ 2:54 am
[...] Ultimate Tag Warrior [...]
Saturday 22 November, 2008 @ 7:54 pm
[...] Ultimate Tag Warrior 3 [...]
Sunday 23 November, 2008 @ 12:26 pm
[...] Ultimate Tag Warrior(UTW):这个大家应该比较熟悉,一款强大的标签插件。如果你写博客那么就一定要有标签,我推荐大家使用UTW,因为它的作用太大了。使用它可以实现它本身的功能外,还能用它调用相关文章、最热文章等等。并且它的标签样式多种多样,如果你也想实现我边侧栏中的Tag云,那么就安装它吧。下载地址在这里。 [...]
Monday 24 November, 2008 @ 11:11 am
[...] Tags,在2.3以前我们习惯用UTW,2.3以后我们对simple [...]
Monday 24 November, 2008 @ 11:43 pm
[...] Tags,在2.3以前我们习惯用UTW,2.3以后我们对simple [...]
Tuesday 25 November, 2008 @ 11:49 pm
[...] 6)安装 Related Posts 插件,可以带领你的读者深入阅读; 7)安装 Ultimate Tag Warrior 插件,可以很好地为你的读者提供导航。 8)可以安装 Landing sites [...]
Wednesday 26 November, 2008 @ 5:32 am
[...] 20. Ultimate Tag Warrior [...]
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.
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 [...]
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. [...]
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. [...]
Friday 28 November, 2008 @ 1:25 am
[...] Ultimate Tag Warrior 3 [...]
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; [...]
Friday 28 November, 2008 @ 5:32 pm
[...] 4. Ultimate Tag Warrior(簡稱:UTW) [...]
Sunday 30 November, 2008 @ 12:21 am
[...] Tag Warrior (UTW) – Link Plugin ini berguna untuk menambahkan sistem tagging pada blog Anda. Selain menawarkan keleluasaan [...]
Sunday 30 November, 2008 @ 6:55 am
[...] 建立日志文章的存档页(插件:Extended Live Archives),还有一定要在每篇文章旁列出更多的相关文章,并建立现在流行的Tags系统,细分文章主题,方便访客查阅(推荐通过Ultimate Tag Warrior或Simple Tagging实现)。 [...]
Sunday 30 November, 2008 @ 2:53 pm
[...] 2. Ultimate Tag Warrior [...]
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 [...]
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 [...]
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. [...]
Wednesday 3 December, 2008 @ 1:01 pm
[...] 2. Ultimate Tag Warrior [...]
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 [...]
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. [...]
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’. [...]
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 [...]
Friday 5 December, 2008 @ 5:22 am
[...] you have Ultimate Tag Warrior installed and [...]
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 [...]
Friday 5 December, 2008 @ 9:12 pm
[...] Ultimate Tag Warrior [...]
Saturday 6 December, 2008 @ 12:19 am
[...] tags – Download this useful tool here. They are not only allow search engines to crawl your site [...]
Saturday 6 December, 2008 @ 11:42 am
[...] 22、Ultimate Tag Warrior:在Wordpress的SEO插件时也介绍了这个插件,主要是用来添加文章标签。对SEO也有一定的帮助。 [...]
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 [...]
Tuesday 9 December, 2008 @ 2:13 pm
[...] Ultimate Tag Warrior [...]
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 [...]
Thursday 11 December, 2008 @ 1:31 am
very good
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. [...]
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 [...]
Thursday 11 December, 2008 @ 11:59 pm
[...] Tags,在2.3以前我们习惯用UTW,2.3以后我们对simple [...]
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/
Friday 12 December, 2008 @ 3:53 am
[...] Ultimate Tag Warrior:非常强大的Tags管理工具,具体功能及用法可阅读其官方文档,我也正在学习。 [...]
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. [...]
Saturday 13 December, 2008 @ 9:36 pm
[...] Ultimate Tag Warrior [...]
Sunday 14 December, 2008 @ 4:14 am
[...] Ultimate Tag Warrior [...]
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 [...]
Monday 15 December, 2008 @ 8:01 pm
[...] 22、Ultimate Tag Warrior:在Wordpress的SEO插件时也介绍了这个插件,主要是用来添加文章标签。对SEO也有一定的帮助。 [...]
Wednesday 17 December, 2008 @ 11:40 pm
[...] 22、Ultimate Tag Warrior:在Wordpress的SEO插件时也介绍了这个插件,主要是用来添加文章标签。对SEO也有一定的帮助。 [...]
Saturday 20 December, 2008 @ 9:18 pm
[...] Tags,在2.3以前我们习惯用UTW,2.3以后我们对simple [...]
Monday 22 December, 2008 @ 2:15 am
[...] Ultimate Tag Warrior – The best tag system for [...]
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 [...]
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 [...]
Sunday 28 December, 2008 @ 12:17 am
[...] Technorati tag 插件,只需在你的 post 里加上 [tags] [/tags] 标签即可。 Ultimate Tag Warrior – Wordpress 最好的 Tag [...]
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 [...]
Tuesday 6 January, 2009 @ 10:26 pm
[...] wp_list_cats だとちゃんと出力するがwp_list_categoriesだとエラー表示っぽい。 Ultimate Tag Warrior タグ付け 解説:power source*さま [...]
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 [...]
Thursday 8 January, 2009 @ 4:13 am
[...] UTW has 3.0.1 for WordPress 1.5 therefore I have immediately upgraded. [...]
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 [...]
Thursday 8 January, 2009 @ 4:19 am
[...] Neato : Ultimate Tag Warrior: Start Here (tags: tagging plugins wordpress Technorati) [...]
Thursday 8 January, 2009 @ 6:47 am
[...] 2. Ultimate Tag Warrior [...]
Saturday 10 January, 2009 @ 11:11 am
[...] 2.Ultimate Tag Warrior [...]
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 [...]
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 [...]
Saturday 17 January, 2009 @ 2:12 am
[...] 20、Optimal Title – 用来优化title,提高搜索引擎评价 21、Ultimate Tag Warrior – 最好的标签系统 22、Google Sitemap Generator – 可以自动生成google sitemap [...]
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. [...]
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 [...]
Tuesday 20 January, 2009 @ 12:21 pm
[...] Ultimate Tag Warrior [...]
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 [...]
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. [...]
Friday 6 February, 2009 @ 9:37 am
[...] XD),這個內建功能跟 Ultimate Tag Warrior 相較之下只是個半成品,因此 Tag cloud 、 Related tags 列表功能我都自己寫 [...]
Friday 6 February, 2009 @ 4:54 pm
[...] WordPress 2.3 之前,我们还可以使用这个方法配合 UTW 插件实现添加 tags [...]
Thursday 12 February, 2009 @ 5:36 pm
[...] Ultimate Tag Warrior:经典的 tag 插件。 [...]
Friday 20 February, 2009 @ 12:45 pm
[...] Ultimate Tag Warrior:这是一个tag云的插件。很强大,新版Extended live Archives整合。教学 [...]
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)
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. [...]
Wednesday 4 March, 2009 @ 5:24 am
[...] 6)安装 Related Posts 插件,可以带领你的读者深入阅读; 7)安装 Ultimate Tag Warrior 插件,可以很好地为你的读者提供导航。 8)可以安装 Landing sites [...]
Friday 6 March, 2009 @ 9:43 pm
[...] 22、Ultimate Tag Warrior:在Wordpress的SEO插件时也介绍了这个插件,主要是用来添加文章标签。对SEO也有一定的帮助。 [...]
Saturday 7 March, 2009 @ 4:45 pm
[...] http://www.neato.co.nz/ultimate-tag-warrior/ [...]
Wednesday 11 March, 2009 @ 2:26 am
[...] Ultimate Tag Warrior [...]
Wednesday 11 March, 2009 @ 1:28 pm
[...] Ultimate Tag Warrior 3 (參考這篇Ultimate Tag Warrior 教學) [...]
Thursday 12 March, 2009 @ 10:02 am
[...] 20、Optimal Title – 用来优化title,提高搜索引擎评价 21、Ultimate Tag Warrior – 最好的标签系统 22、 Google Sitemap Generator – 可以自动生成google sitemap [...]
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. [...]
Tuesday 24 March, 2009 @ 12:05 am
[...] 6)安装 Related Posts 插件,可以带领你的读者深入阅读; 7)安装 Ultimate Tag Warrior 插件,可以很好地为你的读者提供导航。 8)可以安装 Landing sites [...]
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.
Thursday 26 March, 2009 @ 4:42 am
[...] Ultimate Tag Warrior:经典的 tag 插件。 [...]
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. [...]
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 [...]
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 [...]
Friday 3 April, 2009 @ 5:55 am
[...] Ultimate Tag Warrior: Another tagging plugin with categories. [...]
Monday 6 April, 2009 @ 4:44 am
[...] Tags,在2.3以前我们习惯用UTW,2.3以后我们对simple [...]
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 [...]
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 [...]
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.
Sunday 12 April, 2009 @ 6:05 am
[...] Technorati tag 插件,只需在你的 post 里加上 [tags] [/tags] 标签即可。 Ultimate Tag Warrior – Wordpress 最好的 Tag [...]
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 [...]
Friday 17 April, 2009 @ 6:46 pm
[...] http://www.neato.co.nz/ultimate-tag-warrior/ [...]
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 [...]
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 [...]
Sunday 26 April, 2009 @ 2:37 am
[...] 6)安装 Related Posts 插件,可以带领你的读者深入阅读; 7)安装 Ultimate Tag Warrior 插件,可以很好地为你的读者提供导航。 8)可以安装 Landing sites [...]
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 [...]
Saturday 2 May, 2009 @ 2:35 am
[...] Tags,在2.3以前我们习惯用UTW,2.3以后我们对simple [...]
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 [...]
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. [...]
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. [...]
Monday 1 June, 2009 @ 4:30 pm
[...] Tags,在2.3以前我们习惯用UTW,2.3以后我们对simple [...]
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. [...]
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:允许你设置在首页不显示某个特定分类的文章。 [...]
Thursday 11 June, 2009 @ 8:51 am
[...] 4、Ultimate Tag Warrior – UTW [...]
Thursday 11 June, 2009 @ 12:22 pm
[...] 4、Ultimate Tag Warrior – UTW [...]
Friday 12 June, 2009 @ 6:34 am
[...] 4、Ultimate Tag Warrior – UTW [...]
Friday 12 June, 2009 @ 7:30 am
[...] 4、Ultimate Tag Warrior – UTW [...]
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. [...]
Monday 15 June, 2009 @ 5:06 am
[...] 17.Ultimate Tag Warrior 有了simple tagging就不用这个了,它的版本号很奇怪:3.1415926(PI?) [...]
Tuesday 16 June, 2009 @ 4:11 am
[...] 22、Ultimate Tag Warrior:在Wordpress的SEO插件时也介绍了这个插件,主要是用来添加文章标签。对SEO也有一定的帮助。 [...]
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 [...]
Sunday 21 June, 2009 @ 7:55 pm
hi christine! I just want to ask if the cloud tags can be put at blogger.com?
Monday 22 June, 2009 @ 9:12 pm
[...] Ultimate tag Warrior [...]
Tuesday 23 June, 2009 @ 3:03 am
[...] Ultimate Tag Warrior:经典的 tag 插件。 [...]
Wednesday 24 June, 2009 @ 9:55 pm
[...] 文字列をそのまま表示します。Ultimate Tag Warriorのアイコン、wp-tegaki の TrueType [...]
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-) [...]
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 [...]
Friday 26 June, 2009 @ 3:19 am
[...] 建立日志文章的存档页(插件:Extended Live Archives),还有一定要在每篇文章旁列出更多的相关文章,并建立现在流行的Tags系统,细分文章主题,方便访客查阅(推荐通过Ultimate Tag Warrior或Simple Tagging实现)。 [...]
Tuesday 30 June, 2009 @ 9:21 am
[...] 20. Ultimate Tag Warrior [...]
Sunday 5 July, 2009 @ 8:26 am
[...] UTW tag, Page Navi and Twitter-tool eklentileri temaya entegre edilmiş halde download imkanı sunulmuş. [...]
Monday 6 July, 2009 @ 1:32 pm
[...] 14. Ultimate Tag Warrior [...]
Monday 6 July, 2009 @ 3:21 pm
[...] 2. Ultimate Tag Warrior [...]
Friday 10 July, 2009 @ 2:40 am
[...] 22、Ultimate Tag Warrior:在Wordpress的SEO插件时也介绍了这个插件,主要是用来添加文章标签。对SEO也有一定的帮助。 [...]
Saturday 11 July, 2009 @ 2:44 am
[...] Ultimate Tag Warrior (支持、必需) [...]
Sunday 12 July, 2009 @ 1:14 pm
[...] tag 插件,只需在你的 post 里加上 [tags] [/tags] 标签即可(详细介绍)。 Ultimate Tag Warrior - Wordpress 最好的 Tag 插件。 Wikipedia-NoFollow – [...]
Thursday 16 July, 2009 @ 8:47 pm
[...] tagging with WordPress Ultimate Tag Warrior Jerome’s Keywords WordPress-Plugin: del.icio.us Tag Cloud [...]
Friday 17 July, 2009 @ 2:44 am
[...] Tags,在2.3以前我们习惯用UTW,2.3以后我们对simple [...]
Sunday 19 July, 2009 @ 2:15 pm
[...] 3. Tags 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/ [...]
Monday 20 July, 2009 @ 9:25 pm
[...] 22、Ultimate Tag Warrior:在Wordpress的SEO插件时也介绍了这个插件,主要是用来添加文章标签。对SEO也有一定的帮助。 [...]
Tuesday 21 July, 2009 @ 12:17 am
[...] PageNaviのPlugin対応のコードも入ってますが、入れて無くても問題ないです。 tag.php を作成したら、それをテーマフォルダにアップしてください。それでタグアーカイブのページが作成されます。 その後は、各ファイルにタグの一覧を表示するコードを記述することになります。 その辺は次のエントリで…。 配布サイト:Neato様 Ultimate Tag Warrior 3 [...]
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. [...]
Tuesday 21 July, 2009 @ 11:26 am
[...] 22、Ultimate Tag Warrior:在Wordpress的SEO插件时也介绍了这个插件,主要是用来添加文章标签。对SEO也有一定的帮助。 [...]
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. [...]
Wednesday 22 July, 2009 @ 7:59 am
[...] 22、Ultimate Tag Warrior:在Wordpress的SEO插件时也介绍了这个插件,主要是用来添加文章标签。对SEO也有一定的帮助。 [...]
Thursday 23 July, 2009 @ 4:46 pm
[...] Ultimate Tag Warrior to tag posts [...]
Saturday 25 July, 2009 @ 2:26 am
[...] Tags,在2.3以前我们习惯用UTW,2.3以后我们对simple [...]
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. [...]
Saturday 25 July, 2009 @ 6:10 pm
[...] 2. Ultimate Tag Warrior [...]
Tuesday 28 July, 2009 @ 5:04 am
[...] Tags,在2.3以前我们习惯用UTW,2.3以后我们对simple [...]
Tuesday 28 July, 2009 @ 5:36 am
[...] tag 插件,只需在你的 post 里加上 [tags] [/tags] 标签即可(详细介绍)。 Ultimate Tag Warrior - Wordpress 最好的 Tag 插件。 Wikipedia-NoFollow – [...]
Tuesday 28 July, 2009 @ 5:45 am
[...] 22、Ultimate Tag Warrior:在Wordpress的SEO插件时也介绍了这个插件,主要是用来添加文章标签。对SEO也有一定的帮助。 [...]
Tuesday 28 July, 2009 @ 8:58 am
[...] 7、Ultimate Tag Warrior [...]
Tuesday 28 July, 2009 @ 9:45 am
[...] Ultimate Tag Warrior [...]
Wednesday 29 July, 2009 @ 7:37 am
[...] 22、Ultimate Tag Warrior:在Wordpress的SEO插件时也介绍了这个插件,主要是用来添加文章标签。对SEO也有一定的帮助。 [...]
Sunday 2 August, 2009 @ 10:00 am
[...] tag 插件,只需在你的 post 里加上 [tags] [/tags] 标签即可(详细介绍)。 Ultimate Tag Warrior – Wordpress 最好的 Tag 插件。 Wikipedia-NoFollow – [...]
Sunday 2 August, 2009 @ 10:36 am
[...] Ultimate Tag Warrior – Wordpress 最好的 Tag 插件。 [...]
Monday 3 August, 2009 @ 5:12 am
[...] Download Ultimate Tag Warrior 3 [...]
Tuesday 4 August, 2009 @ 2:07 am
[...] Ultimate Tag Warrior [...]
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 [...]
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 [...]
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. [...]
Thursday 6 August, 2009 @ 6:35 am
[...] 22、Ultimate Tag Warrior:在Wordpress的SEO插件时也介绍了这个插件,主要是用来添加文章标签。对SEO也有一定的帮助。 [...]
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 [...]
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 [...]
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
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. [...]
Monday 10 August, 2009 @ 4:40 am
[...] 22、Ultimate Tag Warrior:在Wordpress的SEO插件时也介绍了这个插件,主要是用来添加文章标签。对SEO也有一定的帮助。 [...]
Monday 10 August, 2009 @ 8:17 am
[...] – UltimeTag Warrior : Wordpress kurulu olan bloglarınızda etiket ( tag ) oluşturabilirsiniz.Kategorilerinize göre [...]
Monday 10 August, 2009 @ 12:53 pm
[...] 22、Ultimate Tag Warrior:在Wordpress的SEO插件时也介绍了这个插件,主要是用来添加文章标签。对SEO也有一定的帮助。 [...]
Tuesday 11 August, 2009 @ 4:01 am
[...] Ultimate Tag Warrior – The best tag system for [...]
Wednesday 12 August, 2009 @ 5:14 am
I dont’t know how to use this plugin Any Demo avialable?
http://ourquality.wordpress.com/
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 [...]
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 [...]
Thursday 13 August, 2009 @ 10:42 am
[...] 22、Ultimate Tag Warrior:在Wordpress的SEO插件时也介绍了这个插件,主要是用来添加文章标签。对SEO也有一定的帮助。 [...]
Friday 14 August, 2009 @ 1:41 pm
[...] 4.UTW mod Related Postをインストール。記事に設定したタグを元に関連した記事のリンクを張ってくれます。 ※このプラグインはUltimate tag warriorも必要になります。 [...]
Saturday 15 August, 2009 @ 10:01 pm
[...] 20、Optimal Title – 用来优化title,提高搜索引擎评价 21、Ultimate Tag Warrior – 最好的标签系统 22、Google Sitemap Generator – 可以自动生成google [...]
Sunday 16 August, 2009 @ 9:43 pm
[...] Ultimate Tag Warrior [...]
Monday 17 August, 2009 @ 4:55 am
[...] Tags,在2.3以前我们习惯用UTW,2.3以后我们对simple [...]
Monday 17 August, 2009 @ 5:03 am
[...] 22、Ultimate Tag Warrior:在Wordpress的SEO插件时也介绍了这个插件,主要是用来添加文章标签。对SEO也有一定的帮助。 [...]
Monday 17 August, 2009 @ 5:06 am
[...] 7、Ultimate Tag Warrior [...]
Monday 17 August, 2009 @ 6:07 pm
[...] 4. Ultimate Tag Warrior (简称:UTW) [...]
Monday 17 August, 2009 @ 6:11 pm
[...] 5.使用这个主题要安装UTW tag, Page Navi and Twitter-tool [...]
Tuesday 18 August, 2009 @ 11:38 am
[...] Tags,在2.3以前我们习惯用UTW,2.3以后我们对simple [...]
Tuesday 18 August, 2009 @ 9:34 pm
[...] ■Ultimate Tag Warrior プラグイン配布元 Neato : Ultimate Tag Warrior: Start Here コード PLAIN TEXTPHP: <ul><?php [...]
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 [...]
Saturday 22 August, 2009 @ 6:11 am
[...] Tags,在2.3以前我们习惯用UTW,2.3以后我们对simple [...]
Sunday 23 August, 2009 @ 9:45 am
[...] 22、Ultimate Tag Warrior:在Wordpress的SEO插件时也介绍了这个插件,主要是用来添加文章标签。对SEO也有一定的帮助。 [...]
Monday 24 August, 2009 @ 5:55 am
[...] 22、Ultimate Tag Warrior:主要是用来添加文章标签。对SEO也有一定的帮助。 [...]
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. [...]
Monday 31 August, 2009 @ 2:57 am
[...] Ultimate Tag Warrior 3 [...]
Monday 31 August, 2009 @ 6:34 am
[...] visit the plugin [...]
Monday 31 August, 2009 @ 12:38 pm
[...] Tags,在2.3以前我们习惯用UTW,2.3以后我们对simple [...]
Friday 4 September, 2009 @ 3:24 am
[...] tag 插件,只需在你的 post 里加上 [tags] [/tags] 标签即可(详细介绍)。 Ultimate Tag Warrior - Wordpress 最好的 Tag 插件。 Wikipedia-NoFollow – [...]
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 [...]
Sunday 6 September, 2009 @ 3:02 am
[...] UTW tag, Page Navi and Twitter-tool plugins are required on this theme (also attached in download) [...]
Sunday 6 September, 2009 @ 3:28 pm
[...] Ultimate Tag Warrior 3 [...]
Monday 7 September, 2009 @ 7:44 am
[...] Ultimate Tag Warrior [...]
Tuesday 8 September, 2009 @ 3:10 am
[...] will need either UTW or w-a-s-a-b-i Related Posts plugin installed and [...]
Thursday 10 September, 2009 @ 1:23 am
[...] Tags,在2.3以前我们习惯用UTW,2.3以后我们对simple [...]
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. [...]
Monday 14 September, 2009 @ 4:46 pm
[...] 15. Ultimate Tag Warrior 3 [...]
Tuesday 15 September, 2009 @ 4:21 am
[...] Tags,在2.3以前我们习惯用UTW,2.3以后我们对simple [...]
Tuesday 15 September, 2009 @ 7:29 am
[...] Download Ultimate Tag Warrior 3 [...]
Tuesday 15 September, 2009 @ 1:33 pm
[...] 15. Ultimate Tag Warrior 3 [...]
Wednesday 16 September, 2009 @ 4:30 am
[...] 15. Ultimate Tag Warrior 3 [...]
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 [...]
Friday 18 September, 2009 @ 4:57 am
[...] описание в meta-тэгах; установить поддержку ярлыков (Ultimate Tag Warrior) и разобраться, можно ли их использовать одновременно [...]
Friday 18 September, 2009 @ 6:59 am
So any announcement of WP 2.8 compatibility?
Saturday 19 September, 2009 @ 11:44 pm
[...] Ultimate Tag Warrior http://www.neato.co.nz/ultimate-tag-warrior/ [...]
Sunday 20 September, 2009 @ 3:57 am
[...] – 用来优化title,提高搜索引擎评价;(感觉用处不大,特别是Baidu) 21、Ultimate Tag Warrior – 最好的标签系统;(这一定要推荐,这里是我的一篇相关文章) 22、Google [...]
Sunday 20 September, 2009 @ 3:58 am
[...] Highlight Related Posts 高亮突出显示相关文章 的确,我相信很多人和我一样,大多数时候到一个网站是为了一方面的问题或事情而去,而真正来说不可能也没必要访问者和博客主拥有完全一样的兴趣爱好,但是只要有兴趣爱好的交叉点即可,那么“相关文章”就是把访客此时此地的兴趣所在提供给他,当然能够具有吸引力了。我最近开始使用UTW也就是为了这一点,毕竟到目前为止,WP2.2还不自带tags功能。 [...]
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包里也有。 [...]
Sunday 20 September, 2009 @ 11:43 am
[...] 22、Ultimate Tag Warrior:在Wordpress的SEO插件时也介绍了这个插件,主要是用来添加文章标签。对SEO也有一定的帮助。 [...]
Thursday 24 September, 2009 @ 3:06 am
[...] Tags,在2.3以前我们习惯用UTW,2.3以后我们对simple [...]
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 [...]
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 [...]
Saturday 26 September, 2009 @ 3:50 am
[...] 22、Ultimate Tag Warrior:在Wordpress的SEO插件时也介绍了这个插件,主要是用来添加文章标签。对SEO也有一定的帮助。 [...]
Saturday 26 September, 2009 @ 10:16 pm
[...] Ultimate Tag Warrior [...]
Sunday 27 September, 2009 @ 6:29 pm
[...] Tags and Sitemaps Google Sitemaps – UltimateTagWarrior Tag Addon – WordPress Plugin Ultimate Tag Warrior [...]
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 [...]
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 [...]
Saturday 3 October, 2009 @ 10:56 am
[...] Tags,在2.3以前我们习惯用UTW,2.3以后我们对simple [...]
Monday 5 October, 2009 @ 8:38 am
[...] Tags,在2.3以前我们习惯用UTW,2.3以后我们对simple [...]
Tuesday 6 October, 2009 @ 10:03 am
[...] Ultimate Tag Warrior :经典的 tag 插件。 [...]
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增强型编辑器: [...]
Sunday 11 October, 2009 @ 11:16 am
Thank you for this plugin. is this working on the latest (Oct. 2009) version of Wordpress?
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.
Tuesday 13 October, 2009 @ 12:30 pm
[...] 1. Tag的问题。UTW安装并激活了,但没有看到效果; [...]
Wednesday 14 October, 2009 @ 10:29 pm
[...] 22、Ultimate Tag Warrior:在Wordpress的SEO插件时也介绍了这个插件,主要是用来添加文章标签。对SEO也有一定的帮助。 [...]
Wednesday 14 October, 2009 @ 10:34 pm
[...] 4、Ultimate Tag Warrior – UTW [...]
Thursday 15 October, 2009 @ 10:24 pm
[...] Tags,在2.3以前我们习惯用UTW,2.3以后我们对simple [...]
Sunday 18 October, 2009 @ 8:49 pm
[...] 22、Ultimate Tag Warrior:在Wordpress的SEO插件时也介绍了这个插件,主要是用来添加文章标签。对SEO也有一定的帮助。 [...]
Monday 19 October, 2009 @ 12:15 am
[...] 22、Ultimate Tag Warrior:在Wordpress的SEO插件时也介绍了这个插件,主要是用来添加文章标签。对SEO也有一定的帮助。 [...]
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 [...]
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 [...]
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 [...]
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. [...]
Monday 26 October, 2009 @ 12:45 am
[...] 20. Ultimate Tag Warrior [...]
Monday 26 October, 2009 @ 9:30 am
[...] Tags,在2.3以前我们习惯用UTW,2.3以后我们对simple [...]
Monday 26 October, 2009 @ 9:47 pm
[...] 22、Ultimate Tag Warrior:在Wordpress的SEO插件时也介绍了这个插件,主要是用来添加文章标签。对SEO也有一定的帮助。 [...]
Monday 26 October, 2009 @ 9:53 pm
[...] 4、Ultimate Tag Warrior – UTW [...]
Wednesday 28 October, 2009 @ 5:04 am
[...] 22、Ultimate Tag Warrior:在Wordpress的SEO插件时也介绍了这个插件,主要是用来添加文章标签。对SEO也有一定的帮助。 [...]
Wednesday 28 October, 2009 @ 12:34 pm
[...] Tags,在2.3以前我们习惯用UTW,2.3以后我们对simple [...]
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 [...]
Thursday 29 October, 2009 @ 10:43 am
[...] כל מי ששדרג לגרסה האחרונה של וורדפרס, בטח הבחין שהתוסף Ultimate Tag Warrior לא שימושי יותר וזאת מהסיבה שמנגנון הטאגים השתנה בגרסת [...]
Sunday 1 November, 2009 @ 8:41 am
[...] – Ultimate Tag warrior [...]
Wednesday 4 November, 2009 @ 11:29 pm
[...] 6)安装 Related Posts 插件,可以带领你的读者深入阅读; 7)安装 Ultimate Tag Warrior 插件,可以很好地为你的读者提供导航。 8)可以安装 Landing sites [...]
Thursday 5 November, 2009 @ 8:18 am
[...] Beschreibung (Englisch) und Download: Ultimate Tag Warrior [...]
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! [...]
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. [...]
Wednesday 11 November, 2009 @ 7:32 pm
[...] Descargar [...]
Friday 13 November, 2009 @ 8:15 am
[...] Tag Warrior的中文教程见这里,Ultimate Tag Warrior下载见这里。 本文标签: 所属分类:WordPress插件 链接地址:http://kwe.net.cn/?p=61 [...]
Saturday 14 November, 2009 @ 5:31 am
[...] tag 插件,只需在你的 post 里加上 [tags] [/tags] 标签即可(详细介绍)。 Ultimate Tag Warrior - Wordpress 最好的 Tag 插件。 Wikipedia-NoFollow – [...]
Saturday 14 November, 2009 @ 9:58 am
[...] Tags,在2.3以前我们习惯用UTW,2.3以后我们对simple [...]
Saturday 14 November, 2009 @ 3:34 pm
[...] tagging with WordPress Ultimate Tag Warrior Jerome’s Keywords WordPress-Plugin: del.icio.us Tag Cloud [...]
Monday 16 November, 2009 @ 2:21 am
[...] Ultimate Tag Warrior [...]
Monday 16 November, 2009 @ 5:41 am
[...] Ultimate Tag Warrior Best Tag system for Wordpress. [...]
Monday 16 November, 2009 @ 9:28 am
[...] Tags,在2.3以前我们习惯用UTW,2.3以后我们对simple [...]
Wednesday 18 November, 2009 @ 3:51 am
[...] 22、Ultimate Tag Warrior:在Wordpress的SEO插件时也介绍了这个插件,主要是用来添加文章标签。对SEO也有一定的帮助。 [...]
Saturday 21 November, 2009 @ 3:05 pm
[...] Ultimate Tag Warrior [...]
Sunday 22 November, 2009 @ 8:48 pm
[...] 2. Ultimate Tag Warrior [...]
Monday 23 November, 2009 @ 4:52 am
[...] Tags,在2.3以前我们习惯用UTW,2.3以后我们对simple [...]
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/ [...]
Wednesday 25 November, 2009 @ 2:37 am
[...] Ultimate Tag Warrior태그와 관련된 모든 작업을 할수 [...]
Thursday 26 November, 2009 @ 1:34 pm
[...] Ultimate Tag Warrior 3 Ultimate Tag Warrior [...]
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. [...]
Saturday 28 November, 2009 @ 3:52 am
Last version work witch wordpress 2.8.6? thanks
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. [...]
Monday 30 November, 2009 @ 4:49 am
[...] Tags,在2.3以前我们习惯用UTW,2.3以后我们对simple [...]
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. [...]
Friday 4 December, 2009 @ 11:29 am
[...] UTW tag, Page Navi and Twitter-tool plugins are required on this theme (also attached in download) [...]
Saturday 5 December, 2009 @ 11:01 pm
[...] Ultimate Tag Warrior 3.13 [...]
Sunday 6 December, 2009 @ 9:30 am
[...] 4、Ultimate Tag Warrior – UTW [...]
Sunday 6 December, 2009 @ 12:53 pm
[...] Tags,在2.3以前我们习惯用UTW,2.3以后我们对simple [...]
Tuesday 8 December, 2009 @ 12:00 pm
[...] Tags,在2.3以前我们习惯用UTW,2.3以后我们对simple [...]
Tuesday 8 December, 2009 @ 12:21 pm
[...] 5)使用TagTag逐渐在互联网变得越来越重要,使用Tag可以让文章之间相互关联,可以让搜索引擎更好的挖掘你的网站。推荐WordPress Tag插件Ultimate Tag Warrior [...]
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, [...]
Monday 14 December, 2009 @ 10:15 am
[...] Wordpress 2.3已经缺省提供了对tag的支持,因此如果要求不高,倒也不再用诸如Ultimate Tag Warrior 3这样的工具。Live [...]
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 [...]
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 [...]