17/11/2016WordpressRenaming Custom Post Types and TaxonomiesSQL query for renaming Custom Post Types: UPDATE `wp_posts` SET `post_type` = ‘<new_post_type>’ WHERE `post_type` = ‘<old_post_type>’; SQL query for renaming Custom […]