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

FriendlyCase

설명

Reformat titles from ‘ALL CAPS’ to ‘All Caps’ and enable friendly, word capitalization in posts, pages and more. Users can automatically format their post and page titles to properly capitalize each word in the title and follows a series of rules to exclude short words etc.

For example, both the Page and Post Titles would reformat:

  • THE QUICK BROWN FOX JUMPS OVER THE LAZY DOG to:
  • The Quick Brown Fox Jumps Over the Lazy Dog

FriendlyCase adds the option to wrap words in spans with CSS classes so you can customize your styles to match your theme.

Additionally, you can set the option to make only first word of your title Uppercase (Also known as Sentence case).

Road Map

  • Correct Issue: Letters after a period or quote are NOT capitalized as they should be.
  • I18n – add internationalization.

Donations

If you would like to donate to help support future development of this tool, please visit FriendlyCase

Updates

Updates to the plugin will be posted here, to FriendlyCase

스크린샷

  • Options panel showing User entered words, css styling and sentence case option.

설치

To install the plugin, please upload the folder to your plugins folder and activate the plugin.

FAQ

Where do I ask questions about this plugin?

Questions can be directed to the WordPress support forums.

후기

모든 1 평가 읽기

기여자 & 개발자

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

기여자

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

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

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

변경이력

1.0.7 – 2014-09-15

  • Bump for WordPress 4.0 – no new features 🙁
  • Added high-DPI (Retina) Banner images and Plugin Icons

1.0.6 – 2013-12-12

  • Minor text updates for WordPress 3.8 – no new features

1.0.5 – 2012-09-13

  • Swapped code strtolower to mb_strtolower to accommodate accented characters. (Thanks to MXClass)
  • NOTE: mb_strtolower requires PHP 4 >= 4.3.0, PHP 5 – Now requires WordPress 3.1 to support minimum requirement of PHP 4.3

1.0.4 – 2012-06-14

  • VALIDATED: Version 1.0.4 supports WordPress 3.4
  • Cleaned up readme.txt and added Changelog dates

1.0.3 – 2012-05-18

  • Added option to make only first word Uppercase (Also known as Sentence case).

1.0.2 – 2012-02-07

  • Added option to wrap FriendlyCased words in spans with CSS Classes.

1.0.1 – 2012-01-17

  • Corrected Page/Post issue where FriendlyCase would lowercase words in menus.
  • Added options screen to allow user to add their own lowercase, UPPERCASE, and Ignored (leave as typed) Words.
  • Added a pre-populated user word options with common choices.
  • 1st word continues to use an initial cap.
  • Updates for fix extends date issue 🙂

1.0.0 – 2012-01-08

  • First release