Answers
Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.
- Plugin page: https://plogins.com/answers/
- Documentation: https://plogins.com/answers/docs/
- Author: WPPoland.com
- WordPress.org contributor: motylanogha
- Source: https://github.com/wppoland/answers
Answers adds a frequently-asked-questions section to your WooCommerce products. You write the questions and answers in a FAQs tab inside the Product data panel, and they appear in their own FAQs tab on the single product page, next to Description and Reviews, as an accessible accordion. Shoppers read the common pre-sale questions in place instead of emailing to ask.
What the free edition does
Section titled “What the free edition does”- Per-product FAQ items, a question/answer repeater in the product’s FAQs data tab. FAQs belong to the product you author them on; there is no global FAQ library.
- Accessible accordion, each question is a real
<button>inside an<h3>, witharia-expandedtoggling anaria-labelled region. Keyboard operable, visible focus ring, announced correctly by screen readers. - Editable tab label, rename the storefront “FAQs” tab from WooCommerce → Answers.
- Answers accept basic HTML, links, lists, bold and similar, filtered with
wp_kses_poston save and again on output. Scripts are stripped. - Loads only where needed, the FAQ CSS and JS are enqueued only on single product pages that actually have at least one saved FAQ.
- Light/dark aware, no layout shift, styling follows the visitor’s colour scheme and the panel height transition is switched off under
prefers-reduced-motion. With JavaScript off, the answer text stays reachable. - HPOS and Cart/Checkout Blocks compatible, translation ready (POT included).
The free edition is the full GPL product, not a trial.
How it fits together
Section titled “How it fits together”You author FAQ rows per product. On the storefront, if that product has one or more usable FAQ items, Answers registers a “FAQs” product tab (priority 25, between Description and Reviews) and renders the accordion inside it. A product with no FAQs gets no tab and loads no assets, there is no empty accordion or blank tab.
What this plugin does not do
Section titled “What this plugin does not do”The current release is deliberately small. It has no shortcode, no FAQPage JSON-LD / structured data, no reusable FAQ sets or category assignment, and no placement option, FAQs always render in the product-information tab. If you have seen those features described elsewhere, they are not in this version.
Next steps
Section titled “Next steps”- Getting started, install, author your first FAQ, verify it on the storefront.
- Configuration, the two settings and what they change.
- Authoring FAQs, the repeater, HTML in answers, ordering and de-duplication.