Forums
-
- Forum
- Posts
-
- Installation
- 28,363
- Troubleshooting
- 62,094
- Themes
- 10,373
- Plugins
- 15,302
- Requests & Feedback
- 14,875
- Showcase
- 3,252
-
You could use the bb_is_user_logged_in()
function like this:
<?php if ( bb_is_user_logged_in() ) { ?>
<div id="hottags">
<h2><?php _e('Hot Tags'); ?></h2>
<p class="frontpageheatmap"><?php bb_tag_heat_map(); ?>
</div>
<?php } ?>
You were very close with your guess as to the function name.
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS