When you go to the front page and see all new posts, I want each one to show the view count.
Like the date posted, the number of times viewed, and a rating of 5 stars on my site.
I checked the source code at wp-content/plugins/post-views-counter/includes/functions.php
But I cannot figure out (on my own) how do to the PHP echo call for the index.php file in my theme.
How do I echo the post count per each post?