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.
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.
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)
This topic has been closed to new replies.