i need to display under every article in the main page, the respective number of post views. I tried with a plugin called wp.postviews but I cant figure out how it's works...it allow only the widget component.

What I have to do to get the postviews? I think I have to use the plugin above and add some extra php code on the index.php

Thanks for help

link|improve this question

1  
@Ambitious Amoeba pleeeeeeeeease and again - as answer :) We have enough newbs to educate to not use answers as comments, we don't need experts using comments as answers on top ;) – Rarst Jan 11 '11 at 21:30
you're right, sorry – One Trick Pony Jan 11 '11 at 22:12
feedback

1 Answer

up vote 4 down vote accepted
if(function_exists('the_views')) the_views();
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.