Forums

Rate Me Plugin (7 posts)

  1. Brain916
    Member
    Posted 5 years ago #

    I was wondering if their is a plugin were you can rate a wordpress page, and if you can pick and choose which pages you would like them on.

    I do not really want them on topics, but certain pages. Is this possible?

  2. KatGirl
    Member
    Posted 5 years ago #

    This allows you to rate a post from within the Admin/Write/Post screen and displays stars 0 - 5.

    http://design.sneak.co.nz/plugins/ds-rating/

    You can pop the function code into any template you like.

  3. Brain916
    Member
    Posted 5 years ago #

    Can you use this plugin for certain pages only/

  4. estjohn
    Member
    Posted 5 years ago #

    http://www.lesterchan.net/portfolio/programming.php lets you choose pages or posts .. wherever you put the code it displays

    you can put it at single.php or page.php or both.. but I am not sure about certain pages only.

  5. KatGirl
    Member
    Posted 5 years ago #

    Yes - Pages are generated via template. If you have two pages using the one template, you can change the output to read

    Ratings: None

    There were articles in my posts that I didn't want to rate, so I asked the author what to insert to bring up a NULL value. He was fast and his answer worked.

    <?php if (function_exists('has_rating')){
    if(has_rating()){ get_rating();}
    else {
    echo
    "<span class='none'>None</span>"; } }?>

  6. Brain916
    Member
    Posted 5 years ago #

    Katgirl

    So should I use the program that estjohn is using?

  7. ninjaboy
    Member
    Posted 5 years ago #

    http://www.lesterchan.net/portfolio/programming.php - lots of good plugins and I am using his rating script on my site, works a treat!

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags