Hi there!
I just want to say what an amazing CMS Kirby is!!! So nice, good-looking and quick. I have used Wordpress for the last 15 years and this is so refreshing!
But… I have a question still. I want to keep all the url:s I have in Wordpress currently. And they are based on the type of post like this:
- type = photo ==> https://baseurl/took-a-photo-of/…
- type = journal ==> https://baseurl/wrote-about/…
- type = book ==> https://baseurl/read/…
- type= music ==> https://baseurl/listened-to/…
Something like this.
Now I want to replicate this in Kirby. So I have the following folders in my content folder:
- 0_took-a-photo-of
- 1_wrote-about
- 2_watched
- 3_listened-to
…
So it gives me the url I want. I have different templates for all the different visuals on the web. But… Once I am in a post, the previous- and next-links created, only link to posts with the same template (same content subfolder).
I want to link to anything that was created after och before, not just the previous post in 0_took-a-photo-of, or 1_wrote-about, …
Is this possible at all somehow?