Compare commits
4 Commits
1.0.0
...
docs-readm
| Author | SHA1 | Date | |
|---|---|---|---|
| 3a5ea685aa | |||
| b500821672 | |||
| 892f148711 | |||
| aa5f08ec73 |
@@ -2,10 +2,13 @@
|
||||
/**
|
||||
* Plugin Name: KGV FAQ
|
||||
* Description: FAQ-Verwaltung mit Fragen, Antworten, Kategorien, sauberem Backend und Shortcode-Ausgabe.
|
||||
* Version: 1.0.0
|
||||
* Version: 1.0.3
|
||||
* Author: Ronny Grobel
|
||||
* Update URI: https://git.apex-project.de/RonnyG/KGV-FAQ
|
||||
* GitHub Plugin URI: https://git.apex-project.de/RonnyG/KGV-FAQ
|
||||
* Author URI: https://apex-project.de/
|
||||
* Plugin URI: https://apex-project.de/
|
||||
* Update URI: https://git.apex-project.de/Wordpress_Plugins/KGV-FAQ
|
||||
* Gitea Plugin URI: https://git.apex-project.de/Wordpress_Plugins/KGV-FAQ
|
||||
* Requires Plugins: KGV-Updater
|
||||
*/
|
||||
|
||||
if (!defined('ABSPATH')) {
|
||||
|
||||
63
readme.txt
63
readme.txt
@@ -1,28 +1,45 @@
|
||||
KGV FAQ – WordPress Plugin
|
||||
=== KGV FAQ ===
|
||||
Contributors: ronnygrobel
|
||||
Tags: faq, accordion, fragen, antworten, vereinswebseite
|
||||
Requires at least: 6.0
|
||||
Tested up to: 6.8
|
||||
Stable tag: 1.0.3
|
||||
Requires PHP: 7.2
|
||||
License: GPLv2 or later
|
||||
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
||||
|
||||
Beschreibung:
|
||||
KGV FAQ ist ein WordPress-Plugin für einen strukturierten FAQ-Bereich im Backend und die Ausgabe im Frontend per Shortcode.
|
||||
FAQ-Verwaltung mit Kategorien und Frontend-Ausgabe per Shortcode.
|
||||
|
||||
Installation:
|
||||
1. ZIP in WordPress unter `Plugins > Installieren > Plugin hochladen` hochladen
|
||||
2. Plugin aktivieren
|
||||
3. Danach einmal `Einstellungen > Permalinks > Speichern` ausführen
|
||||
== Description ==
|
||||
|
||||
Funktionen:
|
||||
- eigener FAQ-Bereich im WordPress-Backend
|
||||
- Fragen als Titel
|
||||
- Antworten über den Editor
|
||||
- FAQ-Kategorien
|
||||
- Reihenfolge über Seitenattribute / Reihenfolge
|
||||
- Ausgabe im Frontend per Shortcode
|
||||
KGV FAQ bietet einen strukturierten FAQ-Bereich im Backend sowie eine flexible Ausgabe im Frontend.
|
||||
|
||||
Shortcodes:
|
||||
- `[kgv_faq]`
|
||||
- `[kgv_faq category="allgemein"]`
|
||||
- `[kgv_faq show_filter="0"]`
|
||||
- `[kgv_faq open_first="1"]`
|
||||
- `[kgv_faq search="1"]`
|
||||
= Features =
|
||||
|
||||
Empfohlene Nutzung:
|
||||
- eine normale WordPress-Seite `FAQ` anlegen
|
||||
- dort den Shortcode `[kgv_faq]` einfügen
|
||||
* FAQ-Eintraege mit Frage und Antwort
|
||||
* Kategorisierung
|
||||
* Shortcode-Ausgabe
|
||||
* Optionale Suche und Filter in der Ausgabe
|
||||
|
||||
== Installation ==
|
||||
|
||||
1. Plugin in `wp-content/plugins/KGV-FAQ/` hochladen.
|
||||
2. Plugin aktivieren.
|
||||
3. FAQ-Eintraege und Kategorien anlegen.
|
||||
4. Shortcode auf einer Seite einbinden.
|
||||
|
||||
== Frequently Asked Questions ==
|
||||
|
||||
= Wie lautet der Standard-Shortcode? =
|
||||
|
||||
`[kgv_faq]`
|
||||
|
||||
= Welche Varianten sind moeglich? =
|
||||
|
||||
Beispiele: `[kgv_faq category="allgemein"]`, `[kgv_faq show_filter="0"]`, `[kgv_faq open_first="1"]`, `[kgv_faq search="1"]`.
|
||||
|
||||
== Changelog ==
|
||||
|
||||
= 1.0.3 =
|
||||
* Aktuelle Version laut Plugin-Header.
|
||||
* Wartung und Verbesserungen.
|
||||
|
||||
Reference in New Issue
Block a user