Forums
-
- Forum
- Posts
-
- Installation
- 28,419
- Troubleshooting
- 62,486
- Themes
- 10,419
- Plugins
- 15,336
- Requests & Feedback
- 14,959
- Showcase
- 3,256
-
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.