【问题标题】:How to add custom tags box in wordpress post?如何在 wordpress 帖子中添加自定义标签框? 【发布时间】:2013-12-08 19:23:59 【问题描述】: 现在默认情况下,Wordpress 帖子(添加新的或编辑)管理页面是名为“标签”的框。 在我的模板中,我想分别显示“演员”和“导演”的标签,所以我需要在管理员中使用两个不同的标签框。 还是不可能? 【问题讨论】: 标签: php wordpress post tags wordpress-theming 【解决方案1】: 类似问题:Allow end user to add tag to a particular post in wordpress 和这里http://wordpress.org/support/topic/letting-others-add-tags?replies=3 我认为这个插件http://wordpress.org/plugins/meta-box/ 会帮助你。我有一个分类字段类型,应该可以根据用户规则注册元框,请参阅; http://www.deluxeblogtips.com/meta-box/registering-meta-boxes-since-4-3-6/ 【讨论】: