Documentation¶
Real estate for agencies, agents or portals based on WordPress. It provides advanced set of features to create small websites or advanced real estate portals.
It was designed to offer maximum flexibility and scalability as possible. Everything is built by WordPress way which makes it quite extensible. You don’t have to touch the code to implement your customizations anymore.
Installation video https://www.youtube.com/watch?v=J6RArzWyC-Q
Key Features¶
- Defined property, agency and agent custom post types with custom fields
- Custom property taxonomies for better organization
- Front end property submission
- Wire transfers
- Lot of price formatting options
- Measurement options
- Monetization possibilities
- Advanced filtering and related widgets
- Agent profile on front end
- Google Maps integration
- Custom fields via https://wordpress.org/plugins/cmb2/
- REST API via https://wordpress.org/plugins/json-rest-api/
- All settings defined via customization API
- Custom property, agent and agency admin columns
- Lightweight without any unnecessary libraries
User Guide¶
In this section is described how to make basic configurations. It is primary focused for non developers to make a picture about the system.
Developer Guide¶
If you are developer and you want to extend the system here. You can find hints how to change the system without touching the plugin’s code.
API¶
Here you can find list of all actions and filters implemented. Please make sure that you are familiar with https://codex.wordpress.org/Function_Reference/add_filter and https://codex.wordpress.org/Function_Reference/add_action functions.