I use popular posts plugin to display the view count after the title of each post of my wordpress blog and it mostly works fine. I do it as in this way after the title of the post. <div class="post-author"><?php _te('By '); the_author();?> <?print(" ------ ");?><?php echo popular_posts_views(); ?> <?print("views");?> </div> But for some posts, one out of four, it shows ' Array views' instead of the view count. for example, look at this post - www.turnbacktogod.com/book-our-hearts-at-sunday-mass Someone please help me on this. I asked many. Digitalpoint is my last resort. Georgy N Joseph
Hi, Georgy, Please try disabling WP Total Cache plugin.If this solves your problem, than it's better using DB Cache reloaded Try google about this plugin to check how many bugs this fixes. But first of all, disable all your cache plugins at all and try without caching is the problem still there. Regards: Nick