twig variables
-
in event-single.twig,
<h1 class=”entry-title”>{{ post_id }}</h1>
works as expected. but I cannot figure out, which variable contains the title of the event.
variations from adjacent twigs such as
{{ event.filtered_title | raw }}
don’t output anything.
Which variable contains the title and is available in this file? where might I find a list?
Thanks!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘twig variables’ is closed to new replies.