Hello all,
I'm new <insert newbie apology here>
I run a weekly comedy night and am trying to set up a WP website to do so
here is the situation:
Every week we advertise 2 comedians on the website (1 MC and 1 Feature)
there are over 200 comedians in our database
I plan to set up each comic as a 'post', and then use a gig calendar to display these 'posts' on the correct calendar date
(each comedian may appear more than once a year as either the MC or Feature)
I have tried several ways to do this with varying degrees of success
at the moment I am using the "event calendar 3" plug-in for the calendar part, which creates a "post" and then I try to call the 2 relevant posts (MC and feature) inside this event post
if I use the [get-post] plug in - I can only call 1 post (or 2 of the same) and it doesn't get the post formatting
if I use the <query_posts> with php (I have the exec-php plugin enabled) - the formatting works but I can only call 1 of the required posts
So my question is:
How can I call 2 (different) posts inside another?
or is there a better solution for my problem?
This is the WIP website, if it helps:
http://www.amicinhand.com/WP_Sydney/
any advice is welcomed