Got it! The key was a custom callback on wp_list_comments. Here’s the snippet of code I used within my comments:
<?php if (defined("STARRATING_INSTALLED")) : ?>
<div class="rating" style="float: right">
<?php wp_gdsr_comment_integrate_standard_result(get_comment_ID()); ?>
</div>
<?php endif; ?>
Related Posts:
- Why does `add_theme_support( ‘html5’, array( ‘comment-form’ )` disable client side validation?
- Add class to Reply button in Comments area
- Why does comment_reply_link launch the reply form at the wrong spot on the comment section?
- Hide comment form completely (preferably without using CSS)
- Change the tag of the comment submit button
- How to change the order of elements in comment_form()
- Threaded Comments Feature not working
- Two steps comment form
- Customize the cancel_comment_reply_link
- How to enable commenting system in WordPress
- comment_form() Not changing the default class/id of elements
- How can I get values count from wp_commentmeta?
- customizing TwentyEleven comments template
- Insert page comment form into a modal
- Is it possible to force login for comments only on custom-post-type or the custom comment template?
- Force logged in users to still fill out name/address for commenting?
- How to add a “policy text” just before the comments? [closed]
- Enable nested comments in Theme
- Remove the function which adds nofollow to links in comments
- Wrapping the cancel_comment_reply_link()
- Commentform input area issue
- Custom markup for the comment form
- Custom comment-field form arrangement [closed]
- How to add a category to comments?
- Create customized captcha field to wordpress comment form without Plugin
- How can I remove the comment form on one or more specific pages in twenty eleven?
- wp-comment-post.php and header already sent issues
- How to create a classified section in place of comments_template
- How to send add_comment_meta value from separate file to main plugin file?
- COMMENT FORM Error: Please type your comment text
- Modify “Must be logged in to comment” text/links?
- How do I check which comment fields are required in my theme?
- Can not edit comment form
- Removing(replacing) avtar in comments.php with some other HTML arrangements
- Cannot display comment in page
- How do I write this code to not show default on label_submit?
- How to edit comments form on posts?
- How to echo PHP after comment form submit?
- Comment form not supported the image tags
- Comments template only linking to one post
- Custom comments form
- In my comment form, how do I move the “notify me of follow-up comments” box above the “post comment” button?
- Add custom captcha to comment form
- Get Comment With Meta value
- Force logged-in users to fill out name and email fields for commenting?
- Is there a way to edit the markup of comment_form()?
- Comment form: Add Radio button logic [closed]
- Prefill the textarea in comment_form
- Deep customization of the comment form?
- Why are default comments deprecated?
- Comments Reply Form
- Does WordPress Allow Blank/Empty Comment Submissions In WordPress?
- Comment form not showing up without comments
- How to change submit button value in comment from “Post Comment” to “Send”
- Custom values are not translated
- Change “logged in” link in (you must be logged in to post a comment)
- How to display the comment_form with a shortcode while removing it from its default position?
- customize comment form
- adding a text message beside the comment submit button
- Why is that gdsr_sort=thumbs (GD start rating plugin) only works with query_posts and not with WP_Query?
- How to save new comment as custom comment type?
- WP comments form (custom) is displaying an extra comment field
- Comment `Reply` link doesn’t work if comments are loaded from ajax
- Publish a message on facebook after having posted a comment
- The comment login form is visible to me but not to the user
- Advice for a voting / multiple rating plugin for post types other than GD Star Rating [closed]
- How can I convert anonymous commenters into registered users?
- Saving value of a selection option in comment form as comment meta
- blank page after submitting a comment
- How do I add an extra field to comment form above the submit button?
- comment form args are not translatable (customized comment form)
- Show this code if user has previously left a comment
- get_comments_number() returns 0
- duplicate comment section functionality and call it something else for custom post types
- How to create post comment from different domain
- Get comment id of the individual comments in comment list when modifying comment posted using comment text filter
- Custom comment field not showing when logged-in
- Comments on future posts
- get_comment_meta not behaving as expected
- Returning error upon comment being flagged as spam
- enable TinyMCE for comment forms
- Output comment_author in array
- How to add extra field in admin comment section
- Is there any way of only retrieving posts with one or more thumbs up (GD star rating plugin)?
- Fix threaded comments
- Clicking Comment “Reply” Button only replies to first comment
- Changing the Comment Fields using Filter (without success)
- How do I make the comment disappear after deleting from the database?
- How to put the author of the post in the comments?
- Custom sort comments with select form
- Hide review form if user has left a comment
- Store comment form custom field in custom database
- How is it possible to create Multi part sections where people can answer or comment or vote on various parts of a page’s content as given example?
- How To Customise WordPress Comment Submit Button?
- Comments not enabled for custom post types
- WordPress Comments jQuery Doesn’t submit
- Insert comment and still use moderation
- add field comment [duplicate]
- Using GD Star Rating outside of the loop? [closed]
- Outputting complete custom comment form