Answer the question
In order to leave comments, you need to log in
How to display posts related to a category if the category is set in the field type matrix (Craft CMS)?
There are posts with data about books. There is an entity "category" with authors. But the authors should not be specified directly in the post, but using the matrix field type, one of the field types of which is the "author" category.
{% for entry in craft.entries.section('bookPost').relatedTo(category) %}
{{ entry.title }}
{% endfor %}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question