BHM Random Quote Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
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">
—the_citation
</div>
<div class="all-quotes">
[<a href="quote_archive_url">View All</a>]
</div>