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
- Upload the dg_pithy.quotes folder to the
/wp-content/plugins/
directory - 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.
ContributorsTranslate “David’s Pithy Quotes” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.