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?

Share Improve this question asked Jul 23, 2020 at 8:44 The GrimmerThe Grimmer 233 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 2

Have 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