@evolutionsic
Please post a link to your site so i can see that.
@
Sorry did not see the domain you posted above. It seems that you have used the function to embed the page views count in the footer of your site. On the home page it is counting 3 page loads on each refresh – but on the inner pages it is counting 2 pages loads in the footer whilst the count on the actual content is showing the correct count
http://www.psd-locker.com/gallery/sign-in-buttons-free-psd/
Can you post how you have embedded the function in the footer?
Okay for the footer I’ve created a php widget using this code
<?php pvc_stats_update($postid); ?>
for the inner pages i’ve just used the option to include it on custom post types, thanks for the help
On my end the views on the inner page’s are working as expected and goes up by “1” each time i refresh.
Also when changing the code to “<?php pvc_stats($postid); ?>” the stats don’t update at all.