Render events from Twig
-
Hello.
Using Timber you can render events from twig as an alternative for widgets.
<article>
{{ post.post_title }}
{{ post.post_date|date(‘d M’) }}
</article>My issue is that i managed to display only active events, still wondering how to display all of them.
I guess i need to add few more rules in the array:
‘post_type’:’tribe_events’,
‘posts_per_page’:’3′,
‘post_status’:’published’,Also would be great to display “Venu Name” too.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Render events from Twig’ is closed to new replies.