Hi,
I need to make a drop down form that is populated with 5 specific custom field values. This is going to be a dropdown menu to sort an archive. Suggestions on how to do this?
Also: I have a drop down for categories, that needs to only have 4 specific categories in it. Is there a better way to do this than using the 'exclude' argument for wp_dropdown_categories ? Say something like this:
'include' => 22,23,24
Thank you.