FYP Table of Contents
Easily add an automatic, customizable table of contents to your posts and pages to improve navigation and user experience.
Plugin info
Maintenance & Compatibility
Maintenance score
Maintained • Last updated 167 days ago
Is FYP Table of Contents abandoned?
Likely maintained (last update 167 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
FYP Table of Contents automatically generates a structured, customizable table of contents for your WordPress posts and pages. This helps readers quickly navigate long articles by providing clickable links to each section, improving both user experience and SEO.
Ideal for blogs, documentation, tutorials, and any content-rich site, FYP Table of Contents is lightweight, easy to use, and compatible with any theme. You can control where the table appears, customize its appearance, and exclude specific headings as needed.
Whether you want to enhance readability, boost engagement, or make your content more accessible, FYP Table of Contents offers a flexible and practical solution.
Key Features:
- 🚀 Automatic Generation: Instantly creates a structured table of contents from your content headings
- 🎨 Fully Customizable: Control appearance, styling, and which headings to include/exclude
- 📱 Responsive Design: Works perfectly on desktop, tablet, and mobile devices
- ⚡ Performance Optimized: Lightweight code with minimal impact on page load times
- 🔧 Easy Integration: Simple shortcode implementation – no coding required
- 🎪 Toggle Functionality: Optional collapse/expand feature for better UX
- 🌈 Theme Compatible: Works seamlessly with any WordPress theme
- 📊 Smart Detection: Only displays when minimum heading requirements are met
Usage
To display the table of contents on your website, simply add the [fyplugins_table_of_contents] shortcode to any page or post where you want it to appear.
Shortcode Parameters
The [fyplugins_table_of_contents] shortcode supports the following parameters to customize its behavior:
min_headings(integer): Minimum number of headings required to display the table of contents. Default:3.included(string): Comma-separated list of heading levels to include (e.g.,h2,h3,h4). Default:h2,h3.excluded(string): Comma-separated list of headings or CSS selectors to exclude from the table of contents (e.g.,.hidden_title,h4). Default: empty.title(string): Custom title for the table of contents. Default:Table of Contents.class(string): Additional CSS classes for custom styling. Default: empty.toggle(boolean): Show or hide a toggle button to collapse/expand the table of contents. Acceptstrueorfalse. Default:false.default_toggle(string): Set the initial toggle state of the table of contents. Acceptsshoworhide. Default:show.
Basic Usage:
[fyplugins_table_of_contents]
Advanced Usage Example:
[fyplugins_table_of_contents min_headings="2" included="h2,h3,h4" excluded=".no-toc" title="Content Navigation" class="custom-toc" toggle="true" default_toggle="show"]
Support
If you need help with the plugin, please:
- Check the FAQ section above for common questions
- Visit the plugin support forum
Installation
Automatic Installation
- Log in to your WordPress admin panel
- Go to Plugins Add New
- Search for “FYP Table of Contents”
- Click “Install Now” and then “Activate”
- Add the shortcode
[fyplugins_table_of_contents]to any post or page
Manual Installation
- Download the plugin files from WordPress.org
- Upload the plugin files to the
/wp-content/plugins/fyp-table-of-contentsdirectory via FTP - Activate the plugin through the ‘Plugins’ screen in WordPress
- Add the shortcode
[fyplugins_table_of_contents]to your content
Getting Started
Once activated, simply add the shortcode [fyplugins_table_of_contents] anywhere in your post or page content where you want the table of contents to appear. The plugin will automatically scan your content for headings and generate the table of contents.
Frequently Asked Questions
Yes, FYP Table of Contents is designed to work with all WordPress themes. If you notice any display issues, you can adjust your theme’s CSS or customize the table of contents output using the plugin’s shortcode parameters.
Absolutely! You can personalize the table of contents using shortcode parameters such as title, class, include, exclude, and toggle. This allows you to match the table of contents to your site’s style and needs.
Yes, you can specify which heading levels (H1–H6) to include or exclude using the include and exclude shortcode parameters.
FYP Table of Contents is lightweight and optimized for performance. It only generates and displays the table of contents when needed, so it has minimal impact on your site’s speed.
Yes, you can add multiple instances of the shortcode on the same page with different parameters to create customized table of contents for different sections.
Yes, you can use the class parameter to add custom CSS classes and style the table of contents to perfectly match your theme’s design.
The plugin only displays the table of contents when the minimum number of headings (default: 3) is met. You can adjust this using the min_headings parameter.
The plugin is built with internationalization in mind and can be translated into other languages.
Use the excluded parameter with CSS selectors or specific heading text. For example: excluded=".no-toc,#skip-this"
Review feed
Changelog
1.0.1
- Added: Caching system to improve performance.
- Added: Shortcode detection to prevent processing when not needed.
1.0.0
- Initial release
- Automatic table of contents generation from heading tags
- Customizable shortcode with multiple parameters
- Responsive design for all devices
- Theme compatibility across all WordPress themes
- Toggle functionality for collapsible table of contents
- Smart heading detection and filtering

