=== Best-Of Comments ===
Contributors: davidjmillerorg
Tags: comments, featured, highlight, classic
Requires at least: 2.5
Tested up to: 4.7
Stable tag: trunk

Best-Of Comments allows users to tag exceptional comments and display a randomly selected list of those comments wherever they choose in their theme.

== Description ==
Best-Of Comments allows anyone with the ability to edit comments to mark a comment as featured and then featured comments will be randomly selected and displayed anywhere you choose to place the php call to best_of_comments().

You can select how comments are displayed, how many to display, and how much of a comment to display (if comments are longer than the specified word length they contain a link back to the original comment). In the future you will have the ability to limit how far in the past to look for featured comments.

== Installation ==

To install it simply unzip the file linked above and save it in your plugins directory under wp-content. In the plugin manager activate the plugin. Settings for the plugin may be altered under the Best-Of Comments page of the Settings menu.

== Frequently Asked Questions ==

== Screenshots ==

1. This is a sample options page displayed in Wordpress 2.8

2. This is the metabox on the edit comment page where a comment can be marked as featured or not (defaults to not featured).

== Changelog ==

= 1.2 =
* Discovered a function call that allowed other plugins that alter the content to possibly interfere with the display of featured comments.

= 1.1 =
* Removed an unnecessary variable reference and made the labels function as buttons when selecting comments to feature.

= 1.0 =
* Added the ability to set a variable limiting the display to only include selected comments from the last X days (as promised in version 0.9)

= 0.9.1 =
* Fixed a potential conflict in the name of a global variable.

= 0.9 =
* The basic functionality of being able to identify the best comments and display them is in place - version 1.0 will include an option to only display the "Best-Of" comments from the last X number of days where X is a number of your choosing.