Forums

Favourite Posts/Most Popular Plugin? (2 posts)

  1. bylto
    Member
    Posted 5 years ago #

    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.

  2. baruchel
    Member
    Posted 5 years ago #

    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 !

Topic Closed

This topic has been closed to new replies.

About this Topic