Advertisement
niammuddin

assign category to all post wordpress

Oct 18th, 2017
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. INSERT IGNORE INTO wp_term_relationships (object_id, term_taxonomy_id) (SELECT DISTINCT ID, 7 FROM wp_posts WHERE post_type = "recipe_post")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement