How to change post category for multiple post at WordPress in one second ? If you have cateogry with ID 1 and want to be in category with ID 3 you can put in SQL :
UPDATE wp_posts SET post_category=3 WHERE post_category=1
Job done !
Related Posts
No related posts.
Hey,
Its really good
hello hi ,thanks for your article.