ARCHIVE TEMPLATES
EXAMPLE
Global markers, as set up in TypoScript:
These are substituted throughout the whole template.
Markers:
ARCHIVE_UID - uid number of the blogsingle page
ARCHIVE_TEMPLATE
This is the template for the list of posts, typically displayed on a frontpage.
jQuery(document).ready(function() {
jQuery(".tx_typo3blog_widget_archive").treeview({
persist: "cookie",
cookieOptions: {
path: '/'
}
});
});