Skip to content
Grav 2.0 is officially stable. Read the announcement →
General

Site.yaml routes taxonomy not work

Solved by pamtbaau View solution

Started by Mat 3 years ago · 2 replies · 437 views
3 years ago

Hello!

if I edit site.yaml adding some routes, the routes who use a taxonomy filter are ignored, 404 error.

for example:

TXT
taxonomies:
  - category
TXT
routes: 
    /tracked-carrier: 'category:tracked-carrier'

not work
if I place manually the address... https://mysite.com/category:tracked-carrier works perfect
some idea?

3 years ago Solution

@msa, Not sure if it fits your needs, but using redirects it will work:

The following config in /user/config/site.yaml on a default Blog Site skeleton...

TXT
redirects:
    /mushroom: /tag:mushroom

...will show a list of blog items with tag mushroom.

3 years ago

@pamtbaau always save me! Thanks!

now works perfect

Suggested topics

Topic Participants Replies Views Activity
General · by Andy Miller, 2 days ago
0 69 2 days ago
General · by Veehem, 3 days ago
0 111 3 days ago
General · by milkboy, 4 days ago
0 112 4 days ago
General · by ian russell, 2 weeks ago
2 204 1 week ago
General · by pamtbaau, 1 month ago
2 462 2 weeks ago