Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Hide the main navigation from non-logged in users?????

if (is_user_logged_in()) {
// Do stuff
} else {
// Do other stuff
}

Skip to toolbar