Hi everyone!
The issue at hand: When I don’t give my posts (also) the tag I’m filtering my channel (=homepage) on, those posts are not found on the front end (404).
The posts do render under a tag collection though (example) but if you click the post is renders a 404.
Would love you forever (not forever maybe, but at least for quite some time) if you help me solve this one.
The top part of my routes.yaml:
routes:
/:
controller: channel
template: index
filter: tag:nieuws
/aanbod/: aanbod
collections:
/leden/architecten/:
permalink: /leden/{slug}/
template: tag-leden-categorie
filter: tag:categorie-architecten
data: tag.categorie-architecten
/leden/installateurs-aannemers/:
permalink: /leden/{slug}/
template: tag-leden-categorie
filter: tag:categorie-installateurs-aannemers
data: tag.categorie-installateurs-aannemers
/leden/kennisinstellingen/:
permalink: /leden/{slug}/
template: tag-leden-categorie
filter: tag:categorie-kennisinstellingen
data: tag.categorie-kennisinstellingen