Forum
How do I make a blog post with a custom template?
I've created a blog with 2 separate sections, and would ideally like to use different templates for blog posts depending on what section they are in.
I can do this with the listing page using perch_blog_custom, but can't work out if this is possible for the actual post, ie. can I use 'perch_blog_post(perch_get('s'));' with a custom template, rather than the default post.html?
All
perch_blog_post()
does is make a call toperch_blog_custom()
Thanks, got it working now :)
Also works for me, thanks! I think we can mark this one as solved.