Havenlytics – WP Real Estate & Property Listings Directory

Description

Havenlytics is a powerful real estate and property listing plugin for WordPress that helps you showcase properties with beautiful grid and list views. With advanced filtering, sorting, and display options, it’s perfect for real estate agencies, property managers, and individual agents.

We’re actively improving Havenlytics with weekly updates. Got an idea, feature request, or found a bug?
👉 Fill out our quick feedback form — we’d love to hear from you!
💬 Or email us directly: info@havenlytics.com

Development & Roadmap

🚀 Havenlytics is currently in active beta and rapidly evolving!
We are releasing weekly updates with new features, enhancements, and performance improvements to make this the most advanced real estate plugin for WordPress.

Our goal is to build a large-scale, powerful solution for real estate agencies, property managers, and individual agents. We’re listening to our users and prioritizing features based on your feedback.

📌 Upcoming features may include:
– Saved listings for users
– Advanced map search
– Agent profile pages
– CRM-style lead tracking
– Property comparison tool
– REST API support
– Frontend submission forms
– Multilingual and RTL support

Key Features

  • Display properties in grid or list view
  • Advanced filtering by price, bedrooms, bathrooms, status, and type
  • Customizable display options (show/hide elements)
  • Responsive design that works on all devices
  • Pagination support
  • Multiple shortcode options for maximum flexibility
  • Custom templates for complete design control

Shortcodes

Automatically Created Pages

The following pages will be automatically created upon plugin activation (if not already present):

  • Grid Property
  • Grid Property
  • Mortgage Calculator

Grid View

Display properties in a responsive grid layout:

[havenlytics_grid]

List View

Display properties in a vertical list layout:

[havenlytics_list]

Shortcode Attributes

Both shortcodes support the following attributes:

  • posts_per_page (number) – Number of properties to show per page (default: 3)
  • orderby (string) – Sort by: ‘date’, ‘title’, ‘price’, or ‘rand’ (default: ‘date’)
  • order (string) – Sort order: ‘ASC’ or ‘DESC’ (default: ‘DESC’)
  • category (string) – Comma-separated category slugs to filter by
  • status (string) – Comma-separated status values (for_sale, for_rent, etc.)
  • type (string) – Comma-separated property types (single_family, condo, etc.)
  • min_price (number) – Minimum price filter
  • max_price (number) – Maximum price filter
  • bedrooms (number) – Minimum bedrooms filter
  • bathrooms (number) – Minimum bathrooms filter
  • featured (string) – Show only featured properties: ‘yes’ or ‘no’
  • excerpt_length (number) – Number of words in excerpt (default: 20 for grid, 30 for list)
  • show_price (string) – Show price: ‘yes’ or ‘no’ (default: ‘yes’)
  • show_beds (string) – Show bedrooms: ‘yes’ or ‘no’ (default: ‘yes’)
  • show_baths (string) – Show bathrooms: ‘yes’ or ‘no’ (default: ‘yes’)
  • show_sqft (string) – Show square footage: ‘yes’ or ‘no’ (default: ‘yes’)
  • show_excerpt (string) – Show excerpt: ‘yes’ or ‘no’ (default: ‘yes’)
  • show_location (string) – Show location: ‘yes’ or ‘no’ (default: ‘yes’)

Usage Examples

Basic Grid

[havenlytics_grid posts_per_page="6"]

Filtered List

[havenlytics_list 
   posts_per_page="4"
   status="for_sale"
   type="single_family,condo"
   min_price="200000"
   max_price="500000"
   bedrooms="2"
   show_sqft="no"
]

Sorted by Price

[havenlytics_grid orderby="price" order="ASC"]

Minimal Display

[havenlytics_list show_excerpt="no" show_baths="no"]<h3>License</h3>GNU General Public License v2 or later<h3>Support</h3>

💬 We welcome your feedback to make Havenlytics better.
Send your ideas or suggestions to info@havenlytics.com.

Need help or have questions?

We’re here to help you get the most out of Havenlytics. For customization, feature requests, or bug reports, feel free to reach out via email or open a ticket on GitHub.

Screenshots

  • Property Grid View
  • Property List View
  • Single Property – Gallery Carousel
  • Single Property – Popup Video
  • Single Property – Gallery Popup
  • Single Property – Leaflet Map
  • Single Property – Features List
  • Havenlytics – Smart Mortgage & Property Loan Calculator

Installation

  1. Upload the plugin files to the /wp-content/plugins/havenlytics directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Use the shortcodes to display properties on your pages

FAQ

How do I change the layout?

Use either the [havenlytics_grid] or [havenlytics_list] shortcode depending on your preferred layout.

Can I customize the design?

Yes! You can override the templates by placing files in your theme’s havenlytics/templates/ directory.

How do I filter properties?

Use the various filter attributes like status, type, min_price, etc. in the shortcode.

How can I send feedback or request features?

You can fill out our quick feedback form or email us at info@havenlytics.com.

Reviews

July 29, 2025
Really easy to use and the properties show up in a really nice professional looking grid. I can really recommend the plugin!
July 3, 2025
Havenlytics – Real Estate & Property Listings is a clean, easy to use plugin that makes managing and showcasing properties simple and professional. My client loved the design and simplicity right away, I’ll definitely be using this plugin again in future WordPress projects.
Read all 3 reviews

Contributors & Developers

“Havenlytics – WP Real Estate & Property Listings Directory” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.0.13 (2025-08-12)

  • Fix: Editor font issue in backend.

1.0.12 (2025-08-02)

  • Fix: Pagination now works correctly on the homepage by handling both ‘paged’ and ‘page’ query vars.

1.0.11 (2025-07-28)

  • Fix: Minor code issues.
  • Enhancement: Added helper method to format property price with thousands separator and decimal point for better readability.

1.0.10 (2025-07-27)

  • Fix: Minor bug in Owl Carousel JS.

1.0.9 (2025-07-27)

  • Added new frontend chart widget to track daily and weekly property views
  • Added dynamic canvas rendering using Chart.js
  • Improved i18n with proper use of esc_html__() and text domain havenlytics
  • Minor UI style enhancements using CSS variables
  • Ensured WP coding standards with output escaping for JSON/HTML

1.0.8 (2025-07-26)

  • Added property view counter to track how many users viewed a property
  • Automatically create required pages on plugin activation
  • Introduced mortgage calculator feature

1.0.7 (2025-07-23)

  • Fixed responsive UI issues across various sections for better mobile experience.
  • Organized modal templates into a separate folder for better code structure and maintainability.
  • Added ABSPATH check to all standalone PHP files to enhance plugin security.
  • Implemented featured property filter support within the property shortcode.

1.0.6 (2025-07-22)

  • Introduced dynamic rendering of featured properties in the single property widget carousel.
  • Added option to enable or disable “Featured Property” for individual listings via the property edit screen.
  • Pagination dots for the carousel now generate automatically based on the number of featured properties.

1.0.5 (2025-07-13)

  • Added feedback form link in plugin readme
  • Improved documentation structure
  • Small performance and security tweaks
  • Added preview support for uploaded PDF and image fields in admin metabox
  • Integrated iframe rendering for brochure, EPC, virtual tour, and Google Map in frontend popups
  • Conditionally rendered amenity popup triggers based on custom field values
  • Automatically populated Contact Form 7 shortcodes into select dropdowns for metabox fields
  • Added custom popup modals to the property single page for the following amenities:
    • Book Property
    • Floorplan
    • Virtual Tour
    • View Brochure
    • View EPC
    • Map
    • Request Callback
    • Arrange Viewing

1.0.4

  • Implemented UI/UX improvements for a more refined user experience.

1.0.3

  • Implemented UI/UX improvements using Bootstrap framework.
  • Improved frontend responsiveness across devices.
  • Optimized layout structure for better accessibility and readability.
  • Refactored frontend templates for cleaner HTML output.
  • Minor CSS enhancements and bug fixes.

1.0.2

  • Initial release of Havenlytics plugin
  • Grid and list view shortcodes
  • Advanced filtering and sorting options
  • Customizable display settings

1.0.1

  • Initial release of Havenlytics plugin
  • Grid and list view shortcodes
  • Advanced filtering and sorting options
  • Customizable display settings

1.0.0

  • Initial release of Havenlytics plugin
  • Grid and list view shortcodes
  • Advanced filtering and sorting options
  • Customizable display settings