Forums
-
- Forum
- Posts
-
- Installation
- 28,536
- Troubleshooting
- 62,801
- Themes
- 10,444
- Plugins
- 15,389
- Requests & Feedback
- 14,986
- Showcase
- 3,258
-
What I did on my own install was open up the front-page.php and place it over the tag code. My code looks like the following:
<div id="hottags">
<?php search_form( $q ); ?>
<h2><?php _e('Hot Tags'); ?></h2>
<p class="frontpageheatmap"><?php tag_heat_map(); ?></p>
</div>
Hope this helps,
-drmike