Adding new Terms/Taxonomies via SQL only
-
I have a lot of posts already uploaded into the database, and now I need to attach a lot of post-tag and category taxonomies to them (not the same on all posts).
It’s not practical to modify all the posts individually. I have the information in a data file, and can run it through a process to generate SQL to run, but it seems the documentation is biased towards doing things through the php functions.
I want to make sure I’m correctly inserting into wp_terms, wp_term_taxonomy, and wp_term_relationships. Can I get some quidance on this?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Adding new Terms/Taxonomies via SQL only’ is closed to new replies.