Glossary Index

外掛說明

Glossary Index is a WordPress plugin that allows you to create a glossary of terms and display them in an alphabetical list. It is perfect for websites that need to provide a structured overview of terms, definitions, or other categorized content.

安裝方式

  1. Upload the glossary-index folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Go to the plugin settings and click on ‘Update Permalinks’ to ensure proper functionality.
  4. Navigate to the ‘Glossary Terms’ section in the WordPress admin to add your terms.
  5. Use the [glossary_index] shortcode to display the glossary on any page or post.

常見問題集

How do I display the glossary on my site?

Use the [glossary_index] shortcode on any page or post where you want the glossary to appear.

What alphabets are supported?

Currently, the plugin supports English (A-Z) and Czech (A-Z, CH).

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Glossary Index〉的開發相關工作。

參與者

將〈Glossary Index〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

0.0.11

  • Updated plugin version to 0.0.11.
  • Removed load_plugin_textdomain() as it is no longer needed for WordPress 4.6 and later.
  • Renamed glossary_term post type to glossary_index_term.
  • Removed template_lock to allow full flexibility in the editor.
  • Added if ( ! defined( 'ABSPATH' ) ) exit; to all PHP files to prevent direct file access and improve security.
  • Simplified Polylang support for glossary terms.
  • General bug fixes.

0.0.9

  • Initial release.