Questo plugin non è stato testato con le ultime 3 versioni principali (major releases) di WordPress. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

Flexible FAQ

Descrizione

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.

Screenshot

  • shortcode [faq style=“block”]

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

  • shortcode [faq style=“list”]

Installazione

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

FAQ

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.

Recensioni

Non ci sono recensioni per questo plugin.

Contributi e sviluppo

“Flexible FAQ” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

Changelog (registro delle modifiche)

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.