Contents

Permalinks settings — Plugixa FAQ

The Permalinks tab controls the URL structure for single FAQ pages. The plugin registers a custom rewrite rule so each FAQ can have its own canonical URL.

Go to Plugixa FAQ → Settings → Permalinks.

Permalink settings

Options

Key Default Values
permalink_base faq Single URL segment. Results in /faq/... as the FAQ namespace.
permalink_structure postname plain, numeric, postname, category, custom.
permalink_custom /%faq_slug%/ Template. Tokens: %faq_id%, %faq_slug%, %category_slug%. Only used when permalink_structure=custom.

Structure examples

Structure Resulting URL
plain /?plugixa_faq=42
numeric /faq/42/
postname /faq/reset-password/
category /faq/account/reset-password/
custom (/help/%category_slug%/%faq_slug%/) /help/account/reset-password/

After changing structure

Visit Settings → Permalinks in wp-admin and click Save (no changes needed — just the save action). This flushes WordPress rewrite rules so your new structure takes effect. Without this step the new URLs return 404.

The shortcode’s enable_permalinks="yes" attribute turns each FAQ into a link to its own page. Without it, FAQs open as accordion sections only.

[plugixa_faq enable_permalinks="yes"]

Quick Links