I have a thousand posts and all them don’t have category. So, Do you know how to associate category with all posts by using sql query ? Thank you !
Leave a Reply
You must be logged in to post a comment.
I have a thousand posts and all them don’t have category. So, Do you know how to associate category with all posts by using sql query ? Thank you !
You must be logged in to post a comment.
First you need to know the id of you category you want your posts to be associated with. Look in the table wp_terms column term_id.
Replace
TERM_ID
with the number you found in wp_terms.don’t need to use mySql, you can do it with bulk actions in your wp admin
Mauro above suggested bulk editing which is your easiest way to go. I would suggest these steps: