Event details and event content change
-
Hello, I have created own calendar template to do several changes. I need to change the order of event detail and event content. But it looks like “event-single-full.twig” is not read at all. Any change I do to this file, nothing happens. Debug mode is on, cache is off.
I tried to do this change by this:
<article>
<header>
<h1>{{ title | raw }}</h1>
</header>
<div class=”entry-content” easter-egg>
{{ content | raw }}
{{ event_details | raw }}
</div>
{{ footer | raw }}
</article>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Event details and event content change’ is closed to new replies.