Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Kevin Behrens

    (@kevinb)

    First, that content will need to be private or Reader-restricted.

    Second, add this to wp-config.php, above the “stop editing” line:
    define( 'SCOPER_ANON_METAGROUP', true );

    Third, assign desired Reader roles to the group [WP Anon]

    Thread Starter uamv

    (@uamv)

    Added to wp-config.php and Role Scoper now displays the group [Anonymous] rather than [WP Anon]. Tried Reader-restricting the page to the [Anonymous] Role, but it is only allowing admin access. i’m currently on WP 3.4.1.

    i have redesigned to keep the content out of the way of users, but would like to figure this out for any future implementation. Any additional assistance to offer? Thanks!

    Plugin Author Kevin Behrens

    (@kevinb)

    The updated development version (1.3.58-dev) restores Anonymous role application. However, WP has recently added another barrier against displaying non-public content to anonymous readers. I don’t plan to circumvent that, so you will need to use Reader restrictions instead of Private visibility.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Role Scoper] Hide From Users | Show To Public’ is closed to new replies.