Forums

What kind of plugin I need to do like this ? (3 posts)

  1. gapbodbz
    Member
    Posted 3 years ago #

    Plug-in that can show number of views like ....

    News : ManUtd vs. Liverpool
    99 views

    I'm starter.
    Thanks for your help.

  2. kennethwatt
    Member
    Posted 3 years ago #

    wp-post-views I think.

    Then you just need to put in a bit of PHP to show the views.
    Which is:
    <?php if(function_exists('the_views')) { the_views(); } ?>

    You need to have it in the loop to work.

  3. kennethwatt
    Member
    Posted 3 years ago #

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.