Contents
On the ribbon, choose Insert / Data View / Empty Data View. If you choose a list at this point, you’ll end up with an XLV Web Part instead, which won’t work for our purposes because they cannot pull information from other sites – only DVWPs are good for this. Click on the ‘Click here to select a data source’ link and choose the Posts list.
How to display blog posts in multiple item view?
Click on the ‘Click here to select a data source’ link and choose the Posts list. Add whatever columns you’d like to display in your DVWP as a Multiple Item View. For this example, I’ve chosen Title, Created, and Created By. Right click on the Title column and choose Format item as / Hyperlink to / Display form.
What are the important lists in a blog?
There are actually three important lists in a blog site: Posts, Comments, and Categories. There are two other lists as well – Photos and Links – but I rarely see them used in blog sites.
How to create a new blog post every day?
Write a blog post. From your site home page, select New and then News post. Select a template to use. Tip: Create a custom template that is already tagged with the Blog page category so you don’t have to tag every new blog post. See the steps in the section Tip: Create a blog template below to do this.
Each SharePoint entity is exposed at an endpoint on the SharePoint site that you are targeting, and its metadata is represented in either XML or JSON format. You can make the HTTP requests in any language, including but not limited to JavaScript and C#.
You can create and update SharePoint entities by constructing RESTful HTTP requests to the appropriate endpoints, just as you do when you’re reading data. One key difference, however, is that you use a POST request.
How to create communication sites and news posts?
Be sure your communication site home page uses a News web part where you want your blog posts to appear. Write a blog post. From your site home page, select New and then News post. Select a template to use. Tip: Create a custom template that is already tagged with the Blog page category so you don’t have to tag every new blog post.
How to display bog posts in SharePoint 2010?
Displaying Bog Posts in Different Sites in SharePoint 2010 I would recommend to use Content By Search web part. You’d have to create two display templates, one for control and one for item. Since all the properties you’re pulling are already mapped, you wouldn’t need to create managed properties.