Mostly, just an update to properly supports URL rewriting stuff in WordPress 2.0 RC1
* Caveat: In retrospect, I’m not sure how well I tested it with pre-2.0 RC1 (I’m pretty sure I didn’t regenerate the .htaccess file; so it may just be working with the old rewrite rules); so if it breaks, I’m not suprised, but let me know anyway!
* Yeah… it is broken for earlier wordpress
For those of you who are getting a 404 page when clicking on a tag, I figured out what’s wrong. Perhaps this is an Apache version/setting thing, but in the RewriteRule lines for UTW (RewriteRule ^tags/…), wherever you see a $matches[1], $matches[2], etc. replace them with just $1, $2, etc. This fixed it for me.
— Cully Larson
I just wanted to let you know that I’ve hacked the livesearch code to search posts by tags rather than content. http://www.squible.com/2005/12/05/using-livesearch-for-tags/
Christine, I think you have forgotten to fix the problem I mentioned in the support forum of tag lost when first save the draft. 😛
I’ve had a bit of a look, and couldn’t find a save-draft filter; but haven’t looked any deeper than that..
Tinyau,
It works okay in wordpress 1.5.2; so I guess this is something that has changed in the latest and greatest…I’ll see what I can find…
(http://wordpress.org/support/topic/51296 is where I’ve asked about it in the wordpress forums, FYI)
Christine, I have seen the thread already. Thanks a lot.
Thanks a lot !
short urls work on my 20RC1 !!!
Congratulations Christine
Tinyau,
Add this:
add_action('wp_insert_post', array('UltimateTagWarriorActions','ultimate_save_tags'));
near the bottom of the ultimate-tag-warrior-actions.php file.
(or wait until the next release (: )