이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Title Capitalization

설명

The plugin automates the process of capitalizing titles. This is useful for making posts look more formal.

Updating

The procedure involves the replacement of files. You can check if your current revision is at its latest version via the Options > Title Capitalization panel.

  1. Deactivate the “Title Capitalization” plug-in
  2. Upload the latest version of the “capital-titles.php” file to replace the older one.
  3. Activate the “Title Capitalization” plug-in.

Requirements

  1. A working WordPress install

설치

By installing the plugin, you agree to Tevine’s policies.

  1. Upload the “capital-titles.php” file to the plugins folder (which is located at wp-content/plugins/)

  2. Login to your WordPress Administration Panel

  3. Go to the plugins tab, and activate the “Title Capitalization” plug-in.
    If there are no error messages, the plugin is properly installed.

  4. You can edit options in the WordPress Administration area (Options > Title Capitalization). Some formats supported in this plugin are:

  • None: No changes made to the title
  • All-uppercase letters: Same as applying ALL-CAPS to the title
  • All-lowercase letters: No capitalization at all
  • Capitalize only first word: Only the first word in the title is capitalized
  • Capitalize all words: All words are capitalized
  • Capitalize all words, except for internal articles and preposition: All words are capitalized except for some special words like “the”.
  • Capitalize all words, except for internal articles, preposition and forms of to and be: Same as above, except more words are included like “with”.
  • Capitalize all words, except for most words in closed-classes: Same as above, except more words are included like “its”.

Feel free to poke around the internals of the plug-in.

FAQ

That’s it? No editing of templates?

Installing this plugin does not require the editing of your template files. Deactivating the plugin will revert titles to their original form.

What does it affect?

This plugin affects titles in posts (i.e. they use the_content() or get_the_content() functions in the WordPress template)

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Title Capitalization”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Title Capitalization”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

  • 1.01 – Added update notification
  • 1.00 – Initial