• I installed the WP-Post Ratings plugin but I can’t figure out how to get it working. The custom field for “name” in the individual posts populate automatically with “ratings_average,” “ratings_score,” and “ratings_users,” but the value fields just say 0.

    I don’t know what to use for the value fields. Do I change them? Please help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Yes, it will get populated properly. Did you read the readme.html and look at the tabs on top?

    Thread Starter ahrnciar

    (@ahrnciar)

    Yes, i added

    <?php if(function_exists(‘the_ratings’)) { the_ratings(); } ?>

    after

    <?php while (have_posts()) : the_post(); ?>

    in page.php located in the folder: wp-content/themes/”my theme”/ (index.php didn’t have this line)

    I activated the plugin. Now I don’t know how to put ratings on the posts. I want users to be able to vote on posts. Does this plugin do this?

    Ideally, I want users to be able to vote on pictures, which is what I’m trying to use this for. Does this plugin do this? If not, I am very willing to pay for a custom dev job if anyone can help!!!!

    Thanks!!!!

    It allow you to rate posts not pictures. But if you only embed 1 picture into 1 post, then it can archive the same results. If you cannot find that line of code, contact the theme author.

    If not use the default theme as a reference.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘wp-post ratings’ is closed to new replies.