Oleksandr Hrebeniuk
Oleksandr Hrebeniuk

Reputation: 165

Adding blog to specific page using Orchard CMS

I need to add existing blog to page. How I can do that? I have page with layout and I need to add blog with pagination for it.

Upvotes: 3

Views: 90

Answers (1)

urbanit
urbanit

Reputation: 473

You can create a query with for content type blog posts as a filter and then you can add a projection widget based on this query to your page layout.

Upvotes: 3

Related Questions