[Plugin: Simple Tags] can I still add tags manually from the edit page interface?
-
I’m using the Page Tagger plugin in addition to Simple Tags. I can mass modify tags using your plugin, but can’t manually alter tags using the tagging widget within the edit page interface. Any suggestions?
Thanks! Love the plugin. I wrote a script that can be run on your mass tag edit page to populate the tag field with the page title. I just run it from the Chrome JS console, but you could add it to the plugin as a button if you thought it useful.
(function ($) {$('#post th,#post td').each(function (i) {$me = $(this); if (i%2) {$me.find('input[type=text]').val(window.posttile)} else {window.posttile = $me.text()}})})(jQuery)
- The topic ‘[Plugin: Simple Tags] can I still add tags manually from the edit page interface?’ is closed to new replies.