2015-02-26, 20:49:23
One more question
As far as I know I have to assign a page where the complete news text will be displayed and the content will be overwritten.
Is it possible to assign a template (not a page) and using custom tags? For example if I don't want to display the date or place it anywhere on the template.
Something like this:
Thank you in advance and have a good day
As far as I know I have to assign a page where the complete news text will be displayed and the content will be overwritten.
Is it possible to assign a template (not a page) and using custom tags? For example if I don't want to display the date or place it anywhere on the template.
Something like this:
PHP Code:
<h1>{{ post_title }}</h1>
<p>{{ post_content }}</p>
Thank you in advance and have a good day