Forums

Join
bbPress Support ForumsThemesSearch function

Info

Search function

  1. 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?

  2. Should work with:

    <?php search_form( $q ); ?>

    Trent

  3. Hey.

    That's it. It worked just fine.
    Thanks a lot!

  4. You must log in to post.