Vanilla 1.0.1 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthortinyau
    • CommentTimeApr 7th 2007
     
    In current SVN version of WordPress 2.2, there is native tagging function support. However, there is conflict with UTW. The tag search function (both /tag/tagname or /index.php?tag=tagname) is not function at all, no result is return.

    Someone may think that if I raise this issue at the wrong timing. However, I think Christine should start to prepare the solution 'cos UTW is the de facto standard of tagging in WordPress. If WordPress 2.2 is released before the solution is provided, a lot of people will suffer.
    • CommentAuthormoeffju
    • CommentTimeApr 10th 2007
     
    So now I do have a support forum login, yay.

    Making UTW work with WordPress 2.2-SVN is a simple change, outlined in my article http://moeffju.net/blog/2007/04/10/utw-wordpress-22-tags/

    Hi from Habari ;)
    • CommentAuthorbtard
    • CommentTimeMay 27th 2007
     
    Hey Moe,

    I tried everything you suggested but couldn't find the get_tag_permastruct function in wp-includes/rewrite.php...

    Any ideas? I'e had to revert to the querystring "un-pretty" urls :(
  1.  
    I tried your suggest as well and the only instance of is_tag( in ultimate-tag-warrior.php in UTW_is_tag() and I don't think you are referring to this instance, right?

    Also, the "Update" section, you say to change is_tag() to UTW_is_tag() but when I use Dreamweaver to search all of the code in my theme, it is not found at all.