Viewing 1 replies (of 1 total)
  • Plugin Author Ricard Torres

    (@quicoto)

    You could do that in your theme by adding something like:

    <?php
    
    if ( is_user_logged_in() ){
    
      // print the vote buttons
    }
    
    ?>

    Best,

    Rick

Viewing 1 replies (of 1 total)
  • The topic ‘Logged in only?’ is closed to new replies.