Added ability to sort posts by feature count

This commit is contained in:
rr-
2015-11-24 15:43:20 +01:00
parent 645573a272
commit d49f76c9f1
3 changed files with 15 additions and 12 deletions

View File

@ -176,6 +176,7 @@
{search: 'order:fav_date', description: 'recently added to favorites'},
{search: 'order:comment_date', description: 'recently commented'},
{search: 'order:feature_date', description: 'recently featured'},
{search: 'order:feature_count', description: 'most often featured'},
];
_.each(table, function(row) { %>
<tr>