Table of Contents Plus – Automatic Table of Contents for Posts & Pages for WordPress Plugin Directory
By Syed Balkhi
Table of Contents Plus – Automatic Table of Contents for Posts & Pages is the #247 ranked popular app on WordPress, with a 4.4 average rating from 175 reviews, as of Aug 31, 2026.
Table of Contents Plus – Automatic Table of Contents for Posts & Pages is a WordPress Plugin Directory app by Syed Balkhi. With a rating of 4.4★ from 175 reviews, it currently ranks #247 in the Popular category.
AppRanks data: Table of Contents Plus – Automatic Table of Contents for Posts & Pages ranks #247 in Popular on WordPress Plugin Directory, placing it in the top 49% of that category.
AppRanks verdict
Generated from live marketplace data — refreshed daily
Table of Contents Plus – Automatic Table of Contents for Posts & Pages is a well-rated WordPress app with a growing review traction. It is listed in the Popular category on WordPress Plugin Directory, which AppRanks treats as the canonical taxonomy node for ranking and competitor comparison. 175 reviews put it in the early-traction tier — useful for early-stage stores willing to be on the leading edge. Early-traction review counts are sensitive to single launch periods or feature events, so a 30-day re-check before bigger commitments often resolves whether the trend is sustained. Paid-only pricing means evaluating fit on the marketplace listing or via the developer's documentation before installing. AppRanks tracks rating, review count, pricing tier, and category position daily — the figures on this page reflect the most recent scrape from the canonical WordPress Plugin Directory listing.
Pros
- +Published by Syed Balkhi — established developer track record
Cons
- −No declared third-party integrations on the listing — verify compatibility with your existing tools before installing
Looking to switch from Table of Contents Plus – Automatic Table of Contents for Posts & Pages?
See Table of Contents Plus – Automatic Table of Contents for Posts & Pages's alternatives ranked by audit score, rating, and review velocity.
How Table of Contents Plus – Automatic Table of Contents for Posts & Pages works
Show full descriptionShow less
Table of Contents Plus automatically creates a table of contents for your long posts and pages by reading their headings. Your readers get a clickable summary at the top of the article, jump straight to the section they need, and stay on the page longer. Set it up once and every qualifying post gets a table of contents from then on, with no block to insert and no shortcode to remember.
A clear table of contents also helps search engines understand how your content is structured, and Google sometimes turns those headings into jump-to links in the search results. It is a small addition that improves navigation for readers and gives your long-form articles a better chance of standing out.
Automatic Table of Contents for Every Long Post Turn the table of contents on for posts, pages, or any custom post type, and it appears automatically once an article has enough headings. You set the threshold, so short posts stay clean and only genuinely long content gets an index. Place the table of contents before the first heading, after the first paragraph, at the top, or at the bottom, so it fits the way you write.
Smooth Scrolling and Clean Anchor Links Every entry in the table of contents is an anchor link that jumps to the matching heading. Smooth scrolling is on by default, so clicking an item glides down to the section instead of snapping to it. Anchor IDs are lowercase and hyphenated, which keeps your URLs readable and easy to share, for example yoursite.com/guide/#getting-started.
Style the Table of Contents to Match Your Theme Choose from several ready-made themes or set your own colors for the background, border, title, and links. A live preview shows each theme before you apply it, so you see the result without saving and reloading. Set the width and font size, show a numbered list or a plain list, and nest sub-headings so the table of contents mirrors the structure of your article.
Decide Exactly Where the Table of Contents Appears Show the table of contents across your whole site or limit it to one section by URL path, keep it off the homepage, and set how many headings an article needs before one shows up. Pick which heading levels to include, exclude individual headings by name with wildcard matching, and add the [no_toc] shortcode to any post to hide the table of contents on that page.
Table of Contents Widget and Shortcode Want the table of contents in your sidebar? Add the Table of Contents Plus widget or block to any widget area and it follows the post being viewed. For full control over placement, the [toc] shortcode outputs the table of contents wherever you put it in your content, and it works inside synced (reusable) blocks.
A Table of Contents for Any Kind of Content
Documentation and knowledge bases
Long-form guides and tutorials
Recipes and how-to posts
Wikis and reference pages
Product and support pages
Research and academic articles
Built by the AIOSEO Team Table of Contents Plus is maintained by the team behind All in One SEO, the WordPress SEO toolkit used on over 3 million websites. It fits naturally alongside your SEO setup, since cleaner headings and readable anchor links improve the on-page navigation your SEO plugin already cares about.
Custom post types are supported. Automatic insertion works whenever a post type outputs its content with the_content(), and each registered post type appears in the settings so you can enable the ones you want.
Table of Contents Plus and Other Table of Contents Tools If you have been comparing table of contents options, you have probably seen Easy Table of Contents, LuckyWP Table of Contents, and Heroic Table of Contents. Table of Contents Plus has been maintained since 2013 with the same focus: automatic insertion and a light footprint, so you get a table of contents on every long post without adding a page builder or dropping a block into each article.
Branding Guidelines When writing about this plugin, please use the correct branding:
Table of Contents Plus (correct)
TOC+ (correct short form)
Table of Contents+ (incorrect)
TableOfContents Plus (incorrect)
Shortcodes The plugin was designed to be as seamless and painfree as possible and did not require you to insert a shortcode for operation. However, using the shortcode allows you to fully control the position of the table of contents within your page. The following shortcodes are available with this plugin.
When attributes are left out for the shortcodes below, they will fallback to the settings you defined under the Table of Contents Plus menu.
[toc] Lets you generate the table of contents at the preferred position. Useful for sites that only require a TOC on a small handful of pages. Supports the following attributes:
“label”: text, title of the table of contents
“no_label”: true/false, shows or hides the title
“wrapping”: text, either “left” or “right”
“heading_levels”: numbers, this lets you select the heading levels you want included in the table of contents. Separate multiple levels with a comma. Example: include headings 3, 4 and 5 but exclude the others with heading_levels="3,4,5"
“class”: text, enter CSS classes to be added to the container. Separate multiple classes with a space.
“start”: number, show when this number of headings are present in the content.
[no_toc] Allows you to disable the table of contents for the current post, page, or custom post type.
[sitemap] Produces a listing of all pages and categories for your site. You can use this on any post, page or even in a text widget. Note that this will not include an index of posts so use sitemap_posts if you need this listing.
[sitemap_pages] Lets you print out a listing of only pages. The following attributes are accepted:
“heading”: number between 1 and 6, defines which html heading to use
“label”: text, title of the list
“no_label”: true/false, shows or hides the list heading
“exclude”: IDs of the pages or categories you wish to exclude
“exclude_tree”: ID of the page or category you wish to exclude including its all descendants
“child_of”: “current” or page ID of the parent page. Defaults to 0 which includes all pages.
“post_type”: name of a hierarchical custom post type to list instead of pages, e.g. [sitemap_pages post_type="docs"]. Defaults to “page”.
[sitemap_categories] Same as [sitemap_pages] but for categories.
[sitemap_posts] This lets you print out an index of all published posts on your site. By default, posts are listed in alphabetical order grouped by their first letters. The following attributes are accepted:
“order”: text, either ASC or DESC
“orderby”: text, popular options include “title”, “date”, “ID”, and “rand”. See WP_Query for a list.
“separate”: true/false (defaults to true), does not separate the lists by first letter when set to false.
“post_type”: name of a custom post type to list instead of posts, e.g. [sitemap_posts post_type="recipe"]. Defaults to “post”.
Use the following CSS classes to customise the appearance of your listing:
toc_sitemap_posts_section
toc_sitemap_posts_letter
toc_sitemap_posts_list
Credits Table of Contents Plus was originally created and maintained for many years by Michael Tran (conjur3r). We are grateful for all the hard work he put in, and we are proud to continue building on it.
Category rankings
As of Sep 6, 2026- Popular#247of 510Top 49%
See 90-day rank history for each category
Track daily rank changes, category shifts, and position volatility.
Keyword rankings
Table of Contents Plus – Automatic Table of Contents for Posts & Pages ranks for 5 keywords across WordPress Plugin Directory. Here are the top 3:
- Rank #393
- Rank #458
- Rank #535
Competitors & alternatives
Table of Contents Plus – Automatic Table of Contents for Posts & Pages doesn't have curated competitor matchups yet. Other tracked popular apps on WordPress:
Frequently asked questions
What is Table of Contents Plus – Automatic Table of Contents for Posts & Pages?
Table of Contents Plus – Automatic Table of Contents for Posts & Pages is an app for WordPress. It currently holds a 4.4-star rating from 175 merchant reviews, and AppRanks has been tracking its public marketplace data on the refresh cadence published in our methodology. It is listed under the Popular category on AppRanks, where you can see its current category position, review-velocity trend, and how it compares against the top alternatives in the same space. Developed by Syed Balkhi.
Who uses Table of Contents Plus – Automatic Table of Contents for Posts & Pages?
Currently around 200,000 active stores have installed Table of Contents Plus – Automatic Table of Contents for Posts & Pages. Its review base of 175 suggests adoption is concentrated in growth-stage and mid-market stores. It is part of the Popular category on WordPress.
Where does Table of Contents Plus – Automatic Table of Contents for Posts & Pages rank on WordPress?
Table of Contents Plus – Automatic Table of Contents for Posts & Pages currently sits at position #247 in the Popular category on WordPress. That places it in the top 48% of 510 apps tracked in the same category. Category positions are read from the live marketplace ranking and refresh on each scrape, so the number you see here reflects the most recent crawl rather than a long-running average.