Custom Taxonomies/Dynamic Routes

Hi everyone! I’m trying to create a custom route with routes.yaml that points to /comm/{id_generated_from_our_own_api}/

Reading the docs, it looks like taxonomies may be the closest thing to what I’m looking for. However, they appear to apply only to custom routes related either to tags or authors.

Is there a way to set custom taxonomies outside of either tags or authors? If not, is this possible simply with routes? I can get the /comm/ part to stick, but anything after that looks like it has to be a query parameter (if it’s an ID like the example above).

Is this possible with routes.yaml? Am I missing something altogether?

  • What’s your URL? This is the easiest way for others to debug your issue
    https://blog.thediscoverer.com

  • What version of Ghost are you using?
    v2.13.1

  • What configuration?
    Node v8.9 hosted on Heroku with Cloudfront

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.