Hello! Do you mean you want to have multiple pages display in the grid/blog page format (like on the demo instead of posts?
If you set a Static Front Page in Dyad, as is, you can have a page below, while still having the featured slider up to, like in this screenshot: https://cloudup.com/cC6BkH8V33m
Does that option work for you? Or are you looking to include more pages within the front page?
Hi Sarah, Yes, i like the way the template looks when you have the blog posts on the front page but I would rather that linked to a page.
Ah, okay. To repurpose the blog posts page to display pages instead is a pretty advanced theme re-work. You’d first need to create a Child Theme, then create a custom template, create a loop of pages, then style it all with CSS to get it looking the way you want.
If you decide to do all of that, here’s some information on Child Themes to get started:
http://codex.ww.wp.xz.cn/Child_Themes
https://www.smashingmagazine.com/2016/01/create-customize-wordpress-child-theme/
And this link has an example of the loop for displaying pages instead of posts:
http://stackoverflow.com/questions/14800126/wordpress-loop-to-include-pages-content-instead-of-posts
There are some themes out there with page templates that display child pages in a grid, like Edin, however the look is quite different from Dyad of course, so what you decide to do just depends on what you prefer/how much customization you want to handle. 🙂