Original address: Http://docs.orchardproject.net/Documentation/Adding-a-blog-to-your-site
To view the document catalog, click here
Recently want to learn to understand orchard, but did not find the relevant Chinese documents, only English documents. So I decided to translate it to make it easier to read later.
Reprint please indicate the original author and source.
My English proficiency is limited, the error is welcome to point out in order to amend
Add blogs to your site
The subject content has been tested under Orchard 1.8 release Release
You can easily create a blog for your site by using the Orchard blog engine. This topic describes how to create a blog for a site, create a blog post, and set up comments and tags.
Create a blog
On the dashboard page of orchard, expand the Blog submenu and click New blog. After entering the new blog's interface, set the title, description (description), menu text and click Savefor the blog.
A blog-managed page will be displayed after the blog is saved.
Note: You can have multiple blogs under the same orchard site.
Create blog posts for blogs
Click New Post to create a new blog entry. After clicking on the New blog post interface will be displayed, where you can enter a title and content for the blog post.
in the tag (tags) text boxes Enter labels for the post (separated by commas). Check show Comments (show comments), allow comments (allows new comments), and allow citation comments (let threaded comments). Click Save to save the post information as a draft.
On the dashboard page, Click Blog to browse the blog post list. If the blog post in the list is saved as a draft, it means that visitors to the site cannot see the blog post. Click the Publish button to allow visitors to see the blog post.
If you see the content shown, the blog post has been published successfully.
Click Your site to browse the homepage again.
A new tab,Blog, is the store to the menu. Clicking on a blog will show a list of blogs and blog posts. To see more information, click the More button at the bottom of the Post list item.
write a review for a blog post
Because the blog post comments are allowed, we can write new comments for the blog post. Comments may not be accepted immediately after they are submitted. This is because Orchard has a setting that must be approved by an administrator before the comment is released.
Let's go back to the Settings submenu under Orchard's dashboard page and click Comments. There are two options to set up the comment related actions. One is that the comment publication must be audited by an administrator, and the other is that the post is automatically closed after a period of time. For details on this feature farming, refer to the moderating commments theme.
There are some good modules in Note:orchard Gallery that can block spam for your blog after activation.
use tags in your blog
Orchard provides a channel for quick access to posts through the tabs in the blog post. Click on a tab in the tag list below the post to see all the posts with that tag (ex: Click "Orchard"). For more information on managing tags, click on the topic organizing Content with tags.
Notice the URL for browsing tagged content as well.
The list of all the tags under the site can be seen through the URL/tags/ portion.
This article published address: http://www.cnblogs.com/windzhao/p/4309813.html
Crossing if you feel that this article helps you, please click on the lower right corner of the recommendation to give my support.
Orchard Official Document Translation (eight) add a blog to your site