More dynamic routing?

Hello,

I was wondering if it’s possible to use a more dynamic routing in ghost. For example:

collections:
  /blog/{tag}/:
    permalink: /blog/{tag}/{slug}/
    template: posts
    filter: tag:{tag}
    data: tag.{tag}

So if someone visits the path /blog/news/, all posts with the tag “News” should be displayed.

Any suggestions?

Regards,
Marius

Hey @mariusbolik, have you found a solution to this?

I have a tag that appears at domain.com/tag/topic-one/. I have also set up a page domain.com/topic-one/. I would like the page domain.com/topic-one/ to display some content (a paragraph or two) and then display the posts under that tag, which normally appear on domain.com/tag/topic-one/. How do I have the url show up as domain.com/topic-one/ but display contents of domain.com/tag/topic-one/?

I have already checked out the tutorial (Building content collections in Ghost). But it ends up showing all posts from the archive template (the only template available in my theme) with any filtering. I have tried both filter and channel.