Forums
-
- Forum
- Posts
-
- Installation
- 28,539
- Troubleshooting
- 62,777
- Themes
- 10,444
- Plugins
- 15,384
- Requests & Feedback
- 14,986
- Showcase
- 3,257
-
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.