With Unlimited Elements
-
HI,
I need to get the rating on each card on the archive page of a custom post. I use twig template in Unlimited Elements :
{{ ucfunc("render","rating") }}
and in function.php :
function addMyTemplates($arrMyTemplates){
$arrMyTemplates["rating"] = '[site_reviews_summary assigned_terms="solution" hide="bars,if_empty,summary"]';
return($arrMyTemplates);
}
add_filter("ue_get_twig_templates","addMyTemplates");But what I get is an average of my ratings on each card.
How can I get the rating of each post on the archive page ?
Regards.
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.