Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How to hide a page when user is logged in?


techguy
Participant

@crashutah

Modify header.php in your theme. I think it’s wp_list_pages or something like that which lists the pages. Use is_user_logged_in() for the if statement to choose when to display the pages.

Skip to toolbar