Hi @pamtbaau thank you for helping out.
I'm most surely doing something wrong, but why does this work: /comunicacao/noticias/category:Comunicados
And this doesn't:
/comunicacao/noticias/category:Segurança
It doesn't seem to be the code, or none would work, right?
If I try a category that doesn't exist, it shows the blog page with 0 posts (which is the expected behaviour):
/comunicacao/noticias/category:blah
I have nothing in Grav logs, and in the debugger only says this:
Routed to page /home (type: default)
The blog listing page has this:
---
title: Notícias
show_sidebar: false
content:
items:
- '@self.children'
limit: 8
order:
by: date
dir: desc
pagination: true
url_taxonomy_filters: true
---
Any further info I can provide to help you?