Radu Serbanescu
Member
Posted 6 months ago #
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/
Kerfred
Member
Posted 4 months ago #
Same problem. I think that it is because Firefox is preloading the next post when it founds "link rel='next'".
Radu Serbanescu
Member
Posted 4 months ago #
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 );