• The default language of any content posted is English.
    Do not create multi-accounts, you will be blocked!
  • Information: Safety & Support
    Resources here are generally safe, but false positives may occur on Virustotal due to certain coding techniques. Exercise caution and test before use.
    Consider buying licenses to support developers. Your security is our priority.
Developer
wpinstinct
WP Glossary.jpg

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 keyboard).
    EG:
    A,B,C,D,E,F
    M,N,O,P,Q,R
  • hide_empty:In case, some of the alphabets from filter list, on Glossary Index Page, doesn’t have any glossary term/phrase. These alphabets will show as disabled in the list. Selecting this option will remove these disabled alphabets from the list completely. This option allows you to choose one from following two options:
    • yes
    • no
  • hide_all: Plugin, by default, shows ALL at the starting of the filter list on Glossary Index Page which shows all the glossary terms/phrases when clicked. For example, you click on alphabet A from the filter list, it will come up with all the glossary terms starting with A. Now you want to see back the whole list of terms. Clicking ALLdoes this for you. If you want to show it no more in the filter list, you can enable this option. This option allows you to choose one from following two options:
    • yes
    • no
  • hide_numeric: This option works almost in the same way Hide “All” Filter works but for the glossary terms starting with number. Plugin shows 0-9 just after Allin the filter list on Glossary Index Page and you can remove it by enabling this option. This option allows you to choose one from following two options:
    • yes
    • no
  • post_type: Plugin uses its own custom post type for Glossary Index Page. In case if you want to show WordPress’s default post type ( Page, Post ) or any other custom post type you can choose under this option.
  • template: Plugin comes up with two type of glossaries: Alphabet Glossary and Taxonomy/Category Glossary. Few times, you want to list all the categories with their posts in glossary style and this option does it for you. By default, template uses alphabet to works as Alphabet Glossary and you can change it to category in case you need to show Taxonomy/Category Glossary. This option allows you to choose one from following two options:
    • alphabet
    • category
  • taxonomy: This option works better with template=”category” from previous option. That way you can decide which taxonomy you want to load the posts for.
    EG: You want to list all the products with WooCommerce categories, you can set it like taxonomy=”product_cat”.
  • taxonomy_terms_to_include: By default, Previous option ( taxonomy ) loads posts for all the categories. This option allows you to include only specific categories to load the posts for. For this you have to enter comma separated category ID’s with this option.
  • taxonomy_terms_to_exclude: By default, Previous option ( taxonomy ) loads posts for all the categories. This option allows you to exclude specific categories to load the posts from rest of the categories. For this you have to enter comma separated category ID’s with this option.
  • uncategorized_term_name: Its not necessary that all the posts will be categorized properly and few of those can still be without having any category assigned. Using template=”category” and it shows only those posts which have at-least one category assigned. This option allows you to show uncategorized posts as well under same name category you pass with this option.
  • Like
Reactions: ViktorGugo
2.8Version
8 Downloads
54 Views
0.00 star(s) 0 ratings
Last update

More resources from raz0r

Similar resources

Glossary Premium raz0r
Glossary Premium 2.2.33 NULLED
Easily add and manage a glossary with auto-link, tooltips and more
0.00 star(s) 0 ratings
Downloads
28
Updated
KnowledgeBase Glossary, FAQ & HelpDesk ChatBot raz0r
Glossary FAQ & HelpDesk WordPress ChatBot (Codecanyon Item ID: 22750480)
0.00 star(s) 0 ratings
Downloads
66
Updated
Top