Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How to create a message for non-logged in users


chrishajer
Participant

@chrishajer

Use <?php if ( !bb_is_user_logged_in() ) : ?> then if that comes back true (they’re not logged in) display your message.

Examples of this can be found in the front-page.php template file.

Skip to toolbar