Is it possible in wordpress,by editing theme functions.php, to stop user access for all pages except Home, about-us, contact-us until a user is logged in to the system? All buddypress and wordpress page and posts redirects user to a login page?
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
You could try the Members plugin to restrict access to certain pages, very handy. In the menu section you can check if user is logged in, and show extra menu items if logged in by adding code similar to this in your template
|
|||
|
|