Hi Tom,
I managed to get single counts on my homepage by changing add_filter('the_post', 'detectAgent'); to add_filter('the_content', 'detectAgent');
But this doesn’t do the trick for single pages where I still get double counts.
Any ideas?
Great plugin!
A few questions:
* How can I get permalinks to keep working? right now a Google search result pointing to a permalink will show the index page – e.g. http://fiskerstudio.com/wordpress/2009/07/interview-guy-sargent/
* How can I get certain plugins to reload when a post/page is loaded via AjaxPageLoader – e.g. FlickrTips which shows image on rollover the link pointing to that image. It only shows on index apge right now.
Thanks!