mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
DOC Restore page title
This commit is contained in:
parent
3867888320
commit
b1f5a9d3ad
@ -1,3 +1,8 @@
|
|||||||
|
---
|
||||||
|
title: Adding a blog post
|
||||||
|
summary: How to add a new blog post.
|
||||||
|
---
|
||||||
|
|
||||||
# Adding a blog post
|
# Adding a blog post
|
||||||
|
|
||||||
## Creating a new blog
|
## Creating a new blog
|
||||||
@ -16,7 +21,7 @@ To create a blog post, click on your Blog page in the Page Tree in the site-tree
|
|||||||
|
|
||||||
![Adding a blog post](_images/blogging-add-blog-post.png)
|
![Adding a blog post](_images/blogging-add-blog-post.png)
|
||||||
|
|
||||||
Fill out your blog post content as you would any page in the CMS.
|
Fill out your blog post content as you would any page in the CMS.
|
||||||
|
|
||||||
You can also include a banner images and a custom summary description (if this is omitted the first 30 words of your post content will be used when displaying your posts's abstract).
|
You can also include a banner images and a custom summary description (if this is omitted the first 30 words of your post content will be used when displaying your posts's abstract).
|
||||||
|
|
||||||
@ -24,4 +29,4 @@ You can also include a banner images and a custom summary description (if this i
|
|||||||
|
|
||||||
From the tab labelled 'Post Options' you can set a publish date, categories, tags and authors.
|
From the tab labelled 'Post Options' you can set a publish date, categories, tags and authors.
|
||||||
|
|
||||||
![Setting blog options](_images/blogging-options.png)
|
![Setting blog options](_images/blogging-options.png)
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
---
|
||||||
|
title: Custom publish dates
|
||||||
|
---
|
||||||
|
|
||||||
# Custom publish dates
|
# Custom publish dates
|
||||||
|
|
||||||
Sometimes to want to write a post now, and have it published automatically, some time in the future.
|
Sometimes to want to write a post now, and have it published automatically, some time in the future.
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
|
---
|
||||||
title: Blogging
|
title: Blogging
|
||||||
summary: Working with blogging and comments in SilverStripe CMS.
|
summary: Working with blogging and comments in SilverStripe CMS.
|
||||||
|
---
|
||||||
# Blogging in SilverStripe CMS
|
# Blogging in SilverStripe CMS
|
||||||
|
|
||||||
## Before we begin
|
## Before we begin
|
||||||
@ -16,4 +17,4 @@ Make sure that your SilverStripe CMS installation has the [Blog](https://addons.
|
|||||||
* [RSS Feed](rss-feed.md)
|
* [RSS Feed](rss-feed.md)
|
||||||
* [Tags and categories](tags-and-categories.md)
|
* [Tags and categories](tags-and-categories.md)
|
||||||
* [Using widgets](using-widgets.md)
|
* [Using widgets](using-widgets.md)
|
||||||
* [Managing comments](managing-comments.md)
|
* [Managing comments](managing-comments.md)
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
---
|
||||||
|
title: Managing comments
|
||||||
|
---
|
||||||
|
|
||||||
# Managing comments
|
# Managing comments
|
||||||
|
|
||||||
**This guide assumes you have the optional [Comments](https://addons.silverstripe.org/add-ons/silverstripe/comments/) module installed**
|
**This guide assumes you have the optional [Comments](https://addons.silverstripe.org/add-ons/silverstripe/comments/) module installed**
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
---
|
||||||
|
title: Pagination
|
||||||
|
---
|
||||||
|
|
||||||
# Pagination
|
# Pagination
|
||||||
|
|
||||||
By default your Blog will display ten posts per page. The number of posts per page is configurable via the "Settings" tab. Setting posts per page to zero will disable pagination, displaying all of your posts on a single page.
|
By default your Blog will display ten posts per page. The number of posts per page is configurable via the "Settings" tab. Setting posts per page to zero will disable pagination, displaying all of your posts on a single page.
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
---
|
||||||
|
title: Roles
|
||||||
|
---
|
||||||
|
|
||||||
# Roles
|
# Roles
|
||||||
|
|
||||||
Blog authoring and management can be delegated to users at up to three different levels. Users assigned to a blog
|
Blog authoring and management can be delegated to users at up to three different levels. Users assigned to a blog
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
---
|
||||||
|
title: RSS feed
|
||||||
|
---
|
||||||
|
|
||||||
# RSS feed
|
# RSS feed
|
||||||
|
|
||||||
Each blog you create comes with it's own RSS feed. Access your blog's RSS feed by adding '/rss' to the end of the URL. For example http://yoursite.com/yourblog/rss/
|
Each blog you create comes with it's own RSS feed. Access your blog's RSS feed by adding '/rss' to the end of the URL. For example http://yoursite.com/yourblog/rss/
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
---
|
||||||
|
title: Tags and categories
|
||||||
|
---
|
||||||
|
|
||||||
# Tags and categories
|
# Tags and categories
|
||||||
|
|
||||||
Quickly add new tags and categories to your posts.
|
Quickly add new tags and categories to your posts.
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
---
|
||||||
|
title: Using widgets
|
||||||
|
---
|
||||||
|
|
||||||
# Using Widgets
|
# Using Widgets
|
||||||
|
|
||||||
**This guide assumes you have the optional [Widgets](https://addons.silverstripe.org/add-ons/silverstripe/widgets/) module installed**
|
**This guide assumes you have the optional [Widgets](https://addons.silverstripe.org/add-ons/silverstripe/widgets/) module installed**
|
||||||
@ -36,7 +40,7 @@ Similar to the blog categories widget, blog tags help your readers find relevant
|
|||||||
|
|
||||||
## Optional extra widgets
|
## Optional extra widgets
|
||||||
|
|
||||||
Additional widgets can be installed alongside your blog.
|
Additional widgets can be installed alongside your blog.
|
||||||
|
|
||||||
* [Content Widget - Display HTML content in a widget](https://github.com/silverstripe-labs/silverstripe-content-widget)
|
* [Content Widget - Display HTML content in a widget](https://github.com/silverstripe-labs/silverstripe-content-widget)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user