Thread Starter
Jugma
(@jugma)
@blazk ok but I need that rating only that it would give me rich google text result. (stars in google search) I think now i will have it when have the code like this even if it showing rating for latest post.
And why also i am doing it is that I have one page website so wanted to create more pages easily so thought that it would be the best and fastest way to create additional pages which are not related to any other pages. Each tag page refers to different keyword. Just my SEO strategy.
Thread Starter
Jugma
(@jugma)
Hi @blazk,
found some workaround to this.
added below code to achives.php and now scoring appeared for every tag.
<?php echo do_shortcode(‘[ratemypost]’); ?>
<?php echo do_shortcode(‘[ratemypost-result]’); ?>
however, now I have the same score for all the tags, meaning that if somebody will score one tag all of them will have the same score present.