Description
Automatically converts post and image titles to title case upon activation. There is no admin page or settings to adjust for this plugin.
What is title case?
Title case would convert any of the following:
Let’s go to the market
Let’s Go To The Market
let’s go to the market
LET’S GO TO THE MARKET *(except for this scenario, see below)
to:
Let’s Go to the Market
List of Article/Minor/Short Words | List of Acronyms*
*Originally, I had coded this in a way to handle acronyms so that “LET’S GO TO THE MARKET” titles could be converted to title case (note that acronyms are automatically preserved in all other cases as long they’re already in uppercase). However, it wasn’t very ideal. A bad solution for an extremely rare problem. So, if you have the rare problem of having all uppercase titles that need to be converted, I can still help with a custom/manual solution, but I decided against it being in the plugin officially.
Additional Notes:
- Once activated, titles are updated passively as content is visited, rather than all at once. This is intentional as bulk-updating thousands of posts, pages, and media simultaneously could time out or crash the server on large sites.
- For new image uploads, the titles and alts will be generated from the filename. This, along with using properly keyworded filenames, is good for SEO. Bad: DSC_0001.JPG. Good: lets-go-to-the-market.jpg.
- Currently only supports English. Non-english titles will convert all words to having their first letter capitalized (Vamos Al Mercado). With enough demand, and maybe some help, additional languages could be supported.
- For most use-cases, this plugin should probably be considered as a temporary utility plugin only, and not left running indefinitely.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Auto Title Case” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Auto Title Case” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.2
- Better title case handling
- Minor improvements
0.1
- New