• I have two clients asking if I can add a page specific hit counter. So if someone hits page two of a site it counts that hit only. Any suggestions?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter isay81

    (@isay81)

    When I go to index.php I do not see what it is telling me to find.

    The site is devryfindmyhouse.com

    INTALLATION INSTRUCTIONS:

    Open wp-content/themes/<YOUR THEME NAME>/index.php
    You may place it in archive.php, single.php, post.php or page.php also.
    Find: <?php while (have_posts()) : the_post(); ?>

    Add Anywhere Below It (The Place You Want The Views To Show): <?php if(function_exists(‘the_views’)) { the_views(); } ?>

    Any help you can give me would be really appreciated

    Thread Starter isay81

    (@isay81)

    I think I found an easier plug in called number of views.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘page hit counter’ is closed to new replies.