BuddyBoss Home – Web Support Forums Themes Boss. theme Hide title bar logged out users

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Question

    #41846
    @marcoart

    Is there a way to hide the title bar menu from logged out users?

    Answers

    #41874

    Alyssa
    Participant
    @alyssa-buddyboss

    @marcoart the easiest way to do this is with the plugin s2member. Users can still access the pages even if you don’t have a menu to them…Google will find them.
    If you absolutely must do this with code copy header.php to your child theme and edit line 83:
    if(!empty($nav)):
    to this:
    if(!empty($nav) && is_user_logged_in() ):

Viewing 2 posts - 1 through 2 (of 2 total)
  • The question ‘Hide title bar logged out users’ is closed to new replies.