humanmade / comment-popularity

Allow visitors to vote on comments
MIT License
25 stars 15 forks source link

Added $comment_popularity as global variable #91

Closed IAmJulianAcosta closed 8 years ago

IAmJulianAcosta commented 9 years ago

In order to remove filter from 'comments_template', from functions.php is necessary to access $comment_popularity.

pdewouters commented 9 years ago

thanks for the pull request. I'll review soon, looking good though.

pdewouters commented 9 years ago

You can just do this in functions.php

$comment_popularity = CommentPopularity\HMN_Comment_Popularity::get_instance();

add_filter( 'hmn_cp_sort_comments_by_weight', '__return_false' );
pdewouters commented 9 years ago

Actually I like the idea