Plug-in that can show number of views like ....
News : ManUtd vs. Liverpool 99 views
I'm starter.
Thanks for your help.
Plug-in that can show number of views like ....
News : ManUtd vs. Liverpool 99 views
I'm starter.
Thanks for your help.
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.
The plugin is wp-post-views
http://wordpress.org/extend/plugins/wp-postviews
This topic has been closed to new replies.