✨ 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 for IMPress Listings: properties as customizable tables

Read the listing post type from legacy IMPress Listings (wp-listings) or the consolidated IMPress for IDX Broker plugin. Pivot price, beds, baths, square footage, and status meta into proper columns.

♾️ Lifetime License available

SleekView table view for IMPress Listings

Featured listings as a real table, not a default post list

IMPress Listings stored properties as a listing custom post type with all the real-estate fields — price, beds, baths, square footage, lot size, status, MLS ID — in postmeta. The legacy wp-listings plugin and the consolidated IMPress for IDX Broker plugin both use the same storage pattern, which means the data is consistent across the migration path even though the plugin itself has changed hands.

The default WordPress admin renders a posts-style list with title and date, so price and status stay invisible until you click into each listing. SleekView pivots the postmeta into named columns and adds numeric range filters, so "active listings under $500k with at least 3 bedrooms" becomes a one-click saved view. Featured-listing flags, open-house dates, and price-changed timestamps all become sortable columns from existing meta keys.

Imported MLS data and manually-added listings live in the same post type, so they appear in the same view. A source column built from idx_id meta lets you distinguish them when needed. Inline edits on local fields (status, featured flag, price) write through standard WordPress APIs; the IDX feed itself remains read-only on the IDX side, which is the correct behavior for MLS-backed data.

Workflow

From the listing CPT to a real-estate-ready table

1

Read the listing post type

Point SleekView at the listing CPT — same on legacy wp-listings and on IMPress for IDX Broker. Schema and meta keys auto-discover from a sample listing.
2

Pivot price and specs into columns

Price, beds, baths, square footage, lot size, and status become named sortable columns. Numeric meta keys get proper range filters in the agent UI.
3

Add MLS-source distinction

Add an idx_id column to flag MLS-imported listings versus manual entries. Filter to either source for different review workflows.
4

Edit local fields inline

Status, featured flag, and price (on manual listings) edit inline. IDX-fed fields stay read-only because the source of truth lives on the IDX broker side.

Sample columns

A typical IMPress Listings view

SleekView pivots IMPress listing meta keys (price, bedrooms, bathrooms, square feet, status) into named columns.
Source: wp_posts (listing) + wp_postmeta
Address Price Beds Baths Sq Ft Status
120 Maple Ave $485,000 3 2 1,840 Active
44 Oak Dr $329,000 2 1 1,120 Pending
8 Cedar Ct $612,000 4 3 2,410 Active
200 Birch Way $498,500 3 2 1,950 Sold

Comparison

Default IMPress Listings admin vs SleekView

Default IMPress admin

  • Default Posts-style list shows title and date — not price, beds, or status
  • Status changes require opening each listing individually
  • No way to sort by price, beds, or square footage in the default admin
  • Filtering is by taxonomy (property type) only, not by numeric ranges
  • Featured-listing flags and price-changed dates are postmeta but invisible in the list

SleekView

  • Read the listing post type from wp-listings or IMPress for IDX Broker
  • Inline-edit listing status across many properties at once
  • Pivot price, beds, baths, square footage into sortable columns
  • Filter by price range, status, and property type together
  • Save view-sets like "Active under $500k" for the whole team

Features

What SleekView gives you for IMPress Listings

Numeric filtering on real-estate fields

Filter listings by price range, beds, baths, and square-foot ranges. The agent UI reads your IMPress meta keys and presents them as proper range inputs.

Inline-edit status and price

Switch a listing from active to pending or sold directly in the row. Update prices across multiple listings without opening each one.

Featured and open-house views

Build saved views for featured listings, scheduled open houses, or recently-reduced listings — each filtering on the relevant postmeta keys.

Audience

Who uses SleekView for IMPress Listings

Listing agents

Today's active listings sorted by price with beds and square footage visible — quick comparisons without opening each property page during a buyer call.

Brokers

One screen across all agents' listings, filtered by status, with price changes and days-on-market visible inline for office-wide pipeline review.

Marketing teams

Filter featured listings and bulk-update which ones appear in carousels and showcases without touching each post — campaign rotations in seconds.

The bigger picture

Why real-estate listings need numeric range filters

Real estate is one of the few content domains where the WordPress posts list is structurally wrong. The default admin shows title and date because that's what posts have; listings have price, beds, baths, square footage, lot size, year built, and status, and none of those show up without custom code. The result is that broker offices either work in IDX Broker's own UI (which is fine for MLS work but outside WordPress) or they invest in a custom admin column plugin per field, which gets fragile across IMPress version upgrades.

The harder problem is filtering. "Active listings under $500k with at least 3 bedrooms" is the most common search a listing agent runs, and it's impossible in the default admin because price and beds are postmeta — text in the database, not numeric — and the default filters are taxonomy-based. A view that treats price as a numeric range and status as a multi-select turns the WordPress admin into a usable secondary surface for the broker, complementing IDX Broker rather than replacing it.

Inline status updates close the loop: pending-to-sold transitions happen where the agent already is.

Questions

Common questions about SleekView for IMPress Listings

Yes. wp-listings (IMPress Listings) registered the listing post type with all listing fields in postmeta. SleekView reads the post type and meta directly, regardless of whether the plugin is still actively updated. Most legacy installs continue to work with no schema changes since the plugin's last release.

 

Same approach. The consolidated plugin keeps the listing post type for imported MLS data and for manually added listings. SleekView reads from wp_posts and wp_postmeta — the storage hasn't changed across the consolidation, so view definitions port across without modification.

 

Yes. Imported and manually-added listings live in the same post type and meta keys, so they show in the same view by default. Add a source column built from the idx_id meta key (present on imports, absent on manual entries) if you want to distinguish them visually.

 

Edits to local postmeta stay local. The IDX feed is read-only on the IDX side, so changes you make to imported MLS listings live only in your WordPress copy. Featured flags and local fields you control will sync as the IMPress plugin's normal hooks fire — the IDX-fed fields are intentionally not writable from WordPress.

 

wp-listings was closed on WordPress.org in 2023, but installs continue to work. IDX Broker recommends migrating to IMPress for IDX Broker, which receives ongoing updates. SleekView reads the same database structure either way, so the view layer doesn't need to change as part of a migration.

 

Yes. SleekView treats each plugin as a separate view, so you can have an IMPress view, an Easy Property Listings view, and a WooCommerce view side by side as tabs in the same SleekView page. Useful for offices running multiple property platforms during a transition.

 

Yes, derived from the listing's published date and current date when status is active. The computed column sorts to surface stale listings — the ones most likely to need a price reduction or marketing push.

 

Yes. Any view exports to CSV with the visible columns. Useful for sharing a portfolio with a buyer's agent, generating a fact sheet for an open house, or handing the broker a weekly inventory snapshot in a format that opens in Excel without further processing.

 

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