标签: wordpress wordpress-plugin
我正在尝试通过开发插件来替换WordPress上的默认标记系统和我自己的标记系统/类别标记器。我是WordPress的新手,我想知道为了达到这个目的我需要考虑哪些资源?
答案 0 :(得分:0)
你会查看食典:
Writing_a_Plugin
Taxonomies#Custom_Taxonomies
在WordPress答案:register_taxonomy和<plugin-development>。
register_taxonomy
<plugin-development>