• Resolved Sandra

    (@foodcat)


    the popularpost widget makes posts votable in widgetbar

    to fix that bug, edit class-wordpress-popular-posts-output.php and change this lines:

            if ( function_exists('the_ratings_results') && $this->options['rating'] ) {
                //old: $rating = the_ratings( 'span', $post_object->id, false );
    			$rating = the_ratings_results( $post_object->id );
            }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Post rating can vote in widget’ is closed to new replies.