Tagged Questions
1
vote
2answers
38 views
Automatically add a tag according to custom metadata
I'm trying to figure out how to make a function to automatically add a "featured" tag to a post, based on a checkbox in a metabox I've added to the edit screen.
I think the function I need to use is ...
0
votes
1answer
49 views
Tags meta box don't show when creating a new post type
After creating new custom post type with register_post_type() function, I don't see the Tags meta box when adding a page of new post type.
It seems that tags metabox should be added manually.
If so, ...
0
votes
1answer
59 views
Filter categories/tags to display in multiple metaboxes for selection in back-end
My site uses a lot of categories and tags for author selection in the back-end. To make it more user friendly for authors I need to arrange the categories and post tags in numerous metaboxes for ...
0
votes
1answer
308 views
Create custom taxonomy and Display in metabox dropdown
I'm looking to create a dropdown in the post edit screen which contains 3 already existing tags. What's the easiest way of doing this?
Basically all I'm looking for is a simple drop down which adds ...
1
vote
1answer
91 views
Metabox to list/store a certain type of post tag
I'm at an impasse here. I'm admin-ing a food blog for a friend. She enters the ingredients for each recipe post as post tags. Down the road I'm going to create a page where a user sees a list of all ...
0
votes
2answers
1k views
How to display non-hierarchical taxonomy as terms with checkboxes?
I'd like to have a non-hierarchical custom taxonomy displayed in the add/edit posts admin screen for a custom post type. Obviously, when the custom taxonomy is non-hierarchical, the meta box that's ...
1
vote
0answers
45 views
How to list all tags as radio buttons in a meta box?
I tried to search this issue but I never found anything..
I'd like to put in post-new.php admin page a list of tags (all tags present in the blog) as radio buttons. How can I do that?
0
votes
2answers
1k views
Display list of tags as drop down menu or radio buttons in a meta box?
I would like to group posts of a custom post type based on tags, but the default functionality does not do for the project I am working on.
I want the user to be able to select only one tag, not ...