I’ve been scratching my head over the weekend trying to figure out how to get this to work. I’d like to display a list of upcoming events on my home page.
When I look into the list.php file, I can’t see how you are actually getting posts for the Events category only in your loop. Is there something going on in the global variable ($spEvents) I am not catching? I thought that was just for CSS and JS stuff but I could be wrong..
Anyway, I can obviously do a loop (via the_post()) with a query for the Events category to loop through that category only.. but then I get listings for events that have past already too.
When I try with your get_events() loop, all I get is thousands of listings that just have the title “Home” and link to the home page, no events at all.
Any suggestions?
Thank you! Otherwise, this is looking to be the most promising events plugin out there! In the future I’d like to work on a version with the events marked up using Microformats classes, but for now I just need to get a project done.