Forums
-
- Forum
- Posts
-
- Installation
- 28,549
- Troubleshooting
- 62,941
- Themes
- 10,447
- Plugins
- 15,405
- Requests & Feedback
- 15,031
- Showcase
- 3,257
-
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() ?>