Forums
-
- Forum
- Posts
-
- Installation
- 28,552
- Troubleshooting
- 62,891
- Themes
- 10,444
- Plugins
- 15,399
- Requests & Feedback
- 14,995
- Showcase
- 3,259
-
Nevermind. I figured it out. All I needed to do was create this:
<?php if ( !bb_is_user_logged_in() ) : ?>
ENTER CODE TO HIDE FROM REGISTERED USERS
<?php endif; ?>
A simple not was all it took.