Display a list of categories

Hello,

Is it possible with the Query builder to display a list of categories ?
Ex :

  • I have a list of brands (child categories) inside a Brand category (parent category).
  • On my parent category page, I would like to build a query to display the Title, the description and the image of the category

Is it possible to do with the query builder on a category or taxonomy template ?

Thank you!

Hi @A375929,

If it is just a single level deep, you can use a Taxonomy Terms block inside the Query to display the list of child categories.

If you are adding the image to the category using an ACF field, this should work fine with “front-end rendering” turned off for the query. If “front-end rendering” is turned on, you should be aware of the following thread:

1 Like

Thank you for the help :pray: