Forums
-
- Forum
- Posts
-
- Installation
- 28,444
- Troubleshooting
- 62,537
- Themes
- 10,431
- Plugins
- 15,344
- Requests & Feedback
- 14,964
- Showcase
- 3,256
-
Edit a themes front-page.php.
Replace
<h2><?php _e('Hot Tags'); ?></h2>
<p class="frontpageheatmap"><?php bb_tag_heat_map(); ?></p>
with…
<h2><?php _e('Some Text'); ?></h2>
<p>Text text text.</p>