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.
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.
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.
Just what I needed
Can you control the width of search_form( $q ); ?
Just copy 'search-form.php' out of bb-templates and upload it to my-templates after editing that file for the size.
Trent
You must log in to post.