How to add GD Star Rating to my comments

Latest Reply from social bookmarking service at 2013-06-06 09:48:55
Hello,

A couple weeks ago I purchased the Onion theme and I love the theme!:)

But I have a question regarding the GD Star Rating plugin.

I searched on google how to intergrade it in your comments.php...

But that are all old threats and I cant figure out how to do it the right way.

I fount something like this

<?php if (defined("STARRATING_INSTALLED")) : ?>
<p><?php wp_gdsr_comment_integrate_standard_rating(); ?>
<label for="url"><small>Rating</small></label>
</p><?php endif; ?>


But dont know where to put it and make it submit too?

And how do I show it within the comments?

If there is somebody that can help me out that would be great.

Thanks in Advance

Kind Regards

Joep
Hi!
Please find function custom_comments() in the end of file inc/library.php and put integration code there.

Leave a reply

Add codeAdd image