Anyone Know of plugin that will allow me to create a list of my most popular posts in the sidebar? I'm having a bit of trouble locating one although I know they exist. Thanks for your help.
Anyone Know of plugin that will allow me to create a list of my most popular posts in the sidebar? I'm having a bit of trouble locating one although I know they exist. Thanks for your help.
Yes, one single line is required to fix the
http://www.aufzynden.de/post-readers-wp-plugin/
plugin. Donwload it, then edit it, and look, around line 23 for
get_currentuserinfo();
if ($user_level > 8)
remove them and istead put
if ( current_user_can('level_9') )
Then it works great !
This topic has been closed to new replies.