이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

WP Glossary

설명

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

스크린샷

  • Example frontend hover tooltip
  • Adding glossary term to page content using shortcode
  • Editing a glossary term itself
  • jQuery based Glossary term A to Z
  • Default Glossary term archive
  • Glossary term list front end (full)
  • Backend adding term list with shortcode

설치

Either install through admin panel (this is the eaiest way), or:

  1. Upload wp-glossary.zip to the /wp-content/plugins/ directory
  2. Unzip the archive
  3. Activate the plugin through the ‘Plugins’ menu in WordPress

If you create your own single template for glossary terms, don’t forget to remove the reference filter.

FAQ

Does this plugin create any new tables?

No. It uses custom post types and taxonomies.

Can I link it to an external glossary

Yes. As of version 1.2 you can add a reference title and link.

None of the details pages are working!

Please resave your rewrite rules: Settings > Permalinks > Save Changes (just click the button)

It doesn’t do anything?

You have to add the terms (Glossary Terms > Add New Term) and then use shortcodes.
I’ve listed a bunch on my website: WP Glossary – Basic Shortcde Usage

Further Information

For further details visit my dedicated plugin landing page

후기

2017년 2월 22일
I like this plugin -- the way it looks and behaves, and the UI. Unfortunately, I believe I've found 2 bugs. There doesn't seem to be any tech support at all. Many questions have been posted and never responded to. That's unacceptable.
2016년 9월 11일
Basically works for local glossaries. But I need several domains to access the same glossary. The FAQ says it's possible but there is no mention of how in the documentation. Tried to get support on this via https://wordpress.org/support/topic/how-to-link-to-external-glossary/. That was 10 days ago... still no response.
2016년 9월 3일
Wow, I can only say I tried all the other dictionary and glossary plugins available and almost gave up. I was seriously considering hiring the job out to a competent WordPress coder.... then I came upon this plugin. Easy to use, works as expected and fit into my site perfectly. The shortcodes that were included made it very flexible. Thanks so much to TCBarrett for making this plugin available. Works great for me! Five stars!
모든 19 평가 읽기

기여자 & 개발자

“WP Glossary”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “WP Glossary”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

3.1.2

  • UPD Tweak qtip invocation (thanks luckyfella73)

3.1.1.2

  • NEW Slovak translation (thank you I J Kleban)

3.1.1

  • UPD Added usage title filter
  • FIX save_post param check
  • FIX i18n (props @otto42)

3.1

  • NEW Option ‘qtiptrigger’ hover/click
  • UPD Updated to qTip 2.1.1
  • UPD Tidied admin

3.0.1

  • FIX Options menu

3.0

  • NEW Now using qTip2
  • NEW Tooltips AJAX powered
  • NEW Support for private terms
  • NEW Support for overriding options with shortcode atts for list and atoz
  • FIX Handle nested shortcode terms
  • UPD Minor markup updates