Title: BUG: Wrong incrementation in Firefox
Last modified: August 20, 2016

---

# BUG: Wrong incrementation in Firefox

 *  [Radu Serbanescu](https://wordpress.org/support/users/ybres/)
 * (@ybres)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/bug-wrong-incrementation-in-firefox/)
 * This behavior was seen only in Firefox 16 (I mention that I tried it in Private
   Mode too, so no possible cookie or cache problems)
 * What toggles behavior: If you view a post that doesn’t have “views” meta added
   yet (an un-viewed post, created before the plugin installation)
 * After that, when you view any post it also increments the views of the next newer
   post.
 * [http://wordpress.org/extend/plugins/wp-postviews/](http://wordpress.org/extend/plugins/wp-postviews/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Kerfred](https://wordpress.org/support/users/kerfred/)
 * (@kerfred)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/bug-wrong-incrementation-in-firefox/#post-3212210)
 * Same problem. I think that it is because Firefox is preloading the next post 
   when it founds “link rel=’next'”.
 *  Thread Starter [Radu Serbanescu](https://wordpress.org/support/users/ybres/)
 * (@ybres)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/bug-wrong-incrementation-in-firefox/#post-3212213)
 * Indeed, Firefox preloads the next post when it finds “link rel=’next'”.
    I am
   currently using a different plugin, but the problem might be solved if you remove
   the “next” and “previous” links using this in your functions.php:
 * remove_action( ‘wp_head’, ‘adjacent_posts_rel_link_wp_head’, 10, 0 );

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘BUG: Wrong incrementation in Firefox’ is closed to new replies.

 * ![](https://ps.w.org/wp-postviews/assets/icon.svg?rev=978002)
 * [WP-PostViews](https://wordpress.org/plugins/wp-postviews/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-postviews/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-postviews/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-postviews/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-postviews/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-postviews/reviews/)

## Tags

 * [Firefox](https://wordpress.org/support/topic-tag/firefox/)
 * [increment](https://wordpress.org/support/topic-tag/increment/)
 * [wrong](https://wordpress.org/support/topic-tag/wrong/)

 * 2 replies
 * 2 participants
 * Last reply from: [Radu Serbanescu](https://wordpress.org/support/users/ybres/)
 * Last activity: [13 years, 4 months ago](https://wordpress.org/support/topic/bug-wrong-incrementation-in-firefox/#post-3212213)
 * Status: not resolved