BHM Random Quote

Display a random quote from your collection in a sidebar using a widget

Author:Brian H. Marston (profile at wordpress.org)
WordPress version required:3.3
WordPress version tested:3.5.2
Plugin version:0.1
Added to WordPress repository:18-02-2013
Last updated:18-02-2013
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:1
Plugin URI:
Total downloads:1 737
Active installs:20+
plugin download
Click to start download

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>

Screenshots
FAQ
ChangeLog