skip to Main Content

When we shipped the first version of Real Estate Manager in 2016, it was a small WordPress plugin that did one thing: let people post property listings without needing a custom-coded theme. Almost ten years later, it runs on more than 3,000 websites across 100+ countries, and it’s still being actively developed.

This is the long version of how it got there, what we focus on, and where we’re heading next.

3,000+

active real estate websites worldwide

2016

first public release on WordPress.org

v12.8.3

current Pro version, April 2026

How it started: a free MVP on WordPress.org (2016)

Back in 2016, building a property site on WordPress meant either paying for an expensive theme that locked you in, or hand-coding custom post types yourself. Neither was great. We wrote Real Estate Manager as a free MVP, published it on WordPress.org, and waited to see if anyone cared.

People did. The first hundred installs came in within a few weeks, and the early feedback shaped almost every decision after that. The drag-and-drop field builder, the front-end submission flow, and the dual map support all came from real users telling us what they actually needed.

The Pro release on CodeCanyon (2017)

By 2017, the free version had outgrown its origins. Users wanted advanced search, monetisation, payment integrations, a proper agent portal, and multilingual support. Some of that fits in a free plugin. Most of it didn’t.

So we released Real Estate Manager Pro on CodeCanyon. Pro brought the things you can’t easily ship for free: dedicated author support, regular updates, premium addons, and the funding that paid for ongoing development. Almost a decade later, that’s still the model — one purchase, lifetime updates, real human support.

Where the plugin is today (2026)

Real Estate Manager Pro is currently on version 12.8.3, released April 2026. It powers:

  • More than 3,000 active websites worldwide
  • Property portals, vacation rental platforms, classifieds sites and commercial real estate directories
  • Sites running Astra, GeneratePress, Hello Elementor, OceanWP, Divi, Total, and our own Landz theme
  • Single-language sites and multilingual portals via WPML and Polylang

The April 2026 release was particularly important. It shipped a full security audit update that fixed CSRF, XSS, IDOR and email-injection issues across every front-end AJAX handler — while preserving every existing user’s workflow. We take backward compatibility seriously, because most of our users are running production websites with paying customers on them.

⚠️ Important: the free version is no longer maintained

The free version of Real Estate Manager on WordPress.org is no longer maintained. We’ve kept it listed so legacy installs keep working, but all new development, security patches, feature work and customer support happen exclusively in the Pro version on CodeCanyon.

If you’re starting a new project, please use Real Estate Manager Pro. If you’re still running the free version, we strongly recommend upgrading — both for the new features and for ongoing security coverage.

What we focus on

A plugin used by 3,000+ live sites can’t chase every trend. Here’s the order we think about things in:

  1. Security first. Every release is audited for OWASP top-10 issues. The April 2026 hardening pass added nonce verification across all front-end AJAX handlers, output escaping in templates, capability checks on admin endpoints, and explicit input sanitisation in place of dangerous PHP patterns like extract().
  2. Backward compatibility. Your shortcodes, hooks, REST routes, option keys and database schema don’t change between versions. You can update without rebuilding pages.
  3. Real-world performance. Listings paginate, search queries are indexed, AJAX endpoints are rate-limited, and every remote API call (geocoding, reCAPTCHA, AI search) goes through WordPress’s official wp_safe_remote_* APIs.
  4. Doing one thing well. Real Estate Manager is a property listing plugin. We don’t try to also be a CRM, an email marketing tool or a page builder. We integrate with the tools that already do those jobs.

Built for the people who actually use it

Over the years we’ve watched this plugin power some surprisingly different businesses:

  • Independent real estate agents running personal portfolio sites
  • Boutique agencies with a few dozen agents managing hundreds of listings
  • Property classifieds operators charging per-listing or per-package
  • Vacation rental managers combining nightly bookings with map search
  • Commercial property directories with custom filters for square footage and zoning
  • Multilingual property portals running on WPML or Polylang in five or six languages at once

The drag-and-drop field builder is the reason it works for all of them. Rename the fields, add the ones you need, and the search filters and listing views adapt automatically.

Active development, real support

The plugin doesn’t sit still. Recent and upcoming work includes:

  • An AI-powered property search that understands natural-language queries like “3-bedroom apartments under 200k near the city centre”
  • A complete security hardening pass shipped in v12.8.3 (April 2026)
  • Native widgets for Elementor, WPBakery Page Builder, Divi and Gutenberg
  • A growing library of premium addons covering payments, lead capture, saved searches and a mobile companion app
  • Public changelog on every release — no surprise breaking changes

Who’s behind the Real Estate Manager

The plugin is built and maintained by WebCodingPlace, a small team that’s been releasing WordPress products on Envato Market since 2014. We’re a long-time Elite Author with a focus on real estate, classifieds, and directory tools.

You’ll find us in the support forum on CodeCanyon, on our website at wp-rem.com, and replying to issues on our public repository. We don’t outsource support — if you write to us about a bug, the person reading your message is usually the same person who can ship the fix.

What’s next

The roadmap for the rest of 2026 includes:

  • Deeper AI-powered search, including image-based property queries
  • A new React-based admin UI replacing the legacy admin pages
  • Block-first templates for the FSE (Full Site Editing) era
  • A refreshed mobile companion app for agents

We ship in public. Every release has a changelog you can read, and we welcome bug reports and feature requests through the CodeCanyon support forum.

Back To Top