Thank you very much and i finally succeed in displaying events the way i wanted using a tamplate file with custom post type “event” and “event-categories” etc….
But i have only one problem :
– my template use the fucntion the_excerpt() to dispay excerpt of the post (is an “event” post type in this case)
– no problem when the post excerpt is not empty
– but when the post excerpt is emppty it displays weird informations about the event meta informations (like “loading map..” .. dates .. categories etc…)
How can i handle this situation ? for my website, events are created only by users into the frontsite and i will only have empty excerpt because the front form is not using excerpt field !
Please help me with this
You can see the result