This extension is based on the TYPO3 pagebased extension to create blog post that can be managed in TYPO3 with all the advantages and functions of "normal" pages.
- Create blog posts as pages
- List and filter plugin
- Tags
- Categories
- Contacts
- Relations
- Rss feed
- Install the extension by
composer req zeroseven/pagebased-blog
. - Create a new page of type "Blog category" (doktype: 146).
- All pages inside this blog category are automatically treated as a post.
- Display post properties on all post pages by using the following TypoScript:
page.16848430146 = USER
page.16848430146 {
userFunc = Zeroseven\Pagebased\Utility\RenderUtility->renderUserFunc
file = EXT:pagebased_blog/Resources/Private/Templates/Info.html
registration = pagebased_blog
}
Check out the pagebased extension for more information about the configuration and usage of this extension.