Blogging
Minimal blog extension that makes use of TYPO3s core elements.
Download
Or just install it via composer
composer require atomicptr/blogging
Documentation
Basic setup
-
Make a tree structure like this:
- The sysfolder “Posts” is where your posts will go later, in my case I hae 3 test posts: “First post”, “2nd Visible Post” and “Testa”
- Write down the page ID (you can see it by hovering over the sysfolder icon) of your “Posts” sysfolder (in my case it’s id=56)
-
Add a “General Plugin” to the site where you want the posts to be listed
-
Select the “List Posts - Blogging” plugin on the “Plugin” tab
-
Open the constants editor (or just set the constant yourself) for “PLUGIN.TX_BLOGGING” and set it to the page ID you saved earlier (56, in my case)
- Write some posts! :)
Configuration
coming soon…