BLOGLIST TEMPLATES
EXAMPLE
Global markers, as set up in TypoScript:
These are substituted throughout the whole template.
Markers:
TITLE - title of the blogsingle page
TX_TYPO3BLOG_CREATE_DATETIME - crdate of the blogsingle page
AUTHOR - author of the blogsingle page
AUTHOR_EMAIL - author_email of the blogsingle page
CATEGORY - category name of the blogsingle page
TAGS - tx_typo3blog_tags of the blogsingle page
PAGECONTENT - tt_content of the blogsingle page
GRAVATAR - gravatar image from gravatar.com by author_email
ADDITIONALHEADER - marker for additional header content
ADDITIONALFOOTER - marker for additional footer content
BE_USER_USERNAME - Backenduser username
BE_USER_REALNAME - Backenduser Realname
BE_USER_EMAIL - Backenduser mail-address
BE_USER_EMAIL_SECURE - MD5 from BE_USER_EMAIL (used for gravatar)
BLOGSINGLE_TEMPLATE
This is the template for the list of posts, typically displayed on a frontpage.
###ADDITIONALHEADER###
###TITLE###
###CATEGORY###
###AUTHOR###
###TX_TYPO3BLOG_CREATE_DATETIME###
###TX_TYPO3BLOG_TAGS###
###GRAVATAR###
###PAGECONTENT###
###ADDITIONALFOOTER###