Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Mikko Saari

    (@msaari)

    Just use any default WP search box or widget, Relevanssi doesn’t have a separate search box. If you want a search form on a page, you can use this:

    add_shortcode( 'searchform', 'rlv_searchform' );
    function rlv_searchform() {
        return get_search_form( false );
    }

    Add this code to your theme functions.php, then you can use [searchform] to add a search form anywhere where shortcodes can be used.

    tauheedissa

    (@tauheedissa)

    Can i search into excell file and display result in a column?

    Plugin Author Mikko Saari

    (@msaari)

    No, Relevanssi can’t see inside documents.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘How do I display the search box?’ is closed to new replies.