Answer the question
In order to leave comments, you need to log in
How to display on the category page a list of subcategories and posts corresponding to these categories?
Guys, I ask for help.
On the site, I created the main category and subcategories:
I need the subcategories and posts corresponding to these categories to be displayed on the page (as in the first screenshot).
I'm trying to make it look like this:
{% for post in blogPosts.posts %}
{% for category in post.categories %}
{{ category.name }}
{% endfor %}
<h2>{{ post.title }}</h2>
{% 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