Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Hiding objects from registered and unregistered users.


thrift
Participant

@thrift

Thank you!

I’m still a little new at this so I appreciate the help with what was more then likely a very simple question. It worked after I modified it a little.

<?php if ( !bb_is_user_logged_in() ) : ?>

show to those not logged in

<?php endif; ?>

Skip to toolbar