Forums

Join
bbPress Support ForumsThemesadd search on front page

Info

Tags

add search on front page

  1. apologies if a readily available answer for this which I've not yet found - how can I get the search text box and button on all pages?

    thanks.

  2. You could put
    <?php search_form( $q ); ?>
    into your header.php

    You can also make a custom search form, and place it in the header.

  3. Just what I needed

  4. Can you control the width of search_form( $q ); ?

  5. Just copy 'search-form.php' out of bb-templates and upload it to my-templates after editing that file for the size.

    Trent

  6. You must log in to post.