• Resolved max1701

    (@max1701)


    I want to see the top post in a custom post type i have votes cast in by users.
    Is it possible as a widget maybe? Or something else?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Lester Chan

    (@gamerz)

    Sorry, the widget only supports post and pages. The code itself does support custom post type

    <?php get_highest_rated( 'custom_post_type' ); ?>

    Thread Starter max1701

    (@max1701)

    Ok, and i would like to use it on single page so not in a loop. Where should I put the php?

    Plugin Author Lester Chan

    (@gamerz)

    Yeap, not in the loop is perfect. I can’t advise you where to put because every theme is coded differently. My guess is single.php?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Display top post’ is closed to new replies.