Hi,
I pubish 1 event per week.
I use the [display-posts] shortcode to show :
– the next event : (the next week)
[display-posts post_type=”tribe_events” taxonomy=”tribe_events_cat” tax_term=”dla_newsletter” title=”La prochaine” orderby=”date” order=”ASC” include_excerpt=”false” wrapper=”div” offset=”0″ posts_per_page=”1″]
– and the 3 further events : (the 3 next week after the next week)
[display-posts post_type=”tribe_events” taxonomy=”tribe_events_cat” tax_term=”dla_newsletter” title=”Les suivantes” orderby=”date” order=”ASC” include_excerpt=”false” wrapper=”li” offset=”1″ posts_per_page=”3″]
I want to show the last past event (the last week)
I try to use [tribe_events_list] or the [display-posts] shortcode with many parameters, but I can’t show the last past event.
Thanks!
Philippe.