這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

LH Table of Contents

外掛說明

This plugin makes it easy to create a wiki like TOC (table of contents) in your posts or pages using shortcode, no linking or creating anchor is needed.

Unlike other plugins this is 100% semantic, ie drop the comment string: <!-- lh_toc -->.

Into your content body and the plugin will do the rest ie it will generate a table of contents based on the h2 and h3 tags in the content body.

If the comment is not included the table of contents is not generated.

Features:

安裝方式

  1. Upload the entire lh-table-of-contents folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Include the string: in the content body where you want the table of contents
  4. Done!

常見問題集

How to style the TOC

I left the styling up to you but the tabel of contents itself has a class of ‘lh_table_of_contents’, the anchors for h2 tags have a class of ‘lh_toc-h2’, and the anchors for h3 have a class of ‘lh_toc-h3’.

使用者評論

2019 年 9 月 24 日
What do you mean by ie drop the comment string: I have installed and activaed this plugin but can't figure out how to use this. I am just trying all of your plugins and you don't explain it clearly how to use your plugins. I am a big fan of LH Zero Spam and have been using it for more than 3 years.
閱讀全部 0 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈LH Table of Contents〉的開發相關工作。

參與者

將〈LH Table of Contents〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.00 November 20, 2017
Initial release.

1.05 November 25, 2017
Better approach to adding Toc.