DESCRIPTION

The “WP Glossary” plugin helps you to create your own glossary of terms for Encyclopedia / Lexicon / Knowledge Base / Wiki / Dictionary in your website. This plugin works based on a custom post type and so you have a full editor at your disposal. Want to use already existing post type? Worry not, you are still on the correct page. This plugin allows you to choose the existing post type over plugin’s default one.

HIGHLIGHTS

  • Fully customizable
  • Mobile friendly (Responsive)
  • Easy to setup and use
  • Easy to use custom set of filter letters/alphabets over default English alphabets. That way it helps to create filters list for other languages too ( eg: Hebrew, Greek )
  • Highly compatible with WordPress themes and plugins
  • Enhances Search Engine Optimization by auto linking each highlighted phrase or term back to a dedicated term definition page

FEATURE: GLOSSARY INDEX PAGE

This module allows you to create and show your own glossary of terms with nice animation effect.

  • Add unlimited glossary terms to your website with easy interface
  • Index terms by alphabets / categories with having nice animation effect
  • Instant search as you type
  • Supports custom/existing post types as well
  • Allows you to use any existing post type over plugin’s default one
  • Allows you to change glossary term slug/seo-keyword
  • Allows you to choose the layout for glossary terms listing page
  • Allows you to enable/disable empty alphabets/categories from the listing filter

FEATURE: GLOSSARY LINKIFY

This module allows you to auto hyperlink terms/phrases in your pages/posts. Everytime glossary terms appear in your pages/posts, get automatically linked to the their URLs. This way it enhances Search Engine Optimization by auto linking each highlighted phrase or term back to a dedicated term definition page.

  • Allows you to enable/disable linkify
  • Allows you to choose specific post types for which you want to enable linkify
  • Allows you to enable/disable linkify for Full Description, Short Description, Categories/Terms Description, Text Widget and Comments
  • Allows you to disable linkify on home page
  • Allows you to add synonyms for glossary terms
  • Allows you to limit maximum number of occurrences of each term to linkify
  • Allows you to enable/dsiable case sensitive check for glossary terms

FEATURE: GLOSSARY TOOLTIP

This module allows you to show tooltip window when user hovers over glossary linkify terms/phrases in your pages/posts. This helps users to quickly overview the highlighted terms.

  • Allows you to enable/disable tooltip
  • Provide multiple tooltip window themes to choose one from
  • Allows you to append term title with content in tooltip window
  • Allows you to show Short or Full Description in tooltip window
  • Allows you to limit maximum number of words in tooltip window
  • Provide multiple animation types
  • Provide multiple tooltip positions to choose one from
  • Allows you to show/hide tooltip bubble arrow
  • Allows you to set minimum and maximum width of tooltip window
  • Allows you to set the speed of the animation (in milliseconds) for the tooltip
  • Allows you to set the delay how long it takes (in milliseconds) for the tooltip to start animating in
  • Allows you to enable/disable tooltip on touch devices

FEATURE: GLOSSARY CUSTOM STYLES

This module allows you to easily do custom styling without requiring any CSS skills. You can choose colours using colour picker without knowing colour codes and can try with different font sizes to see which one sits fit with the website.

  • Allows you to choose font colours for filter buttons, headings and terms
  • Allows you to choose hover/active font colours for filter buttons and terms
  • Allows you to choose heading colours for terms
  • Allows you to choose colours for background, content, heading and links

GLOSSARY SHORTCODE

Basic shortcode: [wpg_list]
Use this shortcode anywhere in your page or post and it will start showing glossary terms in the same style you are expecting plugin to do. There are some attributes available with the same shortcode and you can find those in next step. Not all of those attributes are required to add with the shortcode and add only as per your need. If you don’t use those attributes, shortcode uses Plugin Settings for the purpose.

Full Shortcode: [wpg_list title=”” layout=”one_column/two_column/three_column/four_column/five_column” alphabet_set=”A,B,C,D,E,…” hide_empty=”yes/no” hide_all=”yes/no” hide_numeric=”yes/no” post_type=”glossary” template=”alphabet/category” taxonomy=”glossary_cat” taxonomy_terms_to_include=”optional/1,2,3..” taxonomy_terms_to_exclude=”optional/1,2,3..” uncategorized_term_name=”“]

  • title: This option is for nothing at the time with the plugin and is here just for future references/updates.

  • layout: Select the number of columns you want per row on Glossary Index Page. By default, it shows three columns per row but you can change it to any from one to five columns. This option allows you to choose one from following five options:

    • one_column
    • two_column
    • three_column
    • four_column
    • five_column
  • alphabet_set: By default, plugin uses A to Z alphabet set for filter on Glossary Index Page. Suppose you want to:

    • change the order of the alphabets
    • show only few alphabets
    • show a different set of characters
    • show characters list for other language (eg: Hebrew, Greek )
    • show multiple rows rather than all the alphabets in single row or all English alphabets in first row and Hebrew in next row

    You can use this option for all these. Use comma (,) for multiple alphabets. For multiple rows, simply use new line (ENTER from…