Archived topic
How to make Post Title always auto "Capitalized/Title Case"?
1 reply · Started by Feri on February 10, 2020
Hi there,
There are a lot of user in my blog that write title post with many type of case. Uppercase, lowercase etc.
How to make automatically change Post Title to "Capitalized/Title Case"?
So if user type post title "APPLE FRUIT", when the post published, post title automatically change to "Apple Fruit".
Thank You
Hi there,
doesn't seem to be a simple fix to this. There are a few plugins that perform Title Case correction but all are unsupported:
https://en-gb.wordpress.org/plugins/tags/titlecase/
Also this Stack Exchange that points to a solution:
https://wordpress.stackexchange.com/a/94858
No proper CSS method at the very most that could do is covert all to lowercase and capitalise the first letter.