That plugin page you listed describes template tags (functions) that you can use.
I know but its not work for me, can you tell me what function i need to write? I want that the popular posts will show in the sidebar and count by views
Ty
What have you tried that does not work?
I’ve tagged this thread so the plugin author might review.
Also see http://wordpress.org/extend/plugins/tags/popular
I dont know how to make this function work without widget
Consider downloading and installing Otto’s PHP Code Widget, then something like this code in one of those widgets:
<?php if (function_exists('wpp_get_mostpopular')) wpp_get_mostpopular(); ?>
Its help me in another problem.. ty
and this function dont work its show number
Well maybe the author will respond with a solution
nvm.. but tnx anyway this Otto’s PHP Code Widget plugin help me a lot 🙂