Title: FAQ ZYREX
Author: Zyrex
Published: <strong>December 27, 2022</strong>
Last modified: May 21, 2026

---

Search plugins

![](https://ps.w.org/faq-zyrex/assets/banner-772x250.png?rev=3511107)

![](https://ps.w.org/faq-zyrex/assets/icon-256x256.png?rev=3511107)

# FAQ ZYREX

 By [Zyrex](https://profiles.wordpress.org/zyrexpl/)

[Download](https://downloads.wordpress.org/plugin/faq-zyrex.2.1.1.zip)

 * [Details](https://wordpress.org/plugins/faq-zyrex/#description)
 * [Reviews](https://wordpress.org/plugins/faq-zyrex/#reviews)
 *  [Installation](https://wordpress.org/plugins/faq-zyrex/#installation)
 * [Development](https://wordpress.org/plugins/faq-zyrex/#developers)

 [Support](https://wordpress.org/support/plugin/faq-zyrex/)

## Description

**FAQ ZYREX** turns a messy “Frequently Asked Questions” section into a clean accordion
that ranks in Google. One shortcode, one admin screen, zero JavaScript, zero tracking,
zero external dependencies.

### Why FAQ ZYREX is different

 * **Native Gutenberg block.** Insert your FAQ visually in the block editor — pick
   which entries to show with checkboxes, see live preview. Or keep using the classic
   shortcode `[zxfaq]`, whichever you prefer.
 * **Semantic HTML5.** Uses native `<details>`/`<summary>` elements — zero JavaScript
   required, perfect accessibility, perfect SEO signal for Google.
 * **Google rich snippets built in.** Every FAQ you publish is automatically marked
   up with `FAQPage` JSON-LD schema — the same markup that makes competitor pages
   appear with expandable questions right in the search results. More SERP real 
   estate, higher CTR, more traffic.
 * **Under 100 KB total.** No bloated page builder dependency, no jQuery, no CDN
   calls. Works on any theme, any cache plugin, any hosting.
 * **Ships with 6 translations.** Polski, English, Deutsch, Français, Español, Italiano—
   fully translated admin and frontend. No “help wanted” message, no half-done strings.
 * **Style it your way.** Colors (6 variables), font size, border radius, padding
   and your own custom CSS — all from one settings screen. Match any theme in under
   a minute.
 * **Privacy-safe.** Zero third-party calls, zero tracking, zero fonts from Google.
   GDPR-friendly out of the box.

### Features at a glance

 * **Gutenberg block** with live preview and FAQ picker
 * Shortcode `[zxfaq]` — drop anywhere (post, page, widget, template)
 * Display only selected entries: `[zxfaq ids="1,3,5"]` or via block checkboxes
 * Multi-line answers with basic HTML (links, bold, lists)
 * Reorder entries with one click
 * FAQPage JSON-LD schema (optional, on by default)
 * Appearance panel: 6 colors, font size, border radius, padding, custom CSS
 * 6 built-in translations + .pot template for more
 * CSRF-protected admin (nonces + capability checks)
 * No external dependencies, no tracking, no CDN
 * Pure-CSS accordion — works everywhere

### Ideal for

 * E-commerce product pages that need FAQ for SEO
 * Service businesses answering repeated customer questions
 * Knowledge bases, help centers, landing pages
 * Anyone who wants an FAQ section without installing a page builder

### About

Built and maintained by [Zyrex](http://zyrex.pl) — keep it simple, keep it fast.

## Screenshots

 * [[
 * Admin list of FAQ entries with reorder, edit and delete controls.
 * [[
 * Appearance settings — customize colors, font size, border radius and custom CSS.

## Blocks

This plugin provides 1 block.

 *   FAQ Zyrex FAQ accordion with Google rich snippets (FAQPage JSON-LD). Pick which
   entries to show.

## Installation

 1. In WordPress admin: **Plugins  Add New**, search for “FAQ ZYREX”, click Install
    and Activate. Or upload the ZIP via **Plugins  Add New  Upload Plugin**.
 2. Go to **FAQ Zyrex** in the admin menu and add your first question.
 3. Optional: under **FAQ Zyrex  Appearance** customize colors and typography.
 4. Paste `[zxfaq]` into any post, page or widget.

## FAQ

### How do I display the FAQ on a page?

Paste the shortcode `[zxfaq]` anywhere on a post, page, or in a text widget.

### Can I show only some entries?

Yes. Use `[zxfaq ids="1,3,5"]` — IDs are visible in the admin table.

### Does this plugin add schema for Google?

Yes, that’s the main reason to use it. Any page containing `[zxfaq]` automatically
outputs `FAQPage` JSON-LD in the footer. You can disable this in the appearance 
settings.

### Can I change colors and fonts?

Yes. **FAQ Zyrex  Appearance** lets you set question/answer background and text 
colors, hover color, border color, font size, border radius, padding and your own
custom CSS.

### Which languages are supported?

Polski, English, Deutsch, Français, Español, Italiano. All translations ship with
the plugin — no separate download needed.

### Can I translate it into another language?

Yes. Use the included `/languages/faq-zyrex.pot` template with Poedit (or similar)
to create your translation.

### Does it work with page builders (Elementor, Divi, WPBakery)?

Yes, use the shortcode widget/block in any builder.

### Is JavaScript required on the frontend?

No. The accordion uses native HTML5 `<details>`/`<summary>` — it works without JavaScript,
without jQuery, and loads instantly.

### How do I use the Gutenberg block?

In the block editor, click `+`, search for “FAQ Zyrex” and insert. The block preview
appears immediately. Open the sidebar panel on the right to pick specific entries,
or leave empty to show all.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“FAQ ZYREX” is open source software. The following people have contributed to this
plugin.

Contributors

 *   [ Zyrex ](https://profiles.wordpress.org/zyrexpl/)

[Translate “FAQ ZYREX” into your language.](https://translate.wordpress.org/projects/wp-plugins/faq-zyrex)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/faq-zyrex/), check 
out the [SVN repository](https://plugins.svn.wordpress.org/faq-zyrex/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/faq-zyrex/) by [RSS](https://plugins.trac.wordpress.org/log/faq-zyrex/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 2.1.1

 * Compatibility: Tested with WordPress 7.0.
 * Fixed: Block editor styles now load inside the iframed editor canvas (WP 7.0 
   serves the editor in an iframe by default).
 * Changed: Minimum requirements raised to WordPress 6.3 and PHP 7.4, in line with
   WordPress 7.0 dropping PHP 7.2/7.3 support.

#### 2.1.0

 * New: Native Gutenberg block with live preview and FAQ picker (select specific
   entries via checkboxes, or leave empty to show all).
 * New: Semantic HTML5 accordion using native `<details>`/`<summary>` — better SEO
   signal, better accessibility, zero JavaScript.
 * New: REST API endpoint `/wp-json/zxfaq/v1/list` (auth required) for the block
   editor.
 * Improved: Styles are now properly loaded in the block editor for accurate preview.
 * Tested with WordPress 6.8.

#### 2.0.1

 * New: Plugin assets — icon and banner for wordpress.org page.
 * Improved: readme description focused on key benefits (SEO schema, speed, translations).
 * Improved: Tag optimization for plugin directory search.

#### 2.0.0

 * New: Appearance settings panel — colors, font size, border radius, padding, custom
   CSS.
 * New: Built-in translations for Polish, English, German, French, Spanish, Italian.
 * New: FAQPage JSON-LD structured data (Google rich snippets) — on by default.
 * New: Multi-line answers with basic HTML support (links, bold, italic, lists).
 * New: Reorder entries using up/down buttons.
 * New: `ids` shortcode attribute — display specific entries only.
 * New: Replaced Font Awesome CDN with inline SVG (faster, GDPR-friendly, no external
   dependency).
 * Security: Added WordPress nonces and capability checks to all admin forms.
 * Tested with WordPress 6.7.

#### 1.1

 * Initial public release.

## Meta

 *  Version **2.1.1**
 *  Last updated **2 days ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.3 or higher **
 *  Tested up to **7.0**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [Accordion](https://wordpress.org/plugins/tags/accordion/)[faq](https://wordpress.org/plugins/tags/faq/)
   [faq schema](https://wordpress.org/plugins/tags/faq-schema/)[Gutenberg block](https://wordpress.org/plugins/tags/gutenberg-block/)
   [rich snippets](https://wordpress.org/plugins/tags/rich-snippets/)
 *  [Advanced View](https://wordpress.org/plugins/faq-zyrex/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/faq-zyrex/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/faq-zyrex/reviews/)

## Contributors

 *   [ Zyrex ](https://profiles.wordpress.org/zyrexpl/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/faq-zyrex/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://paypal.me/zyrexpl?country.x=PL&locale.x=pl_PL)