!This plugin hasn't been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
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: 497