Forums
-
- Forum
- Posts
-
- Installation
- 28,383
- Troubleshooting
- 62,262
- Themes
- 10,391
- Plugins
- 15,313
- Requests & Feedback
- 14,918
- Showcase
- 3,252
-
Find
<h2><?php _e('Hot Tags'); ?></h2>
<p class="frontpageheatmap"><?php bb_tag_heat_map(); ?></p>
add
<h2>Text</h2>
<p>Text text text</p>
=
<h2><?php _e('Hot Tags'); ?></h2>
<p class="frontpageheatmap"><?php bb_tag_heat_map(); ?></p>
<h2>Text</h2>
<p>Text text text</p>