Este plugin non se actualizou en máis de 2 anos. É posible que xa non sexa compatible ou mantido por ninguén, ou podes ter problemas de compatibilidade cando se usa con novas versións de WordPress.

Auto Title Case

Descrición

Automatically converts post and image titles to title case.

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 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, Auto Title Case will update all new and existing titles of pages, posts, custom post types, images, etc. Whenever making such bulk updates to the database, it’s recommended to first make a backup.
  • 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.

Comentarios

Non hai recensións para este plugin.

Colaboradores e desenvolvedores

“Auto Title Case” é un software de código aberto. As seguintes persoas colaboraron con este plugin.

Colaboradores

Traduce “Auto Title Case” ao teu idioma.

Interesado no desenvolvemento?

Revisa o código, bota unha ollada aorepositorio SVN, ou subscríbete ao log de desenvolvemento por RSS.

Rexistro de cambios

0.1

  • New