Incrementing by two
-
Just installed this onto my development install of bbPress. It works great, except the view count seems to be incrementing by two on each page load.
I’ve temporarily resolved it by just having the $count variable before output:
`//Halve the count for output
$count = $count / 2;`https://www.ads-software.com/plugins/bbpress-simple-view-counts/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Incrementing by two’ is closed to new replies.