Title: Post view
Last modified: August 19, 2016

---

# Post view

 *  [blogbennett](https://wordpress.org/support/users/blogbennett/)
 * (@blogbennett)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/post-view/)
 * 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.

Viewing 1 replies (of 1 total)

 *  [MichaelH](https://wordpress.org/support/users/michaelh/)
 * (@michaelh)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/post-view/#post-864175)
 * A plugin such as [WP-Postviews](http://wordpress.org/extend/plugins/wp-postviews/)
   provides this capability. According to the [WP-Postviews documentation](http://lesterchan.net/wordpress/readme/wp-postviews.html)
   you would use the this code in your [loop](http://codex.wordpress.org/The_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](http://codex.wordpress.org/Editing_Files) [Stepping Into Template Tags](http://codex.wordpress.org/Stepping_Into_Template_Tags)
   [Template Hierarchy](http://codex.wordpress.org/Template_Hierarchy)

Viewing 1 replies (of 1 total)

The topic ‘Post view’ is closed to new replies.

## Tags

 * [post](https://wordpress.org/support/topic-tag/post/)
 * [post view](https://wordpress.org/support/topic-tag/post-view/)
 * [tag](https://wordpress.org/support/topic-tag/tag/)
 * [template tag](https://wordpress.org/support/topic-tag/template-tag/)

 * 1 reply
 * 2 participants
 * Last reply from: [MichaelH](https://wordpress.org/support/users/michaelh/)
 * Last activity: [17 years, 8 months ago](https://wordpress.org/support/topic/post-view/#post-864175)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
