Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author shazdeh

    (@shazdeh)

    You could use a condition like this:
    ! is_user_logged_in()

    Thread Starter curlyrip

    (@curlyrip)

    Thanks Shazdeh

    This plugin causes my whole site content to disappear and just leaves the black footer bar at the top of the page.

    Nofyah

    Plugin Author shazdeh

    (@shazdeh)

    Hi,
    what’s the text of the logic you’re using? I mean, what do you enter in the visibility box for the menu item?

    ! is_user_logged_out()

    I have menu items I want to hide from logged out users.

    Plugin Author shazdeh

    (@shazdeh)

    The problem is that is_user_logged_out function does not exists, so it’s throwing error and killing the page render process. To show the menu only to logged in users, try this logic:
    is_user_logged_in()

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: Menu Item Visibility Control] Logged Out menu’ is closed to new replies.