Nice and simple!
-
I used this plugin to track visits to a page after my client sent out a promotional flyer. It was a nice alternative to signing up for a more complicated tracking app, like Google Analytics, since my client was only interested in the page count.
I only have two small complaints. First, it would be nice if there was a simple option for disabling the page count display on the front end. As a quick fix, I wrapped the shortcode in a class, and then set the class to display:hidden in my css.
Also, while this plugin ran really well on my personal site (which I used for testing), I ran into a problem when I installed it on my client’s site. I was getting the following error on all my pages:
“Cannot modify header information – headers already sent…”
I fixed the problem by deleting some of the trailing white spaces and the unnecessary close/open php tags in the middle of the wp-KOFTHitscounter.php file.
Hope that helps!
The topic ‘Nice and simple!’ is closed to new replies.