=== Filter By Comments === Contributors: kingersoll Donate link: http://keviningersoll.com/ Tags: comments, posts, filter, sort, order, orderby, activity Requires at least: 3.1 Tested up to: 3.1 Stable tag: 1.1 Adds query vars (`comment_count`, `comment_count_compare`, `orderby_last_comment`, `orderby_last_activity`) for filtering posts by comments. == Description == Adds query vars (`comment_count`, `comment_count_compare`, `orderby_last_comment`, `orderby_last_activity`) for filtering posts by comments. == Installation == 0. Upload `FilterByComments.php` to your `/wp-content/plugins/` directory. 0. Activate the "Filter By Comments" plugin through the "Plugins" menu in WordPress. 0. Use `comment_count`, `comment_count_compare`, `orderby_last_comment`, `orderby_last_activity` query vars in your `WP_Query` and `query_posts` calls. == Changelog == = 1.1 = * Added `orderby_last_activity` for ordering posts by last comment date or, if no comments, post date. = 1.0 = * Initial release.