Show rating authors
-
Hello,
Thank you for this great extension !
I would like to show under the rating button the list of the people who have rated the post.
I tried the code below
`function custom_display_comment_author_ratings() {
return true;
}
add_filter( ‘wp_postratings_display_comment_author_ratings’, ‘custom_display_comment_author_ratings’ ); `But I get an error message :
Fatal error: Cannot redeclare custom_display_comment_author_ratings() (previously declared in /xxx/xxx/wp-content/themes/twentyfifteen/content.php:67) in //xxx/xxx/wp-content/themes/twentyfifteen/content.php on line 68Can you please help me ?
Thank you ! 🙂
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Show rating authors’ is closed to new replies.