• Good for removing a category from every single post. Does not have any selections or filtering of posts. All or nothing.

    Which was exactly what I needed, so it worked for me, but only with the excellent work around by Prokur

    Open Mass set Categories in WP Admin, and then run following code in Console:
    jQuery(“input[name$=\\[1\\]”).attr(“checked”, false)

    (where 1 is the ID of selected category)

  • The topic ‘It works, but only works well for one task’ is closed to new replies.