cabrerahector / wordpress-popular-posts

WordPress Popular Posts - A highly customizable WordPress widget that displays your most popular posts.
https://wordpress.org/plugins/wordpress-popular-posts/
GNU General Public License v2.0
281 stars 83 forks source link

How to show view counts in posts loop(blog home page)? #108

Closed 70599 closed 8 years ago

70599 commented 8 years ago

Like this 33d265aa-aecd-4173-93ec-de2818ad7eba

70599 commented 8 years ago

Solution found here: https://wordpress.org/support/topic/change-the-word-views?replies=8#post-8062921

<?php if (function_exists('wpp_get_views')) echo wpp_get_views( get_the_ID() ); // This will only work when used inside the loop! ?>