Thursday, February 23, 2012

Comment Rating plugin not working with Thesis 1.7 Theme – Fix

May 18, 2010 by Ayo Akinyemi · Leave a Comment 

Modify /lib/classes/comments.php

Change line 276 :
if ($output) echo $output;

To:
if ($output) echo apply_filters(‘comment_text’,$output);

Speak Your Mind

Tell us what you're thinking...
and oh, if you want a pic to show with your comment, go get a gravatar!

You must be logged in to post a comment.