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

SleekView Charts reads the ez-toc options row that Easy Table of Contents writes and the per-post _ez-toc-* postmeta overrides, then renders eligibility, post type scope and last-modified cadence as Number, Pie, Bar and Area cards.

♾️ Lifetime License available

SleekView Charts dashboard for Easy Table of Contents

The TOC config lives in wp_options. Read it like a dataset.

Easy Table of Contents stores its global configuration in the ez-toc-settings option: enabled post types, heading thresholds, which heading levels show, position above or below the first heading. Per-post overrides land in postmeta keys like _ez-toc-disabled, _ez-toc-alttext and _ez-toc-heading-levels. The plugin renders a TOC into matching posts on the front end, but the configuration spans one option row and many postmeta keys with no aggregate view.

SleekView Charts reads the same options row and per-post overrides, plus a parsed heading index of every published post. A Number card counts posts where a TOC will actually render given the current threshold. A Pie splits posts across rendered, below threshold, disabled by per-post override and suppressed by post-type opt-out. A Bar groups posts by post_type to expose template-level coverage. An Area trends post_modified on TOC-bearing posts to show whether long-form content is being maintained.

Because the data sits in standard WordPress storage, no separate sync runs. Filters span the audit table and the chart cards on the same dataset, and saved views gate by WordPress capability so each team sees its own slice.

Workflow

Turn ez-toc settings into a dashboard

1

Read the options and overrides

SleekView detects Easy Table of Contents and registers ez-toc-settings plus per-post _ez-toc-* meta as sources. Heading threshold, enabled post types, per-post disable flags and parsed heading counts surface as columns on the audit table.
2

Compose the chart cards

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

Save and scope the dashboard

Name it ("TOC coverage audit", "Per-post overrides") and gate by WordPress capability so SEO leads, content editors and developers each see the right slice.
4

Share or export

Send a freelance editor the list of long posts without a TOC or hand an agency client a coverage snapshot via a read-only URL. Audits land as measurable artefacts.

Sample dashboard

Charts you can build from Easy Table of Contents data

Each card below reads the ez-toc options row, the _ez-toc-* per-post overrides and the heading structure of post_content. Mix them for a coverage audit, a long-form maintenance cockpit or an editorial review.
Number · Default

Posts rendering a TOC

Total published posts where a TOC will render given the current ez-toc-settings threshold and overrides. The single KPI for TOC layer health across the install.
Count
Pie · Donut text

TOC eligibility status

Splits posts across rendered, below threshold, disabled by _ez-toc-disabled and post-type opt-out. A direct read on why a given post may not be carrying a TOC.
Count group by toc_status
Bar · Horizontal

TOC posts by post type

TOC-bearing posts grouped by post_type (post, page, custom). Surfaces whether knowledge-base and doc post types are being served as intended.
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 across the site or has quietly stalled.
Count group by post_modified

Comparison

Default Easy Table of Contents admin vs SleekView Charts

Default Easy Table of Contents admin

  • Settings screen is global with no aggregate view of actual coverage
  • Per-post _ez-toc-disabled overrides hide inside each post's editor
  • No native count of posts that pass the heading threshold and render a TOC
  • No time series of long-form content maintenance
  • No filter for posts of a given type still shipping without a TOC

SleekView Charts

  • KPI card for posts that actually render a TOC today
  • Pie of TOC eligibility split across rendered, below threshold, disabled, opted out
  • Bar of TOC posts by post_type to spot uncovered templates
  • 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 Easy Table of Contents

Coverage as a dashboard

ez-toc settings, _ez-toc-* overrides and parsed headings render as Number, Pie, Bar and Area cards. Editorial leads see coverage at a glance instead of opening posts.

Filters span table and chart

Filter to long posts disabled by override or to a post type still without a TOC, and the chart cards and audit table stay in sync on the same heading index.

Share an audit snapshot

Send a writer the list of long articles missing a TOC or hand a client an exported coverage report. Navigation hygiene becomes a measurable artefact.

Audience

Who builds Easy Table of Contents charts dashboards with SleekView

Editorial teams

Confirm long-form posts ship with a TOC and use the per-post override pie to spot articles disabled accidentally during a rewrite or by a freelance author.

SEO leads

Trust the TOC layer for on-page navigation only after the coverage KPI and the post-type bar confirm it actually renders across every relevant template.

Agency consultants

Export the no-TOC long-form list to CSV as the next editorial sprint's action item and trend the coverage pie monthly during retainer reviews.

The bigger picture

Why a popular TOC plugin still needs an audit surface

Easy Table of Contents is the path of least resistance for adding navigation to long-form posts, with over half a million active installs, which is exactly the scale where coverage becomes invisible without help. The settings screen handles one global rule and many per-post toggles, and the front end either renders a TOC or quietly does not, with nothing in between for the editorial lead to look at. SleekView Charts turns the same options row, the same _ez-toc-* overrides and the same heading structure into a real dashboard: a KPI for posts actually rendering a TOC, a pie for eligibility status, a bar for post-type coverage, an Area trend for maintenance.

Same plugin, same rendering pipeline, but an audit surface that a quarterly content review can land on without opening every post by hand.

Questions

Common questions about SleekView Charts for Easy Table of Contents

The ez-toc-settings option in wp_options, per-post _ez-toc-disabled and _ez-toc-* keys in wp_postmeta and 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_status with a Pie or Bar card to split posts across rendered, below threshold, disabled by per-post override and suppressed by post-type opt-out. The same field works as a filter.

 

Yes. The ez-toc settings include which post types the TOC applies to, and the dashboard respects that. Group by post_type to compare coverage across posts, pages, docs and custom types 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 Easy Table of Contents exactly as today, with no extra queries during page load.

 

No. Easy Table of Contents still owns TOC rendering, styling and the per-post toggle UI. SleekView Charts adds the coverage and audit surface a global settings screen cannot offer.

 

Yes. Saved views are gated by WordPress capability, so an editor sees only their own 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