how to use wordpress “Post Views Count” plugin?

http://wordpress.org/extend/plugins/baw-post-views-count/screenshots/

i’m installed and active “Post Views Count” plugin but when i’m use shortcode [post_view] like this, it’s doesn’t woek….

Read More
    <li><em>[most_view]</em></li>

OR:

    <li><em><?php [most_view] ?></em></li>

Related posts

Leave a Reply

3 comments

  1. [most_view] is short code and must place in post content if you want to put post counts in your template use this:

    <?php bawpvc_views_sc(); ?>
    
  2. Did you activate the plugin?

    [most_view] must be placed in a post or page via the text-editor of the admin. Looks like you are making a template?