I'm using latest version of wordpress & events-manager and twenty-ten theme.
I have copied events-manager/templates/templates/events-list.php to my theme folder and adjusted settings in events-manager (events-manager-options#pages > Override with Formats? > NO) so that it reads events-list.php for formatting.
I know it is reading events-list.php because if I add "TEST" to the top of the file it displays at the top of the events list page.
BUT I am stuck because I do not know how to "format" this single line on events-list.php which seems to display the list of events...
EM_Events::output($args);
I have successfully edited the template for a SINGLE event page by editing loop-single.php in my theme folder but, after hours of searching and reading, I am stuck as to how to edit events-list.php to customise my events list page.
http://wp-events-plugin.com/documentation/advanced-usage/ and
http://wp-events-plugin.com/documentation/using-template-files/ does not help.
Can someone please point me in the right direction?
Thank you.
(Please note - I do not want to change the output of EM_Events::output($args) - I want to format or add html code around each event in the list that is produced by EM_Events::output($args))