flatpressblog / flatpress

FlatPress is a lightweight, easy-to-set-up flat-file blogging engine.
https://flatpress.org
GNU General Public License v2.0
185 stars 57 forks source link

PrettyURLs: Empty title when no latin character is present #91

Closed azett closed 2 years ago

azett commented 2 years ago

Reported by blog7 on the support forum: If an entry's title consists of only non-latin characters (such as "Титул" for "Title"), they will be completely stripped, leading to a permalink without title like example.org/index.php/2020/06/01//. This then leads to the overpage of all entries of that day, not to the single entry itself.

Title sanitation takes place in sanitize_title_with_dashes() (core.wp-formatting.php).

Idea: A plugin that allows for storing a Latin-only alternative title for each entry?

Needs to be inspected!

azett commented 2 years ago

Applies for Greek characters as well: https://forum.flatpress.org/viewtopic.php?t=431

azett commented 2 years ago

Fixed with 5dd42b0ffaa1a64b6d731b43e1e185531cfa03dd