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

Quote of the Day and Random Quote

설명

This plugins shows a Quote of the Day, or a Random Quote.

It can be used as a widget, so it’s easy to install. After installing the plugin you will have two widgets: ‘Quote of the Day’ and ‘Random Quote’.

You can also use the following tags: [quoteoftheday] and [randomquote].

A brief Markdown Example

스크린샷

  • This is what both plugins will look like by default. By changing the css you can change the appearance of the plugin.

설치

This section describes how to install the plugin and get it working.

  1. You can install the plugin by uploading the zip in the plugins section of wordpress, or by adding the files to the folder ‘/wp-content/plugins/quote-of-the-day-and-random-quote’.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
    • Widget: There are widgets added ‘Quote of the Day’ and ‘Random Quote’, you can drag them onto the sidebar of your site.
    • Replace tags: You can use the following shortcodes: [quoteoftheday] and [randomquote].
    • Template: Place <?php echo welovequotes_quote_of_the_day(0); ?> or <?php echo welovequotes_random_quote(0); ?> in your template.

후기

2021년 1월 20일
I think this is a great plugin except one thing that annoys me, the quote is aligned to the right with the author aligned to the left and there seems to way to change it
모든 2 평가 읽기

기여자 & 개발자

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

기여자

자국어로 “Quote of the Day and Random Quote”(을)를 번역하세요.

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

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

변경이력

1.2

  • Removed references to WeLoveQuotes.net, because site will no longer be maintained.

1.1

  • Improved widget constructor for wordpress 4.3

1.0

  • Initial version