[The Events Calendar]: retrieving a list of all events
-
I read the documentation but I am very confused about how to list events. I am using wordpress as a standard CMS , so I am trying to integrate the get_events($count) function into a page template, I assume this is the way to go. Here is my confusion, after I get the array of events and create a foreach-loop, what are the names of the properties off of the event objects in the array? In particular, I would like to display the venue, date, content and post_title for each event listed. How can this be achieved in code? Any help would be greatly appreciated.
- The topic ‘[The Events Calendar]: retrieving a list of all events’ is closed to new replies.