Forums
-
- Forum
- Posts
-
- Installation
- 28,499
- Troubleshooting
- 62,634
- Themes
- 10,431
- Plugins
- 15,360
- Requests & Feedback
- 14,972
- Showcase
- 3,257
-
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