i'm trying create loop displays posts listed tag in home page, this:
what i'm doing repeating each tag:
{{#get "posts" limit="3" filter="tag:meditation"}} <h1 class="c-category-title"> meditation <span class="c-category-title__posts"> <a href="tag/meditation">all posts</a> </span> </h1> {{> "post-list"}} {{/get}}
i've been trying make loop without success. has idea of how achieve this? thank you.
the {{get}} still beta feature. have enabled it?
go yourwebsite.com/ghost/settings/labs/ , tick 'public api' checkbox.
Comments
Post a Comment