Display overall score on page ?
-
Hi,
Do you know if the total score can be displayed alone on a single post page ?
Echo review_score or overall_score..?None of these work, i’m a beginner..
<?php echo get_post_meta($cwp_top_products_loop->post->ID, “option_overall_score”, true); ?><?php echo get_post_meta($cwp_top_products_loop->post->ID, “overall_score”, true); ?>
<?php echo get_post_meta($overall_score->post->ID, true); ?>
<?php get_post_meta($cwp_top_products_loop->post->ID, “option_overall_score”, true); ?>
Score is not displaying in my top product widget also, maybe this is related.
And there is no wppr custom field in the post editorSo, not sure if this is even possible.
Any help appreciated!
Thanks
- The topic ‘Display overall score on page ?’ is closed to new replies.