• Hi all,

    First post so please be nice πŸ™‚

    I’m looking for a review plugin, but on trying those available on here, none quite fit my requirements and was hoping that maybe you guys will know of one.

    I run a blog with daily updates/articles, but also have a number of permanent pages which are just edited now and again.

    A number of those static pages are for particular products, and what I’m looking to do is include a review function within those pages only.

    The review function will need to give the visitor a chance to offer an opinion on that product, so they’ll need a comments box (already part of wordpress) and a star rating or similar.

    I don’t want the review option to appear on anything but certain static pages, so not sure how easy this would be?

    Any information on possible plugins that do just this would be great.

    Many thanks,

    Ian

Viewing 1 replies (of 1 total)
  • I think you can do it with this plugin,
    http://wordpress.org/extend/plugins/wp-postratings/

    I can think of a couple different ways to get this plugin to appear ONLY on certain pages.

    One option, make a custom page template (that includes the plugin code where you want it to show up), for example page-that-gets-reviews.php, and then WP-Admin > Write Page > scroll down to the page templates dropdown menu and apply your custom page template.

    Another option, get WP-PostRatings plugin, and another plugin like RunPHP or PHP-exec (these allow you to run php code inside the body of a post or page). With this, you can insert the PostRatings code, inside the body of your Page.

    Similarly, you can insert WP’s comments_template in your Page templates.

    Lemme know if this worked!

Viewing 1 replies (of 1 total)
  • The topic ‘Any review plugins that can do this…’ is closed to new replies.