Skip to:
Content
Pages
Categories
Search
Top
Bottom

Show menu bar only logged in users

  • @susi80

    Participant

    Hello,

    could everybody tell me if there is a possibility to show the menu bar (links: index/members/groups/blogs) only to logged in users?

    Please help me,

    Thank you very much

    Susi

Viewing 2 replies - 1 through 2 (of 2 total)
  • @takeo

    Participant

    Conditionals… i.e.

    <?php if ( is_user_logged_in() ) : ?>
    logged in stuff
    <?php endif; ?>
    <?php if ( !is_user_logged_in() ) : ?>
    logged out stuff
    <?php endif; ?>

    @susi80

    Participant

    Thanks very much, David!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Show menu bar only logged in users’ is closed to new replies.
Skip to toolbar