• If you hook this plugin into your site using the functions.php file (Genesis, Thesis, etc.) you must ensure that it is applied only under the condition if(is_single()) otherwise, for instance, if the view count is part of author/comments section under your title, it will cause the count to increase every time your blogroll is loaded for every excerpt or post on your home page.

Viewing 1 replies (of 1 total)
  • Hi Jon,

    I’m using a Genesis theme and was wondering where exactly to paste the coding? I’m using the Foodie Child Theme and having a difficult time applying the instructions given to the theme I’m using. I’d like for the post views to appear just below the post title just after the author’s name. Thanks.

    The coding I’ll be adding is listed below:

    |<?php echo_views(get_the_ID()); ?> Total Views

Viewing 1 replies (of 1 total)
  • The topic ‘Be careful about implementing this plugin…’ is closed to new replies.