I am developing a Ghost template for my blog. And I want to see on the front page only one newest post from posts with specific tag (eg "news").
Is it possible to filter posts by tag in foreach
loop?
Any other solution? (the first thing that comes to mind is some trick with custom template tag-news.hbs
and URL rewriting)
home.hbs
, one featured and the latest), but more posts on subsequentindex.hbs
pages – Prentiss