Event description before event fields
-
I want to show the event description (the one you write into the text editor) before the event fields shown on single envent view, and not after them.
I have succesfully created a new theme as per ,
https://time.ly/document/user-guide/customize-calendar/create-new-calendar-theme/But editing event-single.twig can’t solve this, as that content allways shows before the description.
Using in my theme single-ai1ec_event.php as in that file there is only a instruction:
get_template_part( 'content', 'page' );
and in content-page, there is only:
the_content();
so I can not separate and change their order.Is there any way that this could be done? Can I use some filtering or actions to modify this default behaviour? Do I have to create some php in my theme to alter it?
- The topic ‘Event description before event fields’ is closed to new replies.