Tagged Questions
1
vote
1answer
128 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
939 views
Add filter to wp_dropdown_pages() or wp_dropdown_categories() - no select container?
I'm working with wp_dropdown_pages() and wp_dropdown_categories() and both are always outputting a <select>-box with its <option>s as items.
Is it possible to add a filter/hook to this ...