This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

David’s Pithy Quotes

Description

This plugin adds a new table to your WordPress database so you can save any number of short (100 character) quotations, comments, sayings, or anything you want. Then you can have them display in your site’s header (or anywhere you choose) by adding a function to your theme’s template file.

Screenshots

  • The screenshot displays the editing page added to your WordPress installation.

Installation

  1. Upload the dg_pithy.quotes folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

FAQ

How do I get the quote to appear on my site?

Add the following code to your site’s template file where you want the quote to appear:

if ( function_exists( 'dg_pq_getQuote' ) ) dg_pq_getQuote();

You added a table to my database?! How do I get rid of it?

When you deactivate the plugin it will also remove the database table. Be warned, though! You’ll lose any quotes you’ve added!

Reviews

There are no reviews for this plugin.

Contributors & Developers

“David’s Pithy Quotes” is open source software. The following people have contributed to this plugin.

Contributors