I have 3 different custom post types: 1.) "events"
, 2.) "winners"
and 3.) "offers"
. How would I go about retrieving the first (latest) post in each of these post types on a single web page (i.e a home page).
Would I use get_posts()
or would I have to manipulate the_loop()
?