Ez a bővítmény nem lett tesztelve a WordPress legutóbbi 3 fő kiadásával. Lehetséges, hogy már nincs karbantartva, frissítve és a használata gondot jelenthet a frissebb WordPress verziókkal.

Flexible FAQ

Leírás

I have created this plugin to use on my client’s websites to provide an easy FAQ section when needed. It provided much more flexibility than adding an FAQ section into the theme.

Hope this plugin would help anyone who needed a FAQ section in their website.

Shortcodes

You can add the [faq] shortcode to any page to display the FAQ section. This shortcode does accept few attributes.

  1. style – possibilities : pretty, block, list
  2. ids – possibilities : comma separated IDs of FAQ items.
  3. category – possibilities : category slug.

for example : [faq style=”pretty”]

You can re-order the FAQ items by drag them in FAQ admin page.

Képernyőmentések

  • shortcode [faq style=“block”]

  • shortcode [faq style=“pretty”] or just [faq]

  • shortcode [faq style=“list”]

Telepítés

This section describes how to install the plugin and get it working.

  1. Upload flexible-faq folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

GYIK

Is it possible to change the styles?

Absolutely. Just copy the flexible-faq.css file from your plugin folder to the theme root folder and make any change you desire. Because you are copying the css file to your theme folder, it will not get overwrite when the plugin get updated.

How many FAQ pages can I have?

As many as you want. You can use the shortcode to specifically display the FAQ items. By category or just by IDs.

For example if you have a FAQ category id “1” then you can use the shortcode [faq category=1] to display just the FAQ items from that category.

or

For example out of all the FAQ items you have, if you just need to display two FAQ items in a page, you can simply use [faq ids=“123,124”] to display just those two FAQ items. Here 123 and 124 are the IDs of the FAQ items intended to be displayed.

I still have a question

Please ask here on the [Support] (https://wordpress.org/support/plugin/flexible-faq “Flexible FAQ Support”). Thanks.

Vélemények

Nincsenek értékelések erről a bővítményről.

Közreműködők és fejlesztők

“Flexible FAQ” egy nyílt forráskódú szoftver. A bővítményhez a következő személyek járultak hozzá:

Közreműködők

“Flexible FAQ” fordítása a saját nyelvünkre.

Érdekeltek vagyunk a fejlesztésben?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Változási napló

0.2

  • Fix – Now it is possible to have multiple FAQ blocks in pretty style.
  • Fix – Now it is possible to have same question on multiple blocks of questions.

0.1

  • Initial release.