Need sql to remove tags from older posts
Well, think splitting the task in multiple pieces. First we need to get the post id’s which has the category with id 705 and then we’ll remove the tags from those posts. Now if we transform this idea in to SQL then the query will be- DELETE wp_term_relationships FROM wp_term_relationships INNER JOIN wp_term_taxonomy ON ( … Read more