zeroseven / pagebased-blog
Installs: 149
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 1
Open Issues: 1
Type:typo3-cms-extension
pkg:composer/zeroseven/pagebased-blog
Requires
- typo3/cms-core: ^11.5.0 || ^12.4.0
 - zeroseven/pagebased: ^1.2.0
 
This package is auto-updated.
Last update: 2025-10-14 19:42:37 UTC
README
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.
Features
- Create blog posts as pages
 - List and filter plugin
 - Tags
 - Categories
 - Contacts
 - Relations
 - Rss feed
 
Quick installation
- 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
}
More information
Check out the pagebased extension for more information about the configuration and usage of this extension.
