✨ 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 Kit for WordPress: forms, sequences & sync as tables

The Kit (Kit.com) WordPress plugin caches forms, sequences, and tag references in wp_options, with per-post and per-product mappings stored in wp_postmeta. SleekView reads the mirror so form attribution and the sync log render as one filterable workspace.

♾️ Lifetime License available

SleekView table view for Kit (Kit.com) for WordPress

Kit form and sequence audits without a SQL detour

The Kit for WordPress plugin (the rebrand of ConvertKit) authenticates against the Kit API and caches forms, sequences, tag IDs, and broadcast metadata in wp_options under keys like convertkit_settings and convertkit_forms. Per-post mappings live in wp_postmeta (_ck_form_id, _ck_sequence_id, _ck_tag_id), and a local sync log tracks recent opt-in pushes so transient failures can be retried.

The plugin's default UI shows a settings page, a per-post meta box, and a Gutenberg block for inline forms. There is no aggregated view that lists which posts map to which form or sequence, which mappings point at items deleted upstream, or which opt-in events stalled. Cross-cutting questions, like "top posts by 30-day opt-in count grouped by mapped sequence", live in SQL only.

SleekView joins the cached form, sequence, and tag lists in wp_options with the per-post meta keys and the sync log, then attaches it all to wp_posts. Stale mappings, top-performing forms, and retry queues become first-class views, and writes route through the plugin's own update path so the local cache and the Kit account stay consistent on the next API sync.

Workflow

Kit mappings as a workspace

1

Point at the cached references

Tell SleekView about convertkit_settings and convertkit_forms in wp_options so the form, sequence, and tag lists become typed reference sources rather than serialized blobs.
2

Join meta to posts

Join _ck_form_id, _ck_sequence_id, and _ck_tag_id meta to wp_posts. Each post becomes a row with all three mappings visible and editable inline.
3

Save the audit views

Build saved views for the questions that recur: unmapped posts, top forms by 30-day opt-ins, sequences with stale mappings, per-category attribution.
4

Re-map inline, retry failures

Change any of the three mappings on selected rows. Bulk retry failed sync events through the plugin's API client. Writes route through the plugin's own update path so the local cache stays consistent.

Sample columns

A typical Kit for WordPress form mapping view

Posts with their mapped form, sequence, and 30-day opt-in count.
Source: wp_options (convertkit_*) + wp_postmeta (_ck_form_id, _ck_sequence_id, _ck_tag_id) + plugin sync log
Post Form Sequence Tag Opt-ins (30d) Last sync
Welcome to the brief Modal form Onboarding subscribed 284 May 18
Archive: best of 2025 Inline form Onboarding subscribed 147 May 18
Legacy launch post Sidebar form (deleted) subscribed 9 Apr 02
Pricing page (none) (none) (none) 0 Unmapped

Comparison

Default Kit for WordPress admin vs SleekView

Default Kit for WordPress admin

  • Form, sequence, and tag mappings live in three separate meta keys per post
  • convertkit_settings in wp_options is a serialized blob, not browsable
  • No per-post or per-category opt-in attribution
  • Deleted sequences and tags upstream aren't surfaced locally
  • Sync log only appears in the plugin's debug screen

SleekView

  • Join _ck_form_id, _ck_sequence_id, and _ck_tag_id meta into one view
  • Filter by form, sequence, tag, and post category together
  • Inline edit any of the three mappings on any post
  • Detect mappings pointing at items deleted in the upstream Kit account
  • Save views: "unmapped posts", "top forms by 30d opt-ins", "sequence stale"

Features

What SleekView gives you for Kit (Kit.com) for WordPress

Three-way mapping audit

Form, sequence, and tag mappings render as joined columns on every post. Audit the full opt-in path in one view instead of opening three meta boxes per post.

Bulk re-mapping

Select a category of posts and update the mapped sequence or tag in one action. Writes route through the plugin's update hooks so the local cache and the next Kit API sync stay aligned.

Stale-mapping detection

Compare local meta values against the cached Kit form, sequence, and tag lists. Mappings pointing at deleted items filter into a cohort so cleanup precedes the next campaign rather than following a silent failure.

Audience

Who uses SleekView for Kit for WordPress

Content marketers

Audit which posts feed which sequence and which tag. Reassign mappings after a sequence rename inline, no need to crawl through per-post meta boxes one at a time.

Growth ops

Per-form and per-sequence attribution by joining post categories. Quantify which content surfaces drive which sequences, then prioritise editorial investment against measured opt-in rates.

WordPress maintainers

Catch broken mappings after every quarterly Kit reorganisation. A saved "mappings pointing at deleted items" view becomes a cleanup queue rather than a silent funnel drop.

The bigger picture

Why three-key mappings benefit from one view

Kit's WordPress plugin makes a sensible architectural choice: form, sequence, and tag mappings each live in their own postmeta key so future product changes can evolve independently. That separation is fine for one post but expensive for an editorial team managing a library of hundreds. Every audit means opening three meta boxes per post, or running ad-hoc SQL that joins three meta keys back to the cached references in wp_options.

The plugin's settings screen tops out at a global API key and a list of cached forms because the install wizard doesn't need more; the operational reality of a serious newsletter does. SleekView joins the three meta keys, the cached references, and the local sync log into one row-level workspace, with inline edits routing through the plugin's update hooks so the next API sync stays consistent. For teams that treat Kit as the revenue layer and WordPress as the top-of-funnel, that workspace is what keeps the mapping layer auditable as the archive grows past the point where per-post meta boxes can be inspected by hand.

Questions

Common questions about SleekView for Kit (Kit.com) for WordPress

Kit is the rebrand of ConvertKit; the WordPress plugin's table schema is the same but Kit's hosted product adds the Creator Network and tipping. SleekView reads the same local wp_options and wp_postmeta keys either way, so the workspace is functionally equivalent regardless of which branding the plugin ships with.

 

If the plugin caches broadcast metadata locally, those entries surface as a reference list. Per-recipient broadcast results live in Kit itself; SleekView surfaces the cached summary the plugin maintains.

 

Creator Network configuration is stored in wp_options by the plugin. SleekView exposes the cached configuration as a reference but the recommendation engine itself runs in Kit's hosted product and isn't reachable from the local mirror.

 

Yes. All three meta keys are first-class editable columns. Writes route through the plugin's update hooks so registered save_post handlers fire and the next API sync stays consistent.

 

Restricted-content rules stored in wp_postmeta (commonly _ck_required_tag) surface as a column and filter. Audit which posts gate on which tag, and inline-edit the gate without opening each post.

 

No. Queries hit the existing wp_postmeta indexes on meta_key. Sites with tens of thousands of posts render the workspace quickly because the joins stay on indexed keys.

 

Yes. Any saved view exports to CSV for sharing with a non-WordPress growth team or archiving a monthly snapshot of which posts drove which sequence.

 

The plugin keeps using the convertkit option and meta-key prefix even after the rebrand. SleekView reads those keys directly so an upgrade from the old to the new branding doesn't require any reconfiguration in the workspace.

 

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