Add the Blog template to an existing SharePoint Site

When you want a blog in SharePoint you typically create a Site Colletion or Subsite with the blog site template.
In some cases you have created a team site, because of its features. But you want to use the blog features, too. So you need to activate the feature.
To do so you need the the SharePoint Management Console - the UI does not allow you activating the feature.
Just enter this line into your console:

1
Enable-SPFeature -Identity "Blog Content" -Url "http://yoursite/url"

After it is done you can add the WebPart of the posts list. Remember selecting the <Summary>-View in the WebPart settings to change the look within the Blog tools WebPart.

Comments

Popular posts from this blog

Refresh the User Information List in SharePoint

Get the mail address from a FieldUserValue Client Side vs Server Side