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
版权声明:本文标题:Create categories manually in database 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744582846a2614026.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论