0
votes
1answer
47 views

Save selected item from dropdown menu in a meta box as a metadata value for a custom post type

I have been beating my brains on this one for days now and my Google-fu is failing me. I have created a custom meta box with a dropdown menu that lists all of the terms from a custom taxonomy. What I ...
0
votes
0answers
119 views

Need help on 3-level taxonomy dropdown

I have a code for 3-level taxonomy dropdown. It is working ok till I publish my post. On edit page It isn't showing corectly terms that I selected. $brand_taxonomy = 'county'; $taxonomy_name = ...
0
votes
1answer
315 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
125 views

Populate meta select box with child pages

I'm trying to populate a drop down select meta box with a list of child pages of that page. I am using the wp_list_pages function to retrieve the list of child pages, no problem there. The problem ...
0
votes
1answer
372 views

Drop down menu's not saving using Custom Meta Boxs in WordPress

I am playing with custom meta boxes within WordPress and when trying to modify a drop down menu and saving the option it doesn't save. If I use the default template it saves the option fine. case ...
0
votes
1answer
396 views

Select Venue from dropdown list and reuse stored address information in meta_box

UPDATED CODE 12/12/2011 Here is the code in functions.php. I put the code for output in my events page. For now there has been on output. <?php // Custom Meta Data for Events ...
8
votes
1answer
1k views

Taxonomy dropdown metabox in the back-end

I've created custom taxonomy called Brands and made it hierarchical so I can add Car brands and models there and keep their relations, like this: Ford Mustang Mondeo Focus Problem is, this list ...