• 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)
  • Where you get the code from? The proper code is in the readme.html under usage tab

    Thread Starter andyhowardidau

    (@andyhowardidau)

    Hey Gamerz, thanks for the reply. I got the code from the Thesis hooks doc. It’s the only way to insert the ratings using hooks and not modifying the theme – so I can’t use the proper code. Is there a way around this, or do I need to modify the core theme? Thanks.

    You can’t use hooks with postratings, you have to insert the code into the theme files itself. The instruction is in the readme.html on how to insert the code. If unsure contact the theme author as it varies from theme to theme.

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.