The FWRE Search Module places a standalone property search form anywhere on your site using the shortcode [fwre_mod_search]. Visitors can filter properties by location, type, price, and more before ever reaching the listings page. When the form is submitted, it redirects to the page containing [fwre_list].
Place the shortcode in any page, post, or widget area:
[fwre_mod_search]
All parameters are optional. Combine them as needed:
[fwre_mod_search layout="minimal" location_fields="combined" price_controls="sliders"]
| Attribute | Type | Default | Description |
|---|---|---|---|
class |
Text | — | CSS class appended to the search form wrapper for custom styling. |
theme |
Text | — | Design theme applied to the module output. |
layout |
Text | default |
Search form layout. Accepts default or minimal. |
location_fields |
Text | all |
Controls location field display. Accepts separately (country, region, and city dropdowns), combined (single input), or none (hide location fields). |
display_fields |
Text (comma-separated) | — | Comma-separated list of fields to show. Available values: bedrooms, bathrooms, category, type, price, area, lot_size, amenities, mls, agent, status, id, radius, currency, lease, availability, save_search. |
price_controls |
Text | selects |
Input style for price and area filters. Accepts sliders or selects. |
redirect_page |
Integer | — | ID of the page containing [fwre_list]. The search form submits to this page. If omitted, the default properties page is used. |
background_image |
URL | — | Optional background image URL for the search form container. |


display_fields are also suppressed from the search filter bar on the target listings page when accessed through this form.save_search is included in display_fields.redirect_page is not set, the module falls back to the default properties page configured in the plugin settings.