✨ 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 Atlas Directories Pro: listings as tables

Atlas Directories Pro registers each directory as its own custom post type with location, pricing, and plan fields in wp_postmeta. SleekView pivots those keys into named columns and joins related taxonomies for sortable, filterable admin views.

♾️ Lifetime License available

SleekView table view for Atlas Directories Pro

Pivot directory postmeta into proper columns

Atlas Directories Pro models each directory as a registered custom post type, with the fields that operators actually triage on (address, city, plan, expiry, featured flag, rating) stored as wp_postmeta keys. The default WordPress posts list shows title and date, so the columns that decide which listing needs attention sit one click deeper than they need to.

SleekView reads the directory CPT and pivots the registered meta keys into named columns at query time. Address, plan, expiry, and any custom field added through Atlas's field builder appear as proper sortable columns. Categories and locations registered as taxonomies attach as filterable joins, and per-listing ratings aggregate from the plugin's review storage into a single inline column.

The grid mirrors the work. A single saved view of expiring premium listings sorted by review count exposes the renewals that earn featured slots. Bulk-toggle _featured on the campaign list, push _expiry_date forward by 30 days for paid renewals, and move post_status on the daily moderation queue from one screen. Writes route through wp_update_post so Atlas's package and expiry hooks fire on every change.

Workflow

From Atlas CPTs to a real directory desk

1

Map the directory CPTs

Point SleekView at each Atlas directory CPT. Title, author, status, and date detect automatically alongside the registered postmeta keys for city, plan, and expiry.
2

Promote the columns

Add _city, _plan, _expiry_date, and _featured as columns. Categories and locations attach as filters, and per-listing rating aggregates from review storage.
3

Save the workflows

Build saved views for moderation, renewals, featured campaigns, and per-author dashboards. Gate by capability so each role only sees the slice they own.
4

Edit inline and bulk update

Toggle featured, push expiry, change plan, move pending to publish. Writes fire Atlas's plan and expiry hooks correctly through standard WordPress post APIs.

Sample columns

A typical Atlas Directories Pro view

Pivots Atlas's _city, _plan, and _expiry_date postmeta keys into proper columns sortable and filterable inline.
Source: wp_posts (Atlas directory CPT) + wp_postmeta
Listing Category City Plan Expires Status
Bloom Florist Retail Paris Premium May 28 Published
Helix Coworking Office Amsterdam Standard Apr 30 Pending
Northstar Garage Auto Minneapolis Basic Mar 18 Expired
Lumen Studio Services Copenhagen Premium Jun 14 Published

Comparison

Default Atlas Directories Pro admin vs SleekView

Default Atlas Directories Pro admin

  • Directory CPTs show as a generic posts list, no postmeta columns by default
  • _city, _plan, _expiry_date, _featured are invisible in the list
  • Bulk-extending _expiry_date on a slice of paid renewals means per-row clicks
  • Filtering by category + plan + expiry together is not a built-in saved view
  • Per-listing rating from the review storage does not surface as a column

SleekView

  • Pivot directory postmeta into named columns at query time
  • Filter by plan, city, category, and expiry together in one view
  • Inline-edit _featured, _expiry_date, and post_status in bulk
  • Aggregate rating and review count per listing inline
  • Save per-role views (moderator, billing, support) gated by capability

Features

What SleekView gives you for Atlas Directories Pro

Pivot postmeta into columns

Every meta key registered through Atlas's field builder becomes a named column. Each listing renders as one row with city, plan, expiry, and featured flag visible without writing custom WP_Query meta queries.

Combined plan and expiry filters

Combine category, plan, city, and expiry window in one filter. Save it as Premium renewals due this week or Pending submissions in Berlin and reload exactly that slice instantly.

Inline edit and bulk update

Toggle featured, push expiry, change plan, and approve pending listings from the row. Writes go through wp_update_post and update_post_meta so Atlas's hooks fire normally.

Audience

Who uses SleekView for Atlas Directories Pro

Directory ops

All listings with plan, expiry, and featured flag inline. Bulk-update featured listings, push expired rows to draft overnight, and run a daily moderation pass without per-row drilldowns.

Billing admins

Filter by plan and expiry to surface renewals due this week. Bulk-extend _expiry_date on paid renewals and demote lapsed Premium listings back to Basic inline.

Moderators

Listings filtered to pending with submitter, plan, and category visible inline. Approve, reject, or request changes without opening every editor in the new-submissions queue.

The bigger picture

Why directories outgrow the default posts list

Atlas Directories Pro is built to spin up many directories from one WordPress install, and the standard CPT plus postmeta model keeps that flexible. The cost lands on the admin: every field that decides operational priority lives in postmeta, and the default list cannot show it. A moderation queue, a renewal report, and a featured roster all require the same per-row editor clicks because the columns that would replace them do not exist.

SleekView pivots those keys into proper columns at query time so the daily directory rituals turn into saved views. Plan and expiry sit next to featured flag, taxonomies become filters, and rating attaches inline. Bulk edits replace per-row clicks, capability gating routes each role to only their slice, and CSV exports hand billing or marketing a clean list when they need it.

The directory becomes a workspace, which is what running one at scale actually demands.

Questions

Common questions about SleekView for Atlas Directories Pro

It uses standard WordPress custom post types with field data in wp_postmeta. SleekView's value here is pivoting those meta rows into proper named columns and adding inline editing and saved views on top, without writing meta queries by hand.

 

Yes. Any meta key registered through Atlas's field builder becomes a column or filter. Once promoted, fields behave like built-in columns for sort, filter, inline edit, and CSV export.

 

Yes. Directory categories and locations registered as taxonomies attach as filterable joinable columns. Combine category with city and plan in one view to scope to a specific slice of the directory.

 

Yes. Writes go through wp_update_post and update_post_meta, so any action or filter Atlas registers for plan changes, expiry recalculations, or featured logic runs exactly as it would on a manual edit.

 

Yes. Save a view filtered by post_author = current_user_id and gate it by capability so each operator only sees their own listings. The same row-level data is scoped per account.

 

Yes. Each registered directory becomes its own SleekView, or build cross-CPT views if directories share columns. Pin the most-used views as tabs in the WP Admin sidebar.

 

Yes. Any saved view exports to CSV with the chosen columns. Billing can pull a renewals list weekly, support can pull a moderation report, and ops can pull a featured roster for a marketing campaign.

 

The frontend dashboards are for end users managing their own listings via a shortcode page. SleekView is an admin-side workspace for moderators and operators with bulk edits, cross-CPT joins, and saved capability-gated views the frontend dashboard does not provide.

 

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