The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
51 views

GD Star Rating Rating In Latest Comment

I want To Show latest comment with rating.. Iam Using The code below.. But Its don't Shown Any Rating. <?php $comments = get_comments('status=approve&number=3'); foreach($comments as $comment) ...
1
vote
0answers
169 views

add GD Star Rating's to buddypress comments

I am trying to add GD Star Rating's to wordpress comments but struggling to add them to the comment form There is an explanation here but the code snippet is corrupted ...
0
votes
0answers
14 views

GD Star Rating plug-in: Altering Dynamic Cascading Style Sheet (Remove Thumbs Down)

I’m in the midst of creating a page that allows users to vote for one of two competing images. I’ve used the GD Star Rating plug-in for WordPress in the past, but am struggling with altering the ...
0
votes
0answers
17 views

Star rating on taxonomie

I want to make it possible for people to judge me tag pages. I looked around and could not find anything, anyone have an idea? On Wordpress (off course ;-) )
0
votes
0answers
36 views

Markup Validation Service problem with alt images

Hy,i have try over a week to validate 4 images that are retrived by a code with GD Star Rating plugin This is the code i have: <?php wp_gdsr_render_rating_results(array('template_id' => 49, ...
0
votes
0answers
48 views

GD Star Rating and Infinite Scroll callback

I'm looking to use GD Star Rating on a page that uses Infinite Scroll. However when loading the next section of the posts, the star rating looses it's functionality. I've found easy callbacks for ...
0
votes
0answers
130 views

BuddyPress activity for comments - show featured post image and GD Star Rating

I have a review site I'm setting up with BuddyPress and using GD Star Ratings plugin to handle the reviews. I have setup comment activity recording. I would like to show the featured image of the ...