I'm migrating a custom built blog solution over to Wordpress. I've got most of the fields mapped, but I'm having trouble discerning where tags & categories are stored in the db. Does anyone know where in the db these are stored?
Thanks!
I'm migrating a custom built blog solution over to Wordpress. I've got most of the fields mapped, but I'm having trouble discerning where tags & categories are stored in the db. Does anyone know where in the db these are stored?
Thanks!
In the terms, term_taxonomy, and term_relationships, along with any other taxonomies, such as link categories.
Related:
Function_Reference/wp_insert_term
Function_Reference/wp_insert_post
You must log in to post.