• Resolved blaivas

    (@blaivas)


    I simply want to display Views count on the current post like “Views: 999”. Is there a shortcode for this simple task?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Hector Cabrera

    (@hcabrera)

    Hi there!

    There is no shortcode for that, but there’s this: wpp_get_views().

    Thread Starter blaivas

    (@blaivas)

    Sorry, I didn’t get notification for your reply. But how do I use this php code?

    I tried to insert this code:
    <?php
    if (function_exists(‘wpp_get_views’))
    echo wpp_get_views( get_the_ID() ); // This will only work when used inside the loop!
    ?>

    into the Single.php file, but nothing happened. I don’t see any “Views” anywhere

    Plugin Author Hector Cabrera

    (@hcabrera)

    Hey @blaivas,

    If you’re going to use it as is make sure to place that code somewhere inside The Loop for it to work.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Views of Current post?’ is closed to new replies.