开发者 | mburridge |
---|---|
更新时间 | 2022年1月29日 01:50 |
捐献地址: | 去捐款 |
PHP版本: | 3.5 及以上 |
WordPress版本: | 5.9 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
.pdf
format to help you get the most from the plugin. The manual can also be downloaded from the website:faq-concertina
directory to the wp-content/plugins
directory of your WordPress website.
Log-in to the dashboard of your WordPress website and select ‘Plugins’ from the lefthand sidebar. FAQ Concertina should appear in your list of plugins. Click on ‘Activate’ to, err..., activate it!
For a simple FAQ list add this shortcode to your page or post:
[faq-concertina]
If you are using categories use this version of the shortcode:
[faq-concertina category="category-slug"]FAQ Concertina is a plugin that works independently from the theme and is theme agnostic. It will work with any theme. Just put the shortcode [faq-concertina]
in your page or post.
FAQ Concertina is fully responsive, and will adapt to the width of the device viewport. Furthermore, the width setting can be over-ridden so that FAQs appear at full width on narrow viewport devices such as smartphones, whatever the width has been set to for larger screens.
FAQ Concertina includes a settings page which allows you to customise colour schemes, animation speed, width, and other appearance settings.
Appearance settings can be disabled so that you can customise the included .css
file for full control over the appearance of your FAQs. As of version 1.2.0 the settings page also includes colorpicker fields to enable you to choose a custom colour scheme.
FAQ Concertina is WAI-ARIA compliant and fully accessible. It will work with screen readers and other assistive technologies. Furthermore FAQs can be navigated using the keyboard as well as with the mouse/trackpad.
FAQ Concertina provides options on the settings page to order your FAQs alphabetically, chronologically (i.e. by when they were created), or numerically according to the ‘Order’ attribute.
Yes, this is the default behaviour of FAQ Concertina. However, if you want the site visitor to only be able to see one answer at a time then, as of version 1.3.0, there is a ‘Hide Others’ option that can be accessed on the Settings page.
FAQ Concertina allows you to categorise FAQs and pull FAQs into a specific list using the category
parameter in the shortcode. See the full .pdf
manual for complete instructions.
The settings page allows you to define a single appearance for all FAQ listings. However, if you have categorised your FAQs then FAQ Concertina adds the category slug as a class allowing you to style different category listings differently in the .css
file.
There is no limit to the number of FAQs you can have. Likewise there is no limit to the number of FAQ categories that you can use.
Yes. As of version 1.1.2 FAQs are publicly queryable which means that the content in the questions and answers can be crawled by search engine spiders. It also means that FAQs can each have their own page addressable by slug.
Yes. As of version 1.4.3 you can include shortcodes as part of your answer. FAQ Concertina will ensure that the shortcode is parsed and the generated content included as part of the answer.
Although primarily intended for FAQs FAQ Concertina is, of course, not limited to just FAQs and can be used for any content with a heading where the content is initially hidden and can be expanded by clicking on the heading.
FAQ content can be entered in any language. Furthermore, FAQ Concertina is fully internationalised (i18n) and a .pot
file is provided. You can produce localised (l10n) .po
and .mo
files in your language using a translation tool such as Poedit http://poedit.net.
Yes, FAQ Concertina supports both featured images (also known as post thumbnails) and images embedded in the content of the answers.
Yes. As of version 1.4.4 FAQ Concertina provides hooks before and after each FAQ category and before and after each individual FAQ. Developers can extend FAQ Concertina by adding additional content or HTML at the relevant points in FAQ Concertina’s output.
FAQs and FAQ Categories are available in the WordPress REST-API for consumption by client-side JavaScript in “headless” WordPress installations.
A fully illustrated 20 page .pdf manual is included with each FAQ Concertina download, or you can download it directly from http://www.zyriab.co.uk/faqconc/.
If you are not happy with FAQ Concertina after trying it out you can deactivate it and delete it. FAQ Concertina plays nicely with your WordPress installation when it is deleted and cleans up after itself by removing all data and settings leaving no trace of its former existence in your WordPress database.