Plugin info

Total downloads: 1,407
Active installs: 0
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 11/14/2008 (6256 days ago)
Added to WordPress: 11/13/2008 (17 years old)
Minimum WordPress version: 2.6.2
Tested up to WordPress version: 2.6.3
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 6256 days ago

20/100

Is WP Query Results Summarizer abandoned?

Possibly abandoned (last update 6256 days ago).

Compatibility

Requires WordPress: 2.6.2
Tested up to: 2.6.3
Requires PHP: f

Developers

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

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…

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/

Frequently Asked Questions

No FAQ available

Review feed

No reviews available

Screenshots

  1. An example of summary text returned by a search query

    An example of summary text returned by a search query

  2. An example of summary text returned by a date query

    An example of summary text returned by a date query

  3. An example of summary text returned by a category query

    An example of summary text returned by a category query

  4. An example of summary text returned by a tag query

    An example of summary text returned by a tag query

  5. An example of summary text returned by a author query

    An example of summary text returned by a author query

Changelog

No changelog available