Search code examples
orchardcms

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.


Solution

  • 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.