Viewing 3 replies - 1 through 3 (of 3 total)
  • you mean from hide the navbar from not logged in users?

    in that case this might help you

    go to your file where you can find your nav and make some conditional statement like this..

    <?php if ( is_user_logged_in() ) : ?>
    <nav>
    <some tags>
    </some tags>
    </nav>
    <?php endif; ?>

    thanks.

    Thread Starter Georgio

    (@georgio-1)

    Thanks for your response.
    Yes I want to hide it from not logged in users but I dont understand a word of what you say ??
    I understand only a language like this: this is the code and you put it in that file. Sorry I am a newbie.

    well in that case, i cant help you more than that.. that is a php code and some html tags.. just try to use that when you know how to code. ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hide menubar from unregistered users’ is closed to new replies.