• 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/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Same problem. I think that it is because Firefox is preloading the next post when it founds “link rel=’next'”.

    Thread Starter Radu Serbanescu

    (@ybres)

    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.