开发者 | francoisyerg |
---|---|
更新时间 | 2025年7月18日 00:57 |
捐献地址: | 去捐款 |
PHP版本: | 7.4 及以上 |
WordPress版本: | 6.8 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
[fyplugins_table_of_contents]
to any post or page/wp-content/plugins/fyp-table-of-contents
directory via FTP[fyplugins_table_of_contents]
to your content[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.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"