Support » Plugin: Mass set Categories » a lot of monkey work

  • I had situation, when I had to remove “uncategorized” category from all posts. It would take ages of manual work unless if you combine this plugin and little jQuery script run in your browser’s console.

    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 ‘a lot of monkey work’ is closed to new replies.