Using PHP Code To Change Title Words & Letters To Uppercase & Lowercase

The code examples in this tutorial apply to the Genesis entry title however you can use your own theme specific hook or the WordPress filter, the_title to modify the entry title in any theme.

Example:

The above code will work with any theme.

Lowercase

all lower case

This code changes all characters to lowercase.

Uppercase

all uppercase

This code changes all characters to uppercase.

First Character Each Word Uppercase

first letter each word uppercase

This code changes the first character in each word to uppercase.

First Character First Word Uppercase

first letter uppercase

This code changes the first character of the first word to uppercase.

Join 5000+ Followers

Get The Latest Free & Premium Tutorials Delivered The Second They’re Published.