This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Front End Filter Options above Search Bar?

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Front End Filter Options above Search Bar? Reply To: Front End Filter Options above Search Bar?

#24049
Ernest MarcinkoErnest Marcinko
Keymaster

Sure!

You can either use 2 shortocodes, one for the settings box, one for the search bar, and place the settings box above the search, like so:

[wpdreams_asp_settings id=1 element='div']
[wpdreams_ajaxsearchpro id=1]

Or there is a joined shortcode, that can be generated, in this case something like:

[wd_asp elements='settings,search' ratio='100%,100%' id=1]

In both cases, make sure to replace the ‘id’ argument with the search ID you need.