Hi,
i have to buy the Event Organiser Pro but my Event List looks like:
http://esistliebe.com/events/event/on/2014/05/13/
How can i change the template to looks like the “OMEGA” template?
http://wp-event-organiser.com/demo/events/event/on/2014/05/20/
Thanks for this nice Application.

Manuel
Hi Manuel,
The theme “Omega” is available for free on the WordPress.org repository under the different name “Sigma”: http://wordpress.org/support/view/theme-reviews/sigma. The relevant template file would be archive-event.php
.
However that template might not work with your theme, and in your case the default template isn’t a good fit either. I’d recommend that you use your theme’s archive.php
as a basis and create an event-archive.php
, adding in the event details (e.g. using the default templates / sigma as a basis). If you need any help with this, just let me know, but your theme will be expecting a certain layout from the template files, so it’s best to try and fit that ‘mould’.

Stephen Harris
Thanks for your fast help 🙂
How can i add a small preview of the venue picture at the event archive?
Now it looks like:
http://esistliebe.com/events/event/on/2014/05/13/

Manuel
Sorry, Manuel,
For the page templates you can add a thumbnail of the event using the WordPress API, specifically: http://codex.wordpress.org/Function_Reference/get_the_post_thumbnail.

Stephen Harris