Displaying final score in list
-
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?
The topic ‘Displaying final score in list’ is closed to new replies.