R12Themes Quotes

0

It displays random qoutes on your sidebar or on your page depending where you want to be shown. Usage You can add the quote on your sidebar by using the “Quote” widget that allows y

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

Description

It displays random qoutes on your sidebar or on your page depending where you want to be shown.

Usage

You can add the quote on your sidebar by using the “Quote” widget that allows you to set the title of your block, number of quotes that you want to be displayed or one specific quote.

You can display the quotes via template by using <?php do_action( 'r12themes_quotes' ); ?>.

This sintax can be customized by using the following arguments:

  • ‘limit’ => 1 (the default value – e.g 2 will display two random quotes )
  • ‘id’ => 0 ( display random post – e.g. 19 will display the quote that have id = 19 )

You can add this in your post by using [r12themes_quotes], the arguments above apply to this one to.