
FAQ Builder with categorized FAQs, inline editing, status controls, and drag-and-drop ordering.
WPFAQBlock is a WordPress FAQ builder and accordion plugin for creating, managing, and displaying professional FAQ sections across your website.
Use WPFAQBlock to build support FAQs, product FAQs, service FAQs, help center questions, documentation FAQs, and clear question-and-answer content for posts, pages, widgets, and custom post types. The plugin includes a visual FAQ builder, Gutenberg block support, shortcode output, FAQ category filtering, optional FAQPage JSON-LD schema, custom accordion icons, import/export tools, and AI-assisted FAQ generation with OpenAI or Google Gemini.
Frontend FAQ content is rendered as HTML, and optional FAQPage JSON-LD structured data can be enabled for eligible FAQ pages. This helps search engines understand your FAQ content without forcing schema output on every site.
WPFAQBlock is designed for site owners, agencies, ecommerce stores, service businesses, content teams, and developers who need a flexible FAQ plugin that stays lightweight, accessible, and easy to manage.
[wpfaqblock] shortcode.Display all published FAQs:
[wpfaqblock]
Display FAQs from one category:
[wpfaqblock category="returns"]
Limit the number of FAQs:
[wpfaqblock category="returns" limit="5"]
Hide the category title:
[wpfaqblock category="returns" category_title="0"]
Change FAQ order:
[wpfaqblock category="general" order="DESC"]
Open the first accordion item by default:
[wpfaqblock category="general" open_first="1"]
Display specific FAQs only:
[wpfaqblock ids="12,34,56"]
Use custom accordion icons:
[wpfaqblock ids="12,34" closed_icon="https://example.com/closed.png" open_icon="https://example.com/open.png"]
category – Filter FAQs by faq_group term slug. Leave empty to show all FAQs.ids – Comma-separated FAQ post IDs for showing specific FAQs only.limit – Maximum number of FAQs to display. Use -1 to show all matching FAQs.order – Sort order. Accepts ASC or DESC.category_title – Set to 0 to hide the category heading above grouped FAQ output.open_first – Set to 1 to open the first accordion item by default.closed_icon – Image URL for the closed accordion state.open_icon – Image URL for the open accordion state.