Support » Plugin: Comment Rating Stars » How can i use this Plugin ?

Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m wondering the same thing. It seems like some substantial knowledge of php is needed to use this plugin.

    Wnd

    (@wnd)

    This is how it works with a custom comment template:

    You can (after installing the plugin) put the template tags in <?php echo template-tag; ?>. Add the tags in your comments.php file and your functions file.

    If you put <?php echo csr_get_rating_star_form(); ?> in the comments.php file, the rating stars will show at the comments fields section.

    If you put <?php echo csr_get_rating_stars($comment_id = 0); ?> in your comment function in functions.php, the rating stars will show the right amount of stars that belongs by the comment.

    Open the functions.php and the comments.php file and look for the right place to add the tags.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How can i use this Plugin ?’ is closed to new replies.