Tagged Questions
0
votes
1answer
30 views
Repeatable custom meta select boxes
I am working on meta fields for a custom post type storing match data.
I have two sepearte meta boxes one which the team and the score are chosen and the values are submitted.
The second takes that ...
1
vote
1answer
53 views
Why is my select meta data not saving?
I am working on a site at the moment where I need to save several different types of meta data for a custom post type.
At present I have a text input that is saving with no problem but am struggling ...
2
votes
2answers
514 views
Populating meta box with select-list of existing posts, and assigning it to custom post types
My question is partly based on this answer:
http://wordpress.stackexchange.com/a/5778/27135
Mike's answer is really great, and the solution worked fine until I needed to include my meta box in a ...
1
vote
0answers
120 views
Multi-select field for Taxonomy can't save the value
I'm trying to create a multi select field for Taxonomy pages,
and the problem is in saving all the selected values, for example if I choose couple of elements in the select field and save it, it will ...
0
votes
3answers
400 views
How to select one major category (or custom taxonomy) for a custom post type?
I've created a hierarchical custom taxonomy (genre) and want to use it for a custom post type (radio station). But I don't only want to assign some genres to a radio station. I also want to be able to ...