• Resolved Rollo89

    (@rollo89)


    I want to list of all my posts (each post is a review) and display the final score for each one of them in a list.

    Something like:

    <ul>
    <li><?php the_title(); ?></li>
    <li><?php include '/wp-product-review.php'; echo $rating; ?></li>
    </ul>

    How may I achieve something like that?

    https://wordpress.org/plugins/wp-product-review/

The topic ‘Displaying final score in list’ is closed to new replies.