• Hi, i’ve got the UTW plugin running fine and can add UTW Tags to Posts easily.

    However i’d also like to add tags to my Pages (about, etc.)

    I’d imagine i’d add a custom field value but don’t know what, any ideas?

    thanks in advance.

    http://www.red91.com

Viewing 1 replies (of 1 total)
  • To get Ultimate Tag Warrior (version 3.14159) to tag static Pages…

    1) add after line 1551 of ultimate-tag-warrior-core.php:
    $request = preg_replace("/ AND post_status != 'static'/","", $request);

    2) add after line 819 on ultimate-tag-warrior-actions.php:
    add_action('edit_page_form', array('UltimateTagWarriorActions','ultimate_display_tag_widget'));

    (From Natural Search Blog)

Viewing 1 replies (of 1 total)
  • The topic ‘adding UTW tags to a WordPress Page’ is closed to new replies.