• Resolved goodness

    (@goldstrikn)


    Hi,

    I have a blog page where it list all the latest posts, and the rating widget doesn’t show up. I think it is my theme that is somehow overriding this function.

    Please provide the code to have the vote count/average rating to show up. I can place such code in my theme’s function file.

    I hope you can help.

    Thanks.

Viewing 1 replies (of 1 total)
  • Plugin Support Blaz K.

    (@blazk)

    Hi @goldstrikn,

    to show ratings on the latest posts page you can enable “Show ratings on archive pages” in the settings. This embed stars, vote count and average rating information next to the title. Embedding a rating widget there is a bit more complicated as it depends on your theme. You should find which file is handling that page in your theme and then embed the rating widget like this:

    
    <?php echo do_shortcode('[ratemypost]'); ?>
    

    Regards,
    Blaz

Viewing 1 replies (of 1 total)
  • The topic ‘Show ratings on archive pages (not showing up)’ is closed to new replies.