વર્ણન
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.
સ્થાપન
- Upload the
glossary-indexfolder to the/wp-content/plugins/directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
- Go to the plugin settings and click on ‘Update Permalinks’ to ensure proper functionality.
- Navigate to the ‘Glossary Terms’ section in the WordPress admin to add your terms.
- Use the
[glossary_index]shortcode to display the glossary on any page or post.
એફએક્યુ (FAQ)
-
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” ને તમારી ભાષામાં અનુવાદ કરો.
વિકાસમાં રસ ધરાવો છો?
કોડ બ્રાઉઝ કરો, જોવોઅસ્વીએન રેપોઝિટરીમાંથી,અથવા સબ્સ્ક્રાઇબ કરોડેવલપમેન્ટ દ્વારાઆરઅસઅસ.
ચેન્જલૉગ
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_termpost type toglossary_index_term. - Removed
template_lockto 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.