Wordpress plugin - statistic

Status
Not open for further replies.
8 comments
Thanks, Im looking for it before I post topic here but I dint found it.

edit:// WP-PostViews not working for me at WP 3.0.1 :'(
 
I think it's irrelevant about the themes, are you following the Usage steps:

  1. Open wp-content/themes/<YOUR THEME NAME>/index.php You may place it in archive.php, single.php, post.php or page.php also.
  2. Find:
    <?php while (have_posts()) : the_post(); ?>​
  3. Add Anywhere Below It:
    <?php if(function_exists('the_views')) { the_views(); } ?>​
  4. Go to 'WP-Admin -> Settings -> PostViews' to configure the plugin.
 
Status
Not open for further replies.
Back
Top