Tagged Questions
0
votes
1answer
81 views
get_posts in meta box dropdown not showing latest posts
I’ve got a metabox I set up using WPAlchemy that allows authors to add a link to an associated post. It’s been working fine for months but now for some reason the dropdown with the appropriate posts ...
0
votes
1answer
67 views
populate array with posts
I want to generate an array of custom post types to add it to a options array.
I'm doing this to show a checkbox group populated with custom post type.
I have this array:
'options' => array (
...
1
vote
0answers
231 views
How to reload a select box of posts dynamically?
I'm using custom meta boxes for a project. I have created a custom taxonomy (select box) and I have another select box populated with Posts. I need to only load the posts based on the selection of the ...
0
votes
1answer
99 views
Can I include get_posts in this array?
I am using the custom meta box script from deluxeblogtips.com and I wondered if I could include get_posts within this array so that it displays all posts within a set post type ("Locations" for ...