mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
19 lines
782 B
Markdown
19 lines
782 B
Markdown
|
title: Blogging
|
||
|
summary: Working with blogging and comments in SilverStripe CMS.
|
||
|
|
||
|
# Blogging in SilverStripe CMS
|
||
|
|
||
|
## Before we begin
|
||
|
|
||
|
Make sure that your SilverStripe CMS installation has the [Blog](https://addons.silverstripe.org/add-ons/silverstripe/blog/) module and optional, [Widgets](https://addons.silverstripe.org/add-ons/silverstripe/widgets/) and [Comments](https://addons.silverstripe.org/add-ons/silverstripe/comments/) modules installed.
|
||
|
|
||
|
## Blogging features
|
||
|
|
||
|
* [Adding blog posts](adding-blog-posts.md)
|
||
|
* [Custom publishing dates](custom-publish-dates.md)
|
||
|
* [Pagination](pagination.md)
|
||
|
* [Roles](roles.md)
|
||
|
* [RSS Feed](rss-feed.md)
|
||
|
* [Tags and categories](tags-and-categories.md)
|
||
|
* [Using widgets](using-widgets.md)
|
||
|
* [Managing comments](managing-comments.md)
|