Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: show search form or link to search.php on home page

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

Skip to toolbar