Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Make access members/groups sections members-only

The important bit of logic there is the line if(!is_user_logged_in()… basically saying… if the user is not logged in… do this (i.e. direct to homepage). Could you not simply redirect somewhere else? Better yet… could you not simply hardcode your navigation and wrap some of your navigation with this if statement so they don’t even see the links to groups, etc.. Just thinking out loud here.

Skip to toolbar