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?
September 19, 2019 at 9:31 am
#24049
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.