Quotes Collection Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
Quotes Collection plugin helps you collect, manage and display your favourite quotes in your WordPress website or blog.
Features
- Admin interface: A robust admin interface to add, edit, import, export and generally manage the collection of quotes.
- Sidebar widget: A random quote from your collection can be displayed in any widget area using the ‘Random Quote’ widget. Includes options to refresh the quote displayed in the widget manually or automatically, randomly or sequentially.
- Gutenberg blocks: The plugin includes two blocks that can be added in pages and posts. (NEW in version 2.5)
- ‘Quotes’ block to display all the quotes or a set of quotes, with presentation, filtering, paging and other options.
- ‘Random Quote’ block that functions similarly to the Random Quote widget, with additional presentation options.
- Shortcode: All quotes or a set of quotes can be displayed on a WordPress page by placing a
[quotcoll]
shortcode. Few examples are provided below. For more examples and the full list of arguments, visit the Plugin Home Page.- Placing
[quotcoll]
in the page displays all quotes. [quotcoll author="Somebody"]
displays quotes authored by Somebody.[quotcoll tags="tag1,tag2,tag3"]
displays quotes tagged tag1 or tag2 or tag3, one or more or all of these[quotcoll orderby="random" limit=1]
displays a random quote[quotcoll ajax_refresh=true]
displays a random quote that will automatically refreshed every 5 seconds.
- Placing
- The template function: To code the random quote functionality directly into a template file, the template function
quotescollection_quote()
can be used. Please visit the Plugin Home Page for details. - Import/Export your collection of quotes in JSON format.
Localization
You can translate the plugin in your language at translate.wordpress.org.
Screenshots
-
Admin interface
-
‘Random Quote’ widget options
-
A random quote in the sidebar
-
‘Quotes’ block editor interface
-
‘Random Quote’ block editor interface, customized with block controls