Property search
Please note that there’s also documentation and copy/paste links to easily copy shortcodes within the plugin itself, at Rent Fetch > Settings > Property Settings > Property Shortcodes.
The property templates (both the results and the map) are fully customizable if you’re a developer. Here’s how to replace those.

[rentfetch_propertysearch] shortcode displays a comprehensive property search interface that includes filters, results, and an interactive map.Usage
[rentfetch_propertysearch propertyids="123,456,789"]
Parameters
- propertyids (optional): Comma-separated list of specific property IDs to limit the search to. If not specified, all properties will be searchable.
Description
This shortcode creates a full property search experience with:
- Featured Filters: Quick access filters for common search criteria (beds, baths, price range, etc.)
- Advanced Filters Dialog: A modal dialog with additional filter options
- Search Results: A list of properties matching the current filters
- Interactive Map: A map displaying property locations with markers
The search interface uses AJAX for real-time filtering and updates both the results list and map simultaneously.
Example
[rentfetch_propertysearch]
This will display the full search interface for all properties on your site.
[rentfetch_propertysearch propertyids="p001,p002,p003"]
This will limit the search to only properties with IDs p001, p002, and p003. (NOTE: This uses the property ids either given to you by your API, or the ones you manually set as your property ID. These are NOT WordPress’ ID scheme.