Download
We're evolving to serve you better! This current forum has transitioned to read-only mode. For new discussions, support, and engagement, we've moved to GitHub Discussions.

Custom post template

#3406
Avatar photo[anonymous]

Ok, I found a solution witch works:

{{#each posts}}
{{#checkIf template '===' 'project_page'}}

   {{title}}

{{/checkIf}}
{{/each}}