admin管理员组

文章数量:1391000

I'm new in wordpress and trying insert some categories directly in Database, it's like:

wp_terms - insert register (Ex: ID:1, name: Cat 1
wp_terms - insert register (Ex: ID:2, name: Cat 1_1

wp_term_taxonomy - insert the relation (Ex: tid: 1, ttid: 1, parent: 0)
wp_term_taxonomy - insert the relation (Ex: tid: 2, ttid: 2, parent: 1)

In theory, I have a relation of hierarchy (dad and son), but the Wordpress cant show the relation in panel's list, like Categories.

Can someone help? Tks.

本文标签: Create categories manually in database