Hey.
I would like to insert a Search Function into my theme, but I couldn't find the right code anywhere.
Does anyone know the php-call to insert into my template?
Hey.
I would like to insert a Search Function into my theme, but I couldn't find the right code anywhere.
Does anyone know the php-call to insert into my template?
Should work with:
<?php search_form( $q ); ?>
Trent
Hey.
That's it. It worked just fine.
Thanks a lot!
You must log in to post.