
內容簡介
建立網站詞彙表,並將文章中的術語與其連結。
使用 wp-glossary 外掛的原因:
外部詞彙表網站沒有您所需的所有詞語和術語。
您希望讓您的訪客留在您的網站上(而非將他們送到外部詞彙表網站)。
您不希望外部網站彈出的廣告。
讓訪客在您的網站上保持一致而愉悅的體驗。
啟用插件後,您可以添加詞彙(自訂文章類型),並使用強大的 WordPress 短碼功能在自己的內容中連結到這些詞彙。
欲瞭解詳情,請訪問我的專門插件登陸頁
示範語法
WordPress 短碼語法非常簡單!
顯示連結到 slug 為 ‘seo’ 的詞彙表
[glossary slug=’seo’ /]
自動搜索符合詞彙表詞彙(例如 ‘seo’)
[glossary]SEO[/glossary]
將 slug 為 ‘seo’ 的詞彙套用到文章內容 ‘search engine optimisation’
[glossary slug=’seo’]search engine optimisation[/glossary]
顯示您所有詞彙的清單(按字母順序)
[glossary_term_list /]
顯示以 a、b 或 c 開頭的詞彙清單
[glossary_term_list alpha=’a,b,c’ /]
顯示 jQuery 驅動的 A 到 Z 詞彙表列表
[glossary_atoz /]
更多示例
請參閱專門網站部分
外掛標籤
開發者團隊
📦 歷史版本下載
原文外掛簡介
Build a glossary on your site, and link terms in your posts to it.
Reasons for using wp-glossary plugin:
External glossary sites don’t have all the words and terms you need.
You want to keep your visitors on your site (not send them to an external glossary site).
You don’t want the adverts that the external site popups come with.
Keep your visitors on your site, keep their experience consistent and pleasant using your theme.
Once activated you add glossary terms (custom post type) and link to those terms from inside your own content using the powerful WordPress shortcode functionality.
For further details visit my dedicated plugin landing page
Example Syntax
The WordPress shortcode syntax is really simple!
Display and link to glossary with slug ‘seo’
[glossary slug=’seo’ /]
Auto search word for matching glossary term (e.g. ‘seo’)
[glossary]SEO[/glossary]
Apply glossary term with slug ‘seo’ to post content ‘search engine optimisation’
[glossary slug=’seo’]search engine optimisation[/glossary]
Display a list of all your glossary terms (alphabetical)
[glossary_term_list /]
Display list of glossary terms beginning with a, b or c
[glossary_term_list alpha=’a,b,c’ /]
Display a jQuery-powered A to Z list of your glossary terms
[glossary_atoz /]
Further Examples
See the dedicated website section
