gh0st_0
Senior Member
- Mar 3, 2015
- 879
- 565
Ok so on one of the theme that i have on my WP site (Theme: Flex Mag) the feat-info-views ( the thing that shows how many visitors saw that post. I will put a picture as well) is not showing the right number. Any of you guys know how to update this so the feature start showing the right views? It was fine few months ago but than i had some problem with my hositng and it got messed up, but im not sure it it is because of that. If there is anything that i can put into the php files so i can update it that would be great. This is the code that i found in some of the theme php files.

class="feat-info-views">
<i class="fa fa-eye fa-2">
</i> <span class="feat-info-text"><?php mvp_post_views(); ?></span>
</div><!--feat-info-views-->
Thanks in advance!

class="feat-info-views">
<i class="fa fa-eye fa-2">
</i> <span class="feat-info-text"><?php mvp_post_views(); ?></span>
</div><!--feat-info-views-->
Thanks in advance!