Filter By Comments
开发者 |
kingersoll
|
更新时间 |
2011年9月25日 16:38 |
捐献地址: |
去捐款 |
PHP版本: |
3.1 及以上 |
WordPress版本: |
3.1 |
详情介绍:
Adds query vars (comment_count
, comment_count_compare
, orderby_last_comment
, orderby_last_activity
) for filtering posts by comments.
安装:
- Upload
FilterByComments.php
to your /wp-content/plugins/
directory.
- Activate the "Filter By Comments" plugin through the "Plugins" menu in WordPress.
- Use
comment_count
, comment_count_compare
, orderby_last_comment
, orderby_last_activity
query vars in your WP_Query
and query_posts
calls.
更新日志:
1.1
- Added
orderby_last_activity
for ordering posts by last comment date or, if no comments, post date.
1.0