• i have installated the Plugin:wp-postviews, but i dont know how to show the post’s views which is under the tittle(like this :posted on YYYYMMDD by AUTHOR 456 VIEWS) on my site. who can help me? another:i am a chinese student and want to gat some foreign friends, my website:stocks notebook炒股日记

Viewing 2 replies - 1 through 2 (of 2 total)
  • From the plugin developer:

    1. Open wp-content/plugins Folder
    2. Put: Folder: wp-postviews
    3. Activate WP-PostViews Plugin
    4. Go to WP-Admin -> Settings -> PostViews to configure the plugin.

    Usage

    1. Open wp-content/themes/<YOUR THEME NAME>/index.php
    2. You may place it in archive.php, single.php, post.php or page.php also.
    3. Find: <?php while (have_posts()) : the_post(); ?>
    4. Add Anywhere Below It (The Place You Want The Views To Show): <?php if(function_exists(‘the_views’)) { the_views(); } ?>

    Hi there, if you still need any help with this, could you please post in the WP-PostViews forum, where the developer is more likely to see it. Thanks.

    http://wordpress.org/support/plugin/wp-postviews

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add a postviews tag under the post tittle’ is closed to new replies.