Listing specific Custom Posts by ID – wp_query?
-
I want to show a list of posts from a Custom post type “Artists”.
I want to list them by their post ID.
I want to show them on a at the end of the custom posts type “Events” posts.
The list of post ID’s will come from a custom Meta field in the “Events” post the key being $event_artists. (the field being a list of numbers separated by comma’s.
I can get it show posts from the blog so far no luck listing any “Artist” posts.
I think a custom query would be best. But i just don’t understand them that well.
I’ve tried using get_posts with no luck as of yet.
Any help would be much appreciated.
Thanks in advance,
Jonny
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Listing specific Custom Posts by ID – wp_query?’ is closed to new replies.