admin管理员组文章数量:1335556
I used Wordpress ACF plugin to created a post type called resource
, also I created two tag categories named resource-type
and resource-topic
, I can added in those tags in the post by the enter certain key in input box, but if the input is mistype, a new tag will auto added in the list, this is not what I want and I think of make the tags as checkbox so that it would easily know what tags is available and reduce the mistype error, is it possible to change like this way?
I used Wordpress ACF plugin to created a post type called resource
, also I created two tag categories named resource-type
and resource-topic
, I can added in those tags in the post by the enter certain key in input box, but if the input is mistype, a new tag will auto added in the list, this is not what I want and I think of make the tags as checkbox so that it would easily know what tags is available and reduce the mistype error, is it possible to change like this way?
1 Answer
Reset to default 2Have you considered changing them to Categories? Categories and Tags are essentially the same thing, just that Categories have a Hierarchy. Category selection is via a Checkbox so you will have more control over what is selected.
Update If you have used the function 'register_taxonomy' to create your Tags then you only need to add or adjust one variable - 'hierarchical' - which needs to be set to true. See: Codex information on register_taxonomy
If you used a plugin to create the Taxonomies it should have a similar option. Remember to backup your website before you make any changes.
本文标签: Wordpress admin display post type tags as checkbox
版权声明:本文标题:Wordpress admin display post type tags as checkbox 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742236600a2438196.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论