We've retired the forum in favor of GitHub Discussions.

New conversations can be started on GitHub. Existing conversations will remain for a while longer.

Head over to GitHub →

Filter collection by taxonomy of current entry

Markus Freise May 20, 2021 by Markus Freise

I am trying to set up a blog where at the bottom posts are shown that belong to the same categories as the one you are reading at that moment.

How do I do that. My current code is – in a shortened way – this:

{{ collection:blog paginate="true" limit="11" as="posts" id:isnt=id  taxonomy:category={{category}} }}
  {{ posts scope="grid" }}
    <a href="{{grid:url}}">{{grid:title}}</a>
  {{ /posts }}
{{ /collection:blog }}

This one doesn't work. It's not filtering the entries at att.

Answered by Johnathon Koster!
>>>>>>> Answered <<<<<<<
5 Replies
4 Followers