Forums Forums Search & Filter Pro Add widget to page

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Anonymous
    #187290

    I canot find any documentation how to add a widget to a page or to a post. I can see the search widget in appearance/widgets. I design a new page – i use themenectar. I add a blog display widget and a page sode bar. How do i add the search widget to the page side bar?

    Trevor
    #187330

    Are you editing the page template PHP file, or using a content page builder?

    If using a content page builder, you can use the shortcode for the form, like this (the number will be different for your form):

    [searchandfilter id="1"]

    In the php template file, something like this:

    <?php echo do_shortcode(‘[searchandfilter id=”1″]’); ?>

    This is covered in our documentation here:

    https://searchandfilter.com/documentation/getting-started/display-search-form/

Viewing 2 posts - 1 through 2 (of 2 total)