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

R12Themes Quotes

설명

It displays random qoutes on your sidebar or on your page depending where you want to be shown.

Usage

You can add the quote on your sidebar by using the “Quote” widget that allows you to set the title of your block, number of quotes that you want to be displayed or one specific quote.

You can display the quotes via template by using <?php do_action( 'r12themes_quotes' ); ?>.

This sintax can be customized by using the following arguments:

  • ‘limit’ => 1 (the default value – e.g 2 will display two random quotes )
  • ‘id’ => 0 ( display random post – e.g. 19 will display the quote that have id = 19 )

You can add this in your post by using [r12themes_quotes], the arguments above apply to this one to.

설치

For installing R12Themes Quotes can be done by following this steps:

  1. Download the plugin from WordPress.org;
  2. Upload the ZIP file through the “Plugins > Add New > Upload” screen in your WordPress dashboad;
  3. Activate your plugin through the “Plugins” menu in WordPress;
  4. Start using your new plugin by using the widget, shortcode or place <?php do_action( 'r12themes_quotes' ); ?> in your template files.

FAQ

The plugin looks grotesque

It looks that way because it comes with no CSS styling for the front-end. This gives you the posibility to customize it according to your theme.

Can I contribute to this plugin

Yes, of course everyone is encourage to contribute to R12Thems Quotes. You can do this for following the GitHub Account of R12themes.

후기

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

기여자 & 개발자

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

기여자

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

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

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

변경이력

1.0.2

  • 2012-11-22
  • Tweak – Update display Quotes icon in Admin panel.

1.0.1

  • 2012-11-22
  • Tweak – Faq – How to contribute to plugin development.

1.0.0

  • 2012-11-19
  • First release.