✨ 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 LuckyWP Table of Contents

SleekView Charts reads the LuckyWP TOC options row plus the lwptoc per-post meta overrides, then renders auto-insert coverage, heading thresholds and last-modified cadence as Number, Pie, Bar and Area cards.

♾️ Lifetime License available

SleekView Charts dashboard for LuckyWP Table of Contents

Auto-insert is convenient. Coverage should still be visible.

LuckyWP Table of Contents inserts a TOC automatically on enabled post types when a post passes the heading threshold, and offers a shortcode plus a Gutenberg block for manual placement. Configuration lives in the lwptoc_options row in wp_options, and per-post overrides land in postmeta as lwptoc_disable_auto and related keys. Readers see a TOC; the editorial team has no aggregate view of where it actually appears.

SleekView Charts reads the same options row and the per-post meta, plus a parsed heading index of post_content. A Number card counts posts where the auto-insert will fire given the current threshold. A Pie splits posts across auto-rendered, manual via shortcode/block, below threshold and disabled by override. A Bar groups TOC posts by post_type. An Area trends post_modified to expose whether long-form content with a TOC is being maintained.

Because the dataset is built from standard WordPress storage, no extra tables are needed. Filters span the audit table and the chart cards on one dataset, and saved views gate by WordPress capability.

Workflow

Turn the LuckyWP options into a dashboard

1

Read the options and meta

SleekView detects LuckyWP Table of Contents and registers lwptoc_options plus per-post lwptoc_disable_auto meta as sources. Auto-insert eligibility, threshold and per-post overrides surface as columns on the audit table.
2

Compose the chart cards

Pick Number, Pie, Bar, Area or Line cards. Group by toc_source, post_type, heading_count buckets or post_modified, and aggregate as Count or Sum.
3

Save and scope the dashboard

Name it ("Auto-TOC coverage", "Long-form audit") and gate it by WordPress capability so SEO leads and editors each see the slice they need.
4

Share or export

Send a freelance editor the list of long posts where auto-insert is suppressed, or export the coverage list to CSV for an agency retainer report.

Sample dashboard

Charts you can build from LuckyWP Table of Contents data

Each card below reads the lwptoc options, per-post meta overrides and the heading structure of post_content. Mix them for an auto-insert coverage cockpit, a long-form audit or an editorial review of TOC placement.
Number · Default

Posts with a TOC rendered

Total published posts where a TOC actually renders (auto-insert or manual). The single KPI confirming the TOC layer is alive across long-form content.
Count
Pie · Donut text

TOC source mix

Splits posts across auto-inserted, manual shortcode, manual block, below threshold and disabled by override. Surfaces how much TOC coverage relies on auto-insert.
Count group by toc_source
Bar · Horizontal

TOC posts by post type

TOC-bearing posts grouped by post_type (post, page, custom). Shows whether docs and knowledge-base types carry a TOC alongside the standard blog post.
Count group by post_type
Area · Gradient

TOC posts modified per month

Time series of when TOC-bearing posts were last edited. Exposes whether long-form content is being refreshed or has frozen on a subset of articles.
Count group by post_modified

Comparison

Default LuckyWP Table of Contents admin vs SleekView Charts

Default LuckyWP Table of Contents admin

  • Settings screen is global with no aggregate view of where TOCs actually render
  • Auto-insert versus manual placement is invisible without opening posts
  • Per-post auto-insert overrides hide inside each editor
  • No native count of posts meeting the heading threshold
  • No time series of long-form content maintenance

SleekView Charts

  • KPI card for posts with a TOC actually rendered today
  • Pie split across auto-insert, manual shortcode, manual block, disabled
  • Bar of TOC posts by post_type for template-level coverage
  • Area trend of post_modified for maintenance cadence
  • Filters carry between audit table and chart cards on one dataset

Features

What SleekView Charts gives you for LuckyWP Table of Contents

Auto-insert coverage as a dashboard

lwptoc_options, per-post meta and parsed headings render as Number, Pie, Bar and Area cards. Editorial leads see coverage and source mix at a glance.

Filters span table and chart

Filter to long posts where auto-insert is disabled or to manual-only post types, and both the chart and the audit table stay in sync on the same heading index.

Share a coverage snapshot

Send a writer the list of long articles where the TOC is suppressed, or export the audit to CSV for monthly retainer reports. Coverage becomes measurable.

Audience

Who builds LuckyWP Table of Contents charts dashboards with SleekView

Editorial teams

Confirm auto-insert actually fires on long articles and use the source pie to spot posts that lean on a manual block that may have been deleted during a rewrite.

SEO leads

Trust the TOC layer for on-page navigation signals only after the coverage KPI and the source pie confirm it actually renders across the templates you care about.

Agency consultants

Export the no-TOC long-form list to CSV for the next editorial sprint and trend the source pie monthly so manual blocks do not silently replace auto-insert.

The bigger picture

Why auto-insert is exactly when coverage starts hiding

Auto-insert is the LuckyWP feature most editors love and most SEO leads forget about. The plugin quietly drops a TOC into long posts on enabled post types, the editor never thinks about it, and the assumption is that coverage just works. The trade-off is that the assumption is the thing that breaks first.

A heading threshold creeps up after a settings change, a rewrite drops a key H2, a per-post override gets clicked during a freelance edit, and a hundred posts silently stop carrying a TOC. SleekView Charts reads the same options, the same per-post meta and the same heading structure and turns coverage into a dashboard. A KPI for posts rendering a TOC, a pie for source mix, a bar for post-type coverage, an Area trend for maintenance.

Same plugin, same TOC output, but a navigation surface that a quarterly review can land on without opening every long article by hand.

Questions

Common questions about SleekView Charts for LuckyWP Table of Contents

The lwptoc_options row in wp_options, per-post lwptoc_disable_auto and related meta in wp_postmeta, plus a parsed heading index of post_content. Standard WordPress queries, no extra tables and no separate sync layer running in the background.

 

No. SleekView builds and caches a per-post heading index when the dataset is first queried and refreshes it when post_content changes, so chart cards read from the index instead of re-walking every post on every request.

 

Yes. Group by toc_source with a Pie or Bar card to split posts across auto-inserted, manual shortcode, manual Gutenberg block, below threshold and disabled by override. The same field works as a filter.

 

Yes. lwptoc_options include which post types the auto-insert applies to, and the dashboard respects that. Group by post_type to compare coverage across posts, pages, docs and any custom type you opted in.

 

No. The heading index is built inside the admin and the dashboard reads from it. The front end keeps rendering the TOC through LuckyWP Table of Contents exactly as today, with no extra queries during page load.

 

No. LuckyWP Table of Contents still owns TOC rendering, styling, the shortcode and the Gutenberg block. SleekView Charts adds the coverage and audit surface the global settings screen cannot offer.

 

Yes. Saved views are gated by WordPress capability, so an editor sees only their author scope while an SEO lead sees the full site, all reading from the same heading index.

 

Yes. Any filtered set behind a chart card exports to CSV with the columns the table view shows. Editorial leads typically export the long-without-TOC list as the next sprint's content fixes.

 

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