A complete FAQ plugin for WordPress. Display your frequently asked questions as an accessible accordion with automatic Schema.org FAQPage JSON-LD markup for rich results in search engines.
Features:
[hnd_faq] with all optionsPro version available
HND FAQ Pro adds:
Shortcode examples:
[hnd_faq]
[hnd_faq category="general"]
[hnd_faq category="general,technical" orderby="title" order="ASC"]
[hnd_faq show_titles="false" limit="5"]
Shortcode attributes:
category — category slug(s), comma-separated (default: all)orderby — menu_order | title | date (default: menu_order)order — ASC | DESC (default: ASC)limit — number of items, -1 for all (default: -1)show_titles — show category headings: true | false (default: true)toc — table of contents position: none | above | sidebar (default: global setting)class — extra CSS class on the wrapperCustomisation:
The plugin uses CSS custom properties that can be overridden in your theme:
--hnd-faq-accent, `--hnd-faq-accent-bg`, `--hnd-faq-head-bg`, `--hnd-faq-border-color`, `--hnd-faq-border-radius`, and more. All visual settings are also available from **FAQ Settings** with a live preview.