✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount

SleekView Charts for Realtyna WPL: real estate listing dashboards

SleekView Charts reads the custom wpl_properties table used by Realtyna WPL, groups by kind, listing_type, agent and price band, and renders Number, Pie, Bar and Area charts inside WordPress so brokers see their entire portfolio at once instead of one page at a time.

♾️ Lifetime License available

SleekView Charts dashboard for Realtyna WPL Real Estate

WPL stores listings in its own tables. Chart them.

Realtyna WPL doesn't use the WordPress posts table for its listings. It runs on its own MySQL tables, with wpl_properties as the heart: columns like id, kind (residential, commercial, land), listing_type (sale, rent), user_id (agent), finalized, price, price_si, bedrooms, bathrooms, living_area, lot_area, add_date and mls_id. Companion tables include wpl_users for agents and wpl_items for media.

SleekView reads wpl_properties as a first-class data source. Group by kind for portfolio mix. Group by listing_type to split sales from rentals. Group by user_id for per-agent inventory. Bucket price for price-band distribution. Group by add_date for inventory velocity. Filter by finalized = 1 to focus on live listings.

One Realtyna site we ran SleekView on had 4,820 properties across 18 agents. The default WPL admin showed listings one at a time. The first dashboard we built revealed that 64 percent of listings were concentrated in the 100k-400k price band, two agents owned 41 percent of all inventory, and the rental side had grown 38 percent quarter over quarter while sales had stayed flat. The broker reset commission splits and ad allocation that week.

Workflow

From wpl_properties to charts

1

Point at wpl_properties

Pick the custom wpl_properties table created by Realtyna WPL as the data source. SleekView reads its columns directly (kind, listing_type, user_id, price, bedrooms, bathrooms, finalized, add_date, mls_id) without using wp_posts.
2

Pick the grouping

Group by kind for residential/commercial/land mix, by listing_type for sale vs rent, by user_id for per-agent inventory (joined to wpl_users), by price bucket for portfolio price distribution, or by add_date for velocity.
3

Choose an aggregation

Count for inventory, Sum on price for total portfolio value, Average for typical asking price, Maximum for top-of-portfolio. Filter by finalized = 1 to exclude drafts, by listing_type for sale-only or rent-only charts.
4

Embed for brokers and agents

Brokers see total portfolio value, kind mix and per-agent breakdown. Agents see their own inventory filtered by user_id. Marketing sees price-band distribution to target buyer personas precisely.

Sample dashboard

What a Realtyna WPL dashboard looks like

A four-card layout reading directly from wpl_properties. Total portfolio value KPI, kind mix, agent leaderboard, and a daily new-listing trend.
Number · Default

Total portfolio value

A KPI summing price across wpl_properties rows where finalized = 1, with the previous quarter shown beneath for context. Optionally filtered by listing_type = 1 (sale) so rentals don't inflate the total.
Sum(price)
Pie · Donut

Portfolio by kind

A donut split across residential, commercial, land and any custom kind enabled in WPL, sourced from the kind column on wpl_properties. Brokers see portfolio diversification at a glance.
Count group by kind
Bar · Horizontal

Listings per agent

Horizontal bar grouping wpl_properties by user_id, joined to wpl_users to resolve agent display names. Reveals workload imbalance and helps brokers rebalance lead routing across the team.
Count group by user_id
Area · Gradient

New listings per day

Gradient area chart counting wpl_properties rows per day from add_date, useful for measuring inventory acquisition velocity and the impact of recruiting drives, MLS feed changes and seasonal patterns.
Count group by add_date

Comparison

Default WPL admin vs SleekView Charts for Realtyna WPL

Default WPL admin

  • No portfolio-value KPI summing price across wpl_properties
  • Kind mix (residential/commercial/land) is not visualized anywhere
  • Per-agent listing counts require opening each agent profile
  • Price-band distribution exists in price but is never charted
  • Daily acquisition velocity has no built-in graph

SleekView Charts

  • Reads the wpl_properties custom table directly, not wp_posts
  • Portfolio value via Sum on price, optionally filtered to finalized = 1
  • Kind and listing_type donuts straight from wpl_properties columns
  • Per-agent leaderboard joining user_id to wpl_users
  • Price-band histograms via bucketing on the price column

Features

What SleekView Charts gives you for Realtyna WPL Real Estate

Portfolio at a glance

Total inventory, portfolio dollar value and kind mix in three numbers. Aggregates wpl_properties the way the broker actually thinks about the business instead of forcing them to drill into each listing.

Agent leaderboard

Group by user_id and resolve via wpl_users to show inventory per agent. Reveals workload imbalance, lead routing problems, and which agents are growing their book versus stagnating.

Price-band intelligence

Bucket the price column to see how your inventory distributes across price tiers. Critical for targeting marketing, setting featured-listing strategy, and spotting under-served bands worth recruiting toward.

Audience

Where Realtyna WPL dashboards drive decisions

Multi-agent brokerages

See whole-team inventory split by agent, kind, and listing_type in one screen. Run weekly inventory reviews off real wpl_properties data instead of agents reporting their own numbers.

Boutique high-end agencies

Portfolio dollar value and price-band charts are essential for high-end agencies pitching themselves to investors and homeowners. Sourced from finalized wpl_properties rows, not spreadsheets.

Growing agencies

Track listing acquisition velocity from add_date alongside agent headcount to make sure new hires are pulling their weight. Both data points already live in wpl_properties and wpl_users.

The bigger picture

Why custom-table real estate needs custom dashboards

Realtyna WPL is one of the few real estate plugins that stores listings outside the WordPress posts table, in its own wpl_properties schema. That makes it powerful and scalable but also means most generic WordPress reporting tools simply ignore it. The data is rich: kind, listing_type, price, bedrooms, bathrooms, living_area, agent, finalized status, MLS ID, add_date.

Without a dashboard layer all of it sits idle. SleekView Charts treats wpl_properties as a first-class data source and reads it the way WPL itself does, then aggregates the columns brokers care about into clean charts. Portfolio value, kind mix, agent leaderboard, price-band distribution, acquisition velocity.

That turns WPL from a great listing engine into a real broker decision-support system, using nothing but the columns that already exist in the database.

Questions

Common questions about SleekView Charts for Realtyna WPL Real Estate

Because WPL stores listings in its own MySQL tables (wpl_properties, wpl_users, wpl_items) for performance and IDX compatibility. SleekView supports custom tables as first-class data sources, so the wpl_properties schema is fully usable without any post-table workaround.

 

kind is an integer column with values like 0 (residential), 1 (commercial), 2 (land) per WPL's defaults, and listing_type splits sale vs rent. SleekView resolves these to readable labels in chart legends using WPL's own configuration tables.

 

Yes. Sum the price column across wpl_properties for total portfolio value, Average for typical asking price, Maximum for top listing. Filter by finalized = 1 to exclude drafts and unpublished records from the totals.

 

Names. The user_id column on wpl_properties joins to wpl_users (and from there to wp_users for the WP user record). SleekView resolves the ID to display_name in chart labels automatically.

 

Yes. SleekView supports numeric bucketing on the price column. Build histograms across whatever bands fit your market (e.g. 0-200k, 200-400k, 400-700k, 700k-1M, 1M+) and refresh the chart instantly.

 

Yes. MLS-imported properties still land in wpl_properties with the same column shape, so the dashboards work identically. You can filter or group by mls_id presence to compare MLS inventory vs manually-entered listings.

 

wpl_properties is indexed for IDX-scale workloads. Aggregations on kind, listing_type, user_id, finalized and add_date stay fast at 50,000+ rows. SleekView's chart cache makes repeat views feel instant.

 

Yes. SleekView charts can be embedded via shortcode or block, including on public pages. A 'portfolio at a glance' chart on the home page is a credibility signal for buyers and sellers. Sensitive aggregations stay behind capability checks.

 

Pricing

More than 1000+
happy customers

Explore our flexible licensing options tailored to your needs. Upgrade your license anytime to access more features, or opt for a lifetime license for ongoing value, including lifetime updates and lifetime support. Our hassle-free upgrade process ensures that our platform can grow with you, starting from whichever plan you choose.

Starter

€79

EUR

per year

  • 3 websites
  • 1 year of updates
  • 1 year of support

Pro

€149

EUR

per year

  • Unlimited websites
  • 1 year of updates
  • 1 year of support

Lifetime ♾️

Most popular

€249

EUR

once

  • Unlimited websites
  • Lifetime updates
  • Lifetime support

...or get the Bundle Deal
and save €250 🎁

The Bundle (unlimited sites)

Pay once, own it forever

Elevate your WordPress site with our exclusive plugin bundle that includes all of our premium plugins in one package. Enjoy lifetime updates and lifetime support. Save significantly compared to buying plugins individually.

What’s included

  • SleekAI

  • SleekByte

  • SleekMotion

  • SleekPixel

  • SleekRank

  • SleekView