Hi Jens,
Please read the following guide and instead of the “header”, create a footer template: https://time.ly/document/user-guide/customize-calendar/customize-event-details-page/
Take care,
Ben
Hi Ben – @bsokic!
Thank you for your helpful answer.
But for me it is not the footer of the webpage I want to edit but the content of event detail. So is it possible to create an own template for code generated with “get_template_part( ‘content’, get_post_format() );” also?
BR, Jens
Hi Ben, hi all!
I figured out that I can do countless changes with your great system – wow!
I started tutorial “Injecting Custom PHP Code into your Templates” now, incredible.
Two detailed questions:
– Can I get ID of categories only? In template/.twig {{ categories }} is full string for output.
– Where to modify content of event detail? In event-single.twig I can only edit parts above and below event details/description.
Is this an own or a common template engine? Maybe helpful for further learning/searching for hints…
BR, Jens