Viewing 2 replies - 1 through 2 (of 2 total)
  • On the post or page file (or in your case “singles.php”) just decide were you’d like the view-counter to show up in your layout and add

    <?php if(function_exists('the_views')) { the_views(); } ?>

    to the template. (Either at the top by the title or after the regular content on the bottom are usually good places.)
    And if you ever change your theme in the future, be sure to revise those new template pages, too.

    it would be much better if we could place it where ever we wanted in the post with a shortcode ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘PostView 1.6.2 Wont display on single post.’ is closed to new replies.