This is the case: i'm working on a Wordpress theme and all the titles (h1,h2,h3,h4,h5,h6) on a page needs to be in uppercase except for one letter, the letter: i. This letter needs to be in lowercase. Example: THiS LETTER NEEDS TO BE iN LOWERCASE.
I'm looking for a solution where i don't need to type the uppercase letters in WP admin manually, because I don't want to store it this way in the database. Is there any way to achieve this?