sruupl / batflat

Lightweight, fast and easy CMS for free. Bootstrap ready. https://batflat.org
MIT License
134 stars 54 forks source link

Routing? #13

Closed dahliadahlia closed 4 years ago

dahliadahlia commented 6 years ago

Hello Batflat team!

How do I customize the routing / permalinks for Batflat?

Right now is: http://site.com/blog/post/lets-put-a-smile-on-that-face

I want to do: http://site.com/lets-put-a-smile-on-that-face

I saw mention of routing in the documentation but I'm not sure how to use that. Thanks in advance!

klocus commented 6 years ago

Hi,

You can do this at "inc/modules/blog/Site.php" in public method "routes()".

dahliadahlia commented 6 years ago

Thank you klocus! I'll give this a try and report back.


Edit: Changing the following: $this->route('(:str)', '_importPost'); Results in a 404. I'm assuming because pages use the same method? I'm not sure.

site.com/blog-title gives a 404

But something like site.com/blog/blog-title works though the permalink on the mainpage / links to the actual blog post are broken. They need to be updated somehow.