Forums
-
- Forum
- Posts
-
- Installation
- 28,499
- Troubleshooting
- 62,654
- Themes
- 10,431
- Plugins
- 15,360
- Requests & Feedback
- 14,972
- Showcase
- 3,256
-
Hi, dan90036
Try this:
<?php if ( bb_is_user_logged_in() ) : ?>
HTML content for registred user
<?php else : ?>
HTML content for unregistred user
<?php endif; // bb_is_user_logged_in() ?>