• I have activated WP-PostRatings and it works just fine on its own. But the ratings wont show up under the Popular Posts widget. I’ve tried calling the function wpp_get_mostpopular with the following args.

    'do_pattern' => true,
    'pattern_form' => '{image} {title}: {summary} {stats} {rating}',

    All it does is adding “{rating}”, as text, after the stats.

    Does it work for anyone else?

    https://www.ads-software.com/extend/plugins/wordpress-popular-posts/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Hector Cabrera

    (@hcabrera)

    Hi there,

    You need to add an extra parameter rating=1 (although it might not be needed on future versions of the plugin) in order to make it work.

    Thread Starter Pat Johnson

    (@pat-johnson)

    I tried that but it still doesn’t work.

    Also, it doesn’t work for the widget either if i check the “Display post rating” checkbox.

    Does it work for you?

    Plugin Author Hector Cabrera

    (@hcabrera)

    Just checked and as a matter of fact, no. Found what the problem is and fixed it already, however I can’t upload a new version of the plugin yet since I’m also working on other features at the moment.

    You can either wait until I release version 2.3.3 or get the development version here.

    By the way, while fixing the problem I noticed that WP-PostRatings is throwing some PHP notices (errors). If you have WP_DEBUG set to true in your wp-config.php these will appear in your site.

    Update: just posted at the support forum about the PHP notices and hopefully we’ll get help from the developer.

    Héctor, I downloaded the development version, inserted {rating=1} and checked the box for Display Post Rating. All to no avail. Any suggestions as to how to get ratings to appear. (Yes I have the WP-PostRatings plugin installed and working).

    Thanks in advance!

    Plugin Author Hector Cabrera

    (@hcabrera)

    Hi Andy,

    Didn’t check with the shortcode, so probably I missed something there. Will have a look at it as soon as I can.

    Hector,

    Any chance you had an opportunity to look at this yet?

    Thanks in advance!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: WordPress Popular Posts] PostRatings not working with Popular Posts’ is closed to new replies.