Forums Forums Search & Filter Pro Sidebar location for search

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

    How do I add this menu to the sidebar of a template instead of in the main navigation as a page?

    Trevor
    #209811

    Your theme should have a sidebar in Appearance -> Widgets where you can add our form widget. If not, you would have to edit the template to add PHP into the sidebar, like this:

    <?php echo do_shortcode('[searchandfilter id="1"]'); ?>

    Where ‘1’ is the ID of your form (so you need to change that bit).

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