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

    (@alimir)

    hey #giuseppe23
    Yes, You can use the following code in your content while loop (such as index,archives,…):

    <?php
    $likes = get_post_meta($post->ID, '_liked', true);
    echo $likes . ' likes';
    ?>

    Thread Starter giuseppe23

    (@giuseppe23)

    thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Likes count on index loop’ is closed to new replies.