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

    (@gamerz)

    via shortcode
    [ratings id="1" results="true"]

    or PHP in your theme
    <?php echo the_ratings_results( 1 ); ?>

    I am assuming your main page Id is 1

    Thread Starter arthurandashes

    (@arthurandashes)

    Thanks so much for your quick answer ! *****

    Thread Starter arthurandashes

    (@arthurandashes)

    Other question please,

    Is there a way to let people rate the same page (ex my front page) from every pages of my website ?! (or a global rating for the whole website)

    Maybe sthg like this ?

    <?php if(function_exists(‘the_ratings’)) { the_ratings( #ID_of_my_front_page ); } ?>

    Thanks

    Plugin Author Lester Chan

    (@gamerz)

    Nope. It is tied to a post/page. There is no global ratings.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Display rating for the main page ?’ is closed to new replies.