So what i need is a query or some tip on how to turn all titles on a wordpress powered website into capitalized case.
What i have now is something like this:
AAAAA BBBBB CCCCC
I want it to be like this:
Aaaaa Bbbbb Ccccc
I did try googling and searching here, but have failed at that task so any help is much appreciated!
UPDATE:
I need to update titles inside the database. Just to be clear. 🙂
There is no function in MySQL for this, but you can create one like this:
From here.
The you can update easily by running: