How can I show reviews by users on my account page? only the current user can see their reviews??
Thank you
]]>like for example like this
/* AggregateRating */
add_filter( ‘rank_math/snippet/rich_snippet_recipe_entity’, function( $entity ) {
$entity[‘aggregateRating’] = [
‘@type’ => ‘AggregateRating’,
‘ratingValue’ => ???
‘bestRating’ => ‘5’,
‘worstRating’ => ‘1’,
‘ratingCount’ => ???
];
return $entity;
});
https://xkampus.com/saran-masukan-review/?unapproved=175&moderation-hash=17797f4e4925c95bec614caeeab097a0#comment-175
can you help?
]]>How do I fix this?
Thanks in advance!
PS: I hope there is no such topic yet, the search only showed me reviews on this page.
]]>I have created 2 posts where I have added summary, user review, and submit review option. But even after changing the post id, the 2nd post is showing the reviews of the 1st post. How can I fix this?
Another query: Is it possible to add submit review pop-up after clicking a button or takes it to the submit review section on the same page (something like a table of content).
Thank You.
]]>