• Resolved millonario

    (@millonario)


    I have put this way in single.php:

    <?php echo do_shortcode( ‘[site_reviews assign_to=”post_id” hide=”title”]’ ); ?>

    <?php echo do_shortcode( ‘[site_reviews_form assign_to=”post_id” hide=name,email,title]’ ); ?>

    And it shows me in all the entries the same votes .. something I’m doing wrong?

    Thank you so much

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Gemini Labs

    (@geminilabs)

    You are mixing up the “assign_to” and the “assigned_to” options. It should be like this:

    [site_reviews assigned_to="post_id" hide="title"]

    Thread Starter millonario

    (@millonario)

    Thank you very much, it is better impossible ?? I hope you never abandon this great plugin

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to put in each entry votes?’ is closed to new replies.