這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

BHM Random Quote

描述

To add a quote, go to Quotes->Add New. Enter the citation (source or author) for the quote and the quote itself. You can use HTML in both the citation and the quote. For styling purposes, the post format defaults to “Quote.”

To add the widget to a sidebar, go to Appearance->Widgets and drag the Quote widget to the sidebar. Set the “Title” to the text you want to be displayed above the random quote in the sidebar.

The HTML displayed by the widget looks like this:

<div class="quote">
    “the_quote”
</div>
<div class="citation">
    &mdash;the_citation
</div>
<div class="all-quotes">
    [<a href="quote_archive_url">View All</a>]
</div>

螢幕截圖

  • Add New Quote
  • All Quotes
  • Appearance->Widgets

安裝

  1. Upload bhm-quote.php to your wp-content/plugins/ directory.
  2. Activate the Random Quote plugin through the ‘Plugins’ menu in WordPress.
  3. Add your quotes using Quotes->Add New.
  4. Go to Appearance->Widgets and drag the Quote widget to the sidebar.

常見問題

Can I use HTML in my quotes and citations?

Yes.

How can I style my quotes on single, index, archive, and search pages if I’m using the Twenty Twelve theme?

Create a child theme with a content-quote.php template file.

Where can I see an example of this plugin in action?

fatdays.com

What does “BHM” stand for?

Brian Henry Marston (the plugin’s author)

How can I contact the plugin’s author?

webguy@fatdays.com

評價

There are no reviews for this plugin.

貢獻者及開發者

“BHM Random Quote” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 BHM Random Quote 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

0.1

  • Game on!