✨ 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 Content Locker Pro: locks, unlocks & conversions as tables

Content Locker Pro stores lockers as a CPT and tracks unlock events in postmeta and options. SleekView reads both so you can audit which lockers convert, which leak, and which need rotating from one screen.

♾️ Lifetime License available

SleekView table view for Content Locker Pro

Lockers and conversions in one workspace

Content Locker Pro keeps each locker as a row in wp_posts with a dedicated post_type (typically opt_locker or similar depending on the build), with rules, locker type (email, social, password, share), and presentation settings stored in wp_postmeta. Unlock counts, conversion stats, and recent unlock events are written back to wp_postmeta against the locker post and to wp_options for site-wide aggregates.

The default admin shows one screen per locker and a summary list, with no joined view across lockers showing impressions, unlocks, and conversion rate side by side. To answer "which lockers are converting badly across the site," you click into each locker individually or rely on a separate analytics integration. Lockers with low conversion rates often sit in place for months before anyone notices because the dashboard never surfaces them as a sorted ranking.

SleekView reads wp_posts and wp_postmeta directly, joins the locker post to its conversion meta, and shows lockers as a sortable, filterable table with impressions, unlocks, conversion rate, and last-unlock date as proper columns. Rotating underperformers becomes a sort by conversion rate.

Workflow

Locker posts and conversion meta in one workspace

1

Pick the locker post type

Point SleekView at the Content Locker Pro CPT (opt_locker or your install's slug). Lockers load as a navigable view with their existing fields available as columns.
2

Compose conversion columns

Add columns for impression count, unlock count, conversion rate, and last-unlock date by mapping the postmeta keys Content Locker Pro writes. Sort by conversion to expose underperformers.
3

Save the workflow views

Build saved views for the conversion leaderboard, the underperformer audit (under 5% conversion with high impressions), and the legacy-locker archive view. Gate by role for marketing, ops, admin.
4

Edit status inline

Toggle locker status and rotation flags inline. Writes go through the standard postmeta API so any plugin-side hooks tied to those keys continue to fire.

Sample columns

A typical Content Locker Pro lockers view

One row per locker with type, impressions, unlocks, and conversion rate pulled from wp_postmeta.
Source: wp_posts (post_type=opt_locker) + wp_postmeta
Locker Type Impressions Unlocks Conversion Status
Homepage email lock Email 12,840 1,920 15.0% Active
Pricing share lock Social 8,210 412 5.0% Underperforming
Whitepaper PDF lock Email 3,460 1,108 32.0% Active
Legacy survey lock Password 640 12 1.9% Disabled

Comparison

Default Content Locker Pro admin vs SleekView

Default Content Locker Pro admin

  • Each locker opens in its own edit screen for stats
  • No cross-locker conversion-rate ranking by default
  • Bulk status toggles (active, paused) aren't a first-class action
  • Filtering by locker type plus conversion-rate threshold needs custom queries
  • Underperforming lockers sit unnoticed without a sorted ranking view

SleekView

  • Joined lockers + conversion meta in one row per locker
  • Sort by conversion rate to surface underperformers
  • Filter by locker type (email, social, password, share)
  • Inline-edit status and rotation flags across many lockers
  • Save views per role (marketing, ops, admin)

Features

What SleekView gives you for Content Locker Pro

Cross-locker conversion ranking

Read every locker from wp_posts with its impressions, unlocks, and conversion rate joined from wp_postmeta. Sort by conversion to rotate the bottom of the list.

Filter by locker type and threshold

Combine type (email, social, password, share) with conversion-rate bands and impression volume to focus on lockers that are loud but ineffective.

Inline status toggling

Pause, archive, or activate lockers inline. Bulk-update across an audit cohort without opening each locker's edit screen.

Audience

Who uses SleekView for Content Locker Pro

Marketing

Conversion-rate leaderboard across every locker on the site. Filter to email lockers under 10% to schedule rotation tests; sort by impressions to find the biggest leakage.

Growth analysts

Impression and unlock columns side by side for trend analysis. Filter by locker type and date range to compare social vs email gating performance per campaign.

Site admins

Status column plus inline pause action for sunsetting legacy lockers. Find every locker still active on archived pages without clicking through one by one.

The bigger picture

Why locker ops need cross-locker ranking

Content gating is most valuable when it converts. The hard part is keeping the locker portfolio healthy as it grows, because lockers added six months ago for a launch campaign often stay live long after the campaign ended, sitting on pages with new traffic that never converts through them. Content Locker Pro stores everything needed to spot those leaks: per-locker impressions, unlocks, conversion rate, and last-unlock date.

What its default admin lacks is the cross-locker ranking that surfaces underperformers as a sorted list. Without that ranking, the lowest-converting lockers sit in place, drag down site-wide conversion, and only get noticed when someone runs a manual audit. SleekView turns the audit into a saved view: one row per locker, conversion rate as a sortable column, with filters for type and impression volume so the audit focuses on lockers loud enough to matter.

Marketing teams refresh the underperformer list weekly; ops teams archive legacy lockers in bulk; growth analysts compare gating types side by side. The data was always in the database, it just needed a row-level workspace instead of a per-locker drilldown.

Questions

Common questions about SleekView for Content Locker Pro

Yes. SleekView reads any post type by slug, so whatever Content Locker Pro registers on your install (opt_locker, content_locker, custom) can be pointed at directly. Conversion meta keys are configurable per view.

 

Yes for fields stored in wp_postmeta. SleekView writes through update_post_meta, so any plugin hooks tied to meta updates fire on inline edits. Complex builder-style settings still open in the locker's edit screen.

 

Those load as a separate view scoped to Content Locker Pro's option keys, joinable to the per-locker view by manual reference. Most operational questions live in the per-locker postmeta and don't need the global aggregates.

 

Yes. SleekView paginates queries and uses the indexes WordPress already maintains on wp_posts and wp_postmeta. Sites running thousands of lockers across many landing pages render the conversion-ranking view within normal admin load times.

 

Yes. Page assignment is stored as postmeta on the locker, so filter by that key to scope the view to lockers active on a particular page or section.

 

Yes. Filter by post_status to include or exclude trashed and draft lockers. Useful for finding lockers that were paused but never deleted, which still occupy admin clutter and confuse rotation decisions.

 

Yes. Any SleekView view exports to CSV or JSON, including the joined locker plus conversion-meta data. Use it as a weekly marketing report without writing a custom export.

 

SleekView reads the same tables Content Locker Pro already populates, so anything compliant with the source plugin's data model is compliant here. No additional personal data is collected by SleekView itself.

 

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