このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

Easy Random Quotes

説明

Insert quotes and pull them randomly into your pages and posts (via shortcodes) or your template (via template tags).
Can refer to quote IDs to use specific quotes. Also widget-enabled

スクリーンショット

  • Admin screen
  • Widget
  • Shortcode

インストール

  1. Upload the contents of the zip file to the your plugins directory (default: /wp-content/plugins/)
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Go to the Easy Random Quotes page under Settings
  4. Add/edit the quotes you’d like to use on your site
  5. To display in a page or post, use the short code: [erq], or [erq id={id}] if you’d like to use only a specific quote
  6. To add to your template, use the template tag: <?php echo erq_shortcode(); ?>, or <?php echo erq_shortcode(array('id' => '{id}')); ?> if you’d like to use only a specific quote

評価

2018年7月13日 1 reply
Super old plugin, doesn't work anymore. Last update was years ago, so are the reviews.
6件のレビューをすべて表示

貢献者と開発者

Easy Random Quotes はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Easy Random Quotes” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

1.8

  • maintenance

1.7

  • New: Random quotes from a given list of ids: [erq id=’2,4,6′]
  • General cleanup

1.6

  • adds import option

1.5

  • fixed issue where widget would try to display non-existant (deleted) quotes
  • general updating, code cleaning
  • utilizes contextual help in WordPress

1.4

  • added reset button to delete all quotes without uninstalling
  • added title option in widget
  • ready for localization

1.3

  • fixed data storage/retrieval issue

1.2

  • Actually fixed php error when saving data – seriously, if you’ll tell me it’s broken, I can fix it faster and I won’t look like an idiot for so long…

1.1

  • Fixed php error when saving data

1.0

  • Initial Release