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.
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.
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
This topic has been closed to new replies.