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

    (@gamerz)

    Nope, there is no shortcode, you have to do it in PHP like:

    You can do like

    <?php if( get_the_ID() !== 10 ): ?>
    <?php if(function_exists('the_ratings')) { the_ratings(); } ?>
    <?php endif; ?>

    This will not show up for post ID 10.

    Thread Starter ajvngou_

    (@ajvngou_)

    Aha, thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to not showing vote at specific post’ is closed to new replies.