Thx for the answer,
finally, i'm using tags to output my event list. <site>?event_tag=next-
shows
(Apparently, eventpress uses archive template to output datas when
filtering by event_tag.)
I'm trying to design the eventlist page (
http://jammintroopers.be/
indexx.php?event_tag=next-shows)
Here a sample code:
<h2 class="entry-title"><a href="">Couleur Café 2011</a></h2>
<div class="entry-content">
<a class="entry-thumb"><img class="attachment-200x200 wp-post-image" /
></a>
<p>DATE, TIME, VENUE . DESCRIPTION</p>
</div>
I just want to split output infos in <p> like <p class="date">DATE,
TIME</p><p class="description">DESCRIPTION</p>
Could you tell me where I can modify that template.
Thank you !!!