Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m also wondering if you could elaborate a little on the location to put this code?

    ccalvogc

    (@ccalvogc)

    Hi, friends

    you have to edit single.php file

    There you’ll found something like this

    while ( have_posts() ) : the_post();

    Well, you have to change like that:

    while ( have_posts() ) : if(function_exists(‘wpv_voting_display_vote’)) wpv_voting_display_vote(get_the_ID()); the_post();

    I hope it’ll be usefull for you
    https://gincanaland.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: WP Voting] Installation – where to put a code?’ is closed to new replies.