Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Hiding objects from registered and unregistered users.

Not tried this but usually with functions you can put in an exclamation mark in to what you had for not logged in.

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

show to those not logged in

<?php } ?>

Sorry if that’s obvious and you’ve already tried it.

Skip to toolbar