ryan
01-18-2009, 05:43 PM
You can manually display the ratings within posts and comments by inserting the following code within The Loop (http://codex.wordpress.org/The_Loop).
For posts:
<?php if(class_exists('WFReview')) WFReview::get_post_ratings(); ?>
For comments:
<?php if(class_exists('WFReview')) WFReview::get_comment_rating(); ?>
For the comment form:
<?php if(class_exists('WFReview')) WFReview::embed_comment_form(); ?>
Support for manually placing the ratings was added in version 1.1 of the plug-in.
For posts:
<?php if(class_exists('WFReview')) WFReview::get_post_ratings(); ?>
For comments:
<?php if(class_exists('WFReview')) WFReview::get_comment_rating(); ?>
For the comment form:
<?php if(class_exists('WFReview')) WFReview::embed_comment_form(); ?>
Support for manually placing the ratings was added in version 1.1 of the plug-in.