tommcfarlin / title-capitalization-for-wordpress

[WordPress] Properly capitalizes post titles and heading elements in the post content when saving and updating posts.
GNU General Public License v2.0
46 stars 7 forks source link

Uppercase (not applied rules) #4

Open rpgmem opened 10 years ago

rpgmem commented 10 years ago

I’m having a little problem, I think, is easily solved … When the title is entirely in uppercase, the rules are not applied. Would not it be ideal to include a first step (in the method of conversion of titles) simply leaves it entirely in lowercase? Tks

tommcfarlin commented 8 years ago

Would not it be ideal to include a first step (in the method of conversion of titles) simply leaves it entirely in lowercase?

Could you please clarify what you're looking to have the plugin do? From what you've written, it sounds like you're asking that it would first lowercase the title, then reapply the capitalization rules, correct?

If that's the case, then I'd recommend just lowercasing the title. Otherwise, a user may want to have a completely uppercase title for a reason.

A future may introduce options for toggling this. Right now, however, I think it's better if any title is all uppercase should be lower-cased by the author (but I'm open to being convinced otherwise :).