Hello, In the WordPress aMember plugin I have the option "Protect whole blog" enabled. For signup I am making an options page which should redirect to the correct signup form. How can I unprotect this WordPress page so that it can be accessed during the signup process? I thought it should be as easy as using the short code to exclude the page from being protected but it is not working. No matter what I am redirected to the login form. Thanks
If you set amember to protect the whole blog, then I dont think the exclusion will work- especially with shortcodes. David
In Plugin settings choose "Redirect to a page" as action for Guests and select page which you created for signup. This way user will be redirect to that page and that page won;t be protected.