Description
This plugin reads the XML feed generated by Modelo (formerly Netty), published by Septeo, and imports rental and sale properties into WordPress as property posts compatible with the Houzez theme.
Independent community project — not affiliated with, endorsed by, or approved by Septeo.
Key features:
- Recurring import (WP-Cron) or manual trigger (admin dashboard / WP-CLI
wp mnti import). - Create, update and delete properties in sync with the feed (stable identity via
nh_reference_technique). - Gallery sync with SSRF protection, disabled redirects and per-image size limit.
- Field mapping from Netty to Houzez metadata (
fave_*) and to DPE/GES fields expected by[immowp_dpe_ges]. - Run history and detailed logs in the admin dashboard.
No secrets stored in code — the feed URL and schedule are configured in the admin settings after activation.
Source code and contributions: https://github.com/ethersys/Modelo-Netty-Importer
Installation
- Copy the
modelo-netty-importerfolder intowp-content/plugins/. - Activate the plugin in Plugins.
- Configure Import Netty in the admin menu (feed URL, schedule, agent).
FAQ
-
Is the Houzez theme required?
-
The plugin is designed for the Houzez data model (post type
property, meta keysfave_*). Without Houzez (or a compatible post type and meta structure), imports will not target the correct data model. -
Does advanced DPE/GES display work without a third-party plugin?
-
The detailed DPE/GES block requires a plugin providing the
[immowp_dpe_ges]shortcode (e.g. ImmoWP Diagnostic DPE GES). Without it, Houzez energy fields are still synced but the advanced block is disabled.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Ethersys Importer For Modelo Netty” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Ethersys Importer For Modelo Netty” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.1.0
Preparation for WordPress Plugin Directory: rename plugin folder to modelo-netty-importer, add readme.txt, fix Plugin URI, update CI release workflow and all tooling references.
1.0.0
Initial open-source release. XML Modelo/Netty import to Houzez properties (create, update, delete), media sync, logs, cron scheduling, WP-CLI, DPE/GES integration, image security hardening.