Skip to:
Content
Pages
Categories
Search
Top
Bottom

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


ardentfrost
Member

@ardentfrost

Like on my forums? http://www.rayd.org/forums/

If so, I just searched through the code for the search form and found the function “search_form()” so I did this:

<div>

<h2><?php _e('Search'); ?></h2>

<?php search_form(); ?>

</div>

Then you just take “search_form.php” out of your bb-templates folder, drop it in the my-templates folder and change the sizes to whatever you want.

Skip to toolbar