Forums
-
- Forum
- Posts
-
- Installation
- 28,442
- Troubleshooting
- 62,529
- Themes
- 10,431
- Plugins
- 15,343
- Requests & Feedback
- 14,964
- Showcase
- 3,256
-
Hey vanesta,
Try this:
<?php if ( bb_is_user_logged_in() ) : ?>
<div class="message">LOGGED IN MESSAGE</div>
<?php else: ?>
<div class="message">NOT LOGGED IN MESSAGE</div>
<?php endif; ?>