I’m building a page that will display a list of recent posts of a custom post type at the bottom, with the content of the most recent post displayed as the body of the page.
I’ve got the list of recent posts working, but I can’t seem to figure out the latter half.
How do I display the body of a custom post type in my template?
One way to accomplish this is to create a new loop that pulls in the most recent custom post type, then displays its title and content.