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.

WP Query Results Summarizer

Description

An Object Oriented Plugin that summarizes the results returned by a query like a Google search summary text.

Feature list:

  • Easy to use:
  • Easy to customize by formats: You can format the summary text by the formats and parameters.
  • Easy to modify: the plugin is object oriented and well documented so that you can easily understand and modify the plugin for your customization.
  • No language files need: You can format the output text by the formats in your language so you don’t have to write the laguage files.

What next:

  • The admin panel is comming soon…

Screenshots

  • An example of summary text returned by a search query
  • An example of summary text returned by a date query
  • An example of summary text returned by a category query
  • An example of summary text returned by a tag query
  • An example of summary text returned by a author query

Installation

  1. Upload all files and folders in zip file to the ‘/wp-content/plugins/’ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. 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/

Reviews

There are no reviews for this plugin.

Contributors & Developers

“WP Query Results Summarizer” is open source software. The following people have contributed to this plugin.

Contributors