WPThumbs
Themes Plugins By purpose By industry Best-of lists Fix it guides
Free Plugin by David Chandra Purnama v1.1.0

f(x) TOC

Simple Table Of Contents Plugin. Just add [toc] shortcode in content to display.

f(x) TOC

The facts

Rating
5★ from 5
Active installs
300+
Price
Free
Last updated
1 Aug 2016
Added
Feb 2016
Requires WP
4.0
Tested up to
WP 4.7.35
Downloads
7,148

Our analysis

AI-assisted

f(x) TOC is a WordPress plugin designed to create a table of contents for your posts or pages. By adding the shortcode [toc], it automatically generates a structured list of headings (h1-h6) present in your content, similar to the format used on Wikipedia.

The plugin is simple to use and offers customization options through the shortcode, allowing you to modify the title, title tag, list type, and depth of the headings displayed. It is suitable for users who want to enhance the navigation of their content with a clear and organized table of contents.

Best for: This plugin is best for content creators who want to improve content navigation on their WordPress sites.

What it does well

  • Automatically generates a table of contents from headings
  • Customizable shortcode options for title, list type, and depth
  • Easy to use with a simple shortcode implementation

Where it falls short

  • Limited information on support and updates since August 2016
  • Directory score indicates potential areas for improvement

Verdict

f(x) TOC provides a straightforward solution for adding a table of contents to your posts. While it offers useful features, its age and directory score suggest users should consider current support and updates.

From the developer

David Chandra Purnama's own description of f(x) TOC, lightly tidied.

f(x) TOC Simple Table Of Contents Plugin. Just add [toc] shortcode in content to display. This plugin will parse and grab all heading (h1 -h6) in your content and display it as structured table of contents (just like WikiPedia.org table of contents).

Features:

  1. Super simple and easy to use.
  2. Auto create Table of contents by listing all your headings in your content.
  3. The GPL v2.0 or later license. 🙂 Use it to make something cool.
  4. Support available at Genbu Media.

Shortcode Options:

You can use several options in [toc] shortcode:

  1. title: to change the title of table of contents, as default is Table of contents.
  2. title_tag: element wrapper for the title, the default is h2.
  3. list: you can use ul for unordered list (default), or ol for ordered list.
  4. depth: list depth (numeric). the default is 6.

Advance usage example using all the options:

[toc title=”This page content:” title_tag=”strong” list=”ol” depth=”1″]
Notes for developer:

Github

Development of this plugin is hosted at GitHub. Pull request and bug reports are welcome.

Hooks

List of hooks available in this plugin:

filter: fx_toc_default_args (array)

The default option for the shortcode.

filter: fx_toc_output (string)

HTML output of the shortcode.

Read the full description on the official page →

Tagged as