Getting meta data from new plugin into pod template.
-
I used a plugin called KK Star Rating to rate content on my joke site, and it worked for a while, but it seems the plugin got abandoned. I have replaced it with a new plugin that does not use the wp_postmeta table, but its own structure.
My pod used to look like this:
[pods name="jokes" where="age_restriction.meta_value='all_ages' AND CAST(_kksr_avg.meta_value as DECIMAL(12,2)) BETWEEN '4.00' and '5.00'" template="joke"]Now, how can I make it use a calculation of the votes (the new plugin, YASR, does not store the average anywhere I could find, but appears to calculate it on the fly). So – is there a way to reference a different table entirely in this pod shortcode that I am using?
The page I need help with: [log in to see the link]
The topic ‘Getting meta data from new plugin into pod template.’ is closed to new replies.