Forums

Post view (2 posts)

  1. blogbennett
    Member
    Posted 1 year ago #

    Hi,

    Can someone help me with the template tag that will allow readers to my site to see how many times a post has been viewed.

    thanks.

  2. MichaelH
    moderator
    Posted 1 year ago #

    A plugin such as WP-Postviews provides this capability. According to the WP-Postviews documentation you would use the this code in your loop:

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

    Please remember to support our plugin authors by clicking on their Donate button.

    Resources:
    Editing Files
    Stepping Into Template Tags
    Template Hierarchy

Topic Closed

This topic has been closed to new replies.

About this Topic