WP Query Results Summarizer
An Object Oriented Plugin that summarizes the results returned by a query like a Google search summary text.
- Upload all files and folders in zip file to the '/wp-content/plugins/' directory
- Activate the plugin through the 'Plugins' menu in WordPress
- For default usage, put these lines of code in your templates:
if (class_exists('PvdWpQueryResultsSummarizer')) {
$summarizer = new PvdWpQueryResultsSummarizer();
echo $summarizer->getSummary();
}
For advanced usage, please see documentation at http://projects.phuvidu.com/docs/
Requires: 2.6.2 or higher
Compatible up to: 2.6.3
Last Updated: 2008-11-13
Downloads: 434
Average Rating
(1 ratings)
Support
Got something to say? Need help?