Forums

adding UTW tags to a WordPress Page (2 posts)

  1. indiehead
    Member
    Posted 5 years ago #

    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

  2. Netconcepts
    Member
    Posted 5 years ago #

    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)

Topic Closed

This topic has been closed to new replies.

About this Topic