• bhakans

    (@bhakans)


    I downloaded a free plugin that allows you to incorporate a rating/review system in WordPress by inserting the code below directly into the templates where you want it to appear:

    <?php echo frev_get_rating_fields($_SERVER[‘REMOTE_ADDR’]); ?>

    But I would like it to appear only in certain categories, ie. only where there are actually things I want my readers to be able to review.

    I have looked at the some of the examples at this site, but can’t for the life of me seem to get it right. Whatever I have done the review plugin is present on ALL posts…

    Could someone give me the exact code to input in the template in order to pick the category numbers?

Viewing 1 replies (of 1 total)
  • moshu

    (@moshu)

    Put the 2 together:
    Quote-1: by inserting the code below directly into the templates where you want it to appear:
    Quote-2: I would like it to appear only in certain categories,

    So, put it in Category_Templates

Viewing 1 replies (of 1 total)
  • The topic ‘Category question (newbie)’ is closed to new replies.