Title: Views count disappears
Last modified: August 21, 2016

---

# Views count disappears

 *  [majorthomas](https://wordpress.org/support/users/majorthomas/)
 * (@majorthomas)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/views-count-disappears/)
 * Hi,
 * I noticed views count disappeared. I test the views number in order to display
   it only if post has at least 200 views.
 * I compared with your previous release and may found the bug.
 * It’s located in wordpress-popular-posts.php inside `wpp_get_views` function.
   
   If there is a result you return it with `return number_format( $result[0]['pageviews']);`
 * The problem is (in France mostly) the number returned will be comma separated.
   
   So for example, the number 27000 will be returned as 27,000 with your function.
   So the view count disappears because I test a wrong number. In my example I’ll
   test 27 instead of 27000.
 * Could you please fix this by update your code with `return (int)$result[0]['pageviews'];`
 * Thanks in advance.
 * [http://wordpress.org/plugins/wordpress-popular-posts/](http://wordpress.org/plugins/wordpress-popular-posts/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Hector Cabrera](https://wordpress.org/support/users/hcabrera/)
 * (@hcabrera)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/views-count-disappears/#post-4037574)
 * Hi there,
 * Thanks for the notice. Will look into it.

Viewing 1 replies (of 1 total)

The topic ‘Views count disappears’ is closed to new replies.

 * ![](https://ps.w.org/wordpress-popular-posts/assets/icon-256x256.png?rev=1232659)
 * [WP Popular Posts](https://wordpress.org/plugins/wordpress-popular-posts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wordpress-popular-posts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wordpress-popular-posts/)
 * [Active Topics](https://wordpress.org/support/plugin/wordpress-popular-posts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordpress-popular-posts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordpress-popular-posts/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Hector Cabrera](https://wordpress.org/support/users/hcabrera/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/views-count-disappears/#post-4037574)
 * Status: not resolved