Got Custom Post Types working.
Created a Custom Post Type (CPT) called "Donations"
Created taxonomies and related them all to CPT "Donations"
Created a page called Donations.
I want my CPT posts to display on the page called "Donations."
How do I do that? There are no instructions for short code on the plugin page at WordPress.
How do I display CPT on a page?
http://wordpress.org/extend/plugins/custom-post-type-ui/
Can anyone answer my question?
I want to know this also.
But have just thought... What If you set the blog page to the page you want your posts to appear on?
Will try this when I get home?
OR...
Do I need to insert some shortcode?
Cheers
You would need to create a page template, attach it to your Donations page, and inside that page template have a custom Loop set to return custom post type posts
@ Brad
How do I call the custom post type in the loop?
If my posts are labelled 'artwork'?
Thanks.