elpsykongroo

Results 4 comments of elpsykongroo

`www.example.com/%postname%` and `www.example.com/%category%/%postname%` options would be great. I can't port my websites to HTMLy without these. I tried editing HTMLy core files and managed to change `/post` but when loading...

After studying PHP for 5 days I finally managed to change `/post` into `%category%`. For someone who is good with PHP I imagine such feature would be pretty easy to...

@danpros Yes, edited a couple lines in `htmly.php, functions.php, admin.php and edit.content.html.php`. Tested and everything seems to work great.

Also I don't want `/category` slug to appear in category url so I removed it from `get('/category/:category', function ($category)`, but then sitemap doesn't work because of it. Any idea how...