Forums
-
- Forum
- Posts
-
- Installation
- 28,421
- Troubleshooting
- 62,412
- Themes
- 10,409
- Plugins
- 15,331
- Requests & Feedback
- 14,958
- Showcase
- 3,254
-
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.