• Resolved ShaneFTW

    (@shaneftw)


    I am using the Membership Plugin and we have created approx. 125 pages so far. I am currently creating negative rules for guest users (non-members) and I am only able to see the 50 most recently created pages to add to the blocked list.

    Is there any way I can see more pages to block for guest users? Or can I go and update the pages I need to be blocked and they will show up in the 50 available pages to apply the rule to?

    Also, is there a short-code to login?

    http://ww.wp.xz.cn/plugins/membership/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Mike

    (@michael-copestake)

    Hi @shaneftw

    This is possible but it requires a small addition to your wp-config.php file.

    If you add this you can increase the number of pages shown:
    define( 'MEMBERSHIP_PAGE_COUNT', 50);

    Same for posts:
    define( 'MEMBERSHIP_POST_COUNT', 25);

    Although it might be better to do this in reverse. For example if you wanted to block members of the public from seeing 100 of the pages. It would be better to ALLOW them to see the other 25 and visa versa.

    Hope this helps.

    Thread Starter ShaneFTW

    (@shaneftw)

    Thank you Mike!! That was exactly what I needed!

    I appreciate your time & support!

    -Shane

    Mike

    (@michael-copestake)

    That’s great, I’m glad we could help 🙂

    I’d appreciate it if you could mark this as resolved 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Negative Rules – Block Pages’ is closed to new replies.