[Plugin: WP-PostRatings] Rating icon is wrapped in HTML, need to remove
-
Having an issue with the wp-postratings at https://www.featureshoot.com/ . Each heart is preceeded by HTML, e.g. for first post it’s:
< id="post-ratings-188" class="post-ratings">.
I’ve tried reverting to standard format settings with no luck – it’s been like this since I activated the plugin.
Any idea how I can remove this from the output? I’m using the following Thesis hook to add the rating:
if (function_exists('the_ratings')) add_action('thesis_hook_after_post', 'the_ratings');
Thanks for any assistance
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘[Plugin: WP-PostRatings] Rating icon is wrapped in HTML, need to remove’ is closed to new replies.