• Resolved backsliders

    (@backsliders)


    hello!
    how add rate to posts only one category?

    best regards Evgeniy

    ———-
    Добрый день!
    Возможно ли с помощью этого плагина добавить оценку только к записям из определённой категории?

    С уважением Евгений.

    https://www.ads-software.com/plugins/wp-postratings/

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

    (@gamerz)

    Only can be done if you are using the PHP code in your theme

    <?php if( ! in_category( 1 ) ) { the_ratings(); } ?>

    This will only show the ratings when it is in cat ID 1.

Viewing 1 replies (of 1 total)
  • The topic ‘how add rate to posts only one category?’ is closed to new replies.