Forum
Blog recent posts in shared region
Hi Drew,
I've set up a template for a shared region, in which I also want to display recent blog posts. I've added <?php perch_blog_recent_posts(5); ?> where I want them to appear. However this is commented out in the outputed HTML. What am I doing wrong?
It sounds like you might be better of using a layout in each of your pages, and then that layout can include both the shared region and your recent posts.
https://docs.grabaperch.com/docs/layouts/
Fantastic, can't believe I missed these. thanks Drew.