Bulk assign posts to a category using SQL (MySQL)
OK, I think I found the answer myself… As stated in the post I linked to: wp_term_taxonomy – defines the taxonomy – either tag, category, or custom taxonomy term_taxonomy_id bigint(20) unsigned NOT NULL auto_increment, term_id bigint(20) unsigned NOT NULL default 0, taxonomy varchar(32) NOT NULL default ”, description longtext NOT NULL, parent bigint(20) unsigned NOT … Read more