BHM Random Quote

0

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 purp

Version
Last updated
Active installations
WordPress Version
Tested up to
Rating
Total ratings
Tags
This plugin is outdated and might not be supported anymore.

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">
    &mdash;the_citation
</div>
<div class="all-quotes">
    [<a href="quote_archive_url">View All</a>]
</div>