=== Plugin Name === Contributors: dvg Donate link: http://www.davidgagne.net/about/ Tags: tagline, quotations, quotes, random, snippets Requires at least: 2.7.1 Tested up to: 2.8 Stable tag: trunk Allows you to save short quotations / sayings / comments to a database table and then display them randomly on your site. == 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. == Installation == 1. Upload the dg_pithy.quotes folder to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress == Frequently Asked Questions == = 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! == Screenshots == 1. The screenshot displays the editing page added to your WordPress installation.