Spintax

Spintax

By Franky
Details
View on WordPress

Spintax is a WordPress plugin for template-based content generation using spintax markup. Create reusable templates with randomised text variants, variable substitution, and permutation logic — then embed them anywhere on your site via shortcodes or PHP.

Key features:

  • Enumerations {a|b|c} — randomly pick one option, with nesting support
  • Permutations [<config>a|b|c] — pick N elements, shuffle, join with custom separators
  • Variables %var% — global, local (#set), and shortcode-level variable scopes
  • Conditionals {?VAR?then|else} — render a branch based on whether a variable is set (also {?!VAR?then} inverted)
  • Plural agreement {plural <count>: form1|form2|form3} — pick grammatically correct noun form by count. RU/UK/BE 3-form (one|few|many), EN-style 2-form (one|many). First spintax engine with first-class plurals.
  • Nested templates — embed templates within templates via #include or [spintax]
  • Object cache — rendered output cached via WP Object Cache API (Redis/Memcached ready)
  • Cron regeneration — optional scheduled cache refresh per template
  • Validation — bracket matching, circular reference detection, syntax checking
  • Admin UI — code editor, live preview, shortcode copy, settings page

Syntax based on the GTW (Generating The Web) standard.

External services

This plugin does not connect to any external services, APIs, or third-party servers.

All content generation happens locally on your WordPress server. No data is sent externally. No remote requests are made during activation, rendering, or caching.

Privacy Policy

This plugin does not collect, store, or transmit any personal user data. It does not use cookies, tracking pixels, analytics, or any form of telemetry.

Templates and their rendered output are stored entirely within your WordPress database and object cache.

Credits

Details

Plugin code:
spintax
Plugin version:
1.5.0
Author:
Outdated:
No
WP version:
6.2 or higher
PHP version:
8.0 or higher
Test up to WP version:
6.9.4
Total installations:
0
Last updated:
2026-05-11
Rating:
Times rated:
0
content-generation
dynamic-content
seo
spintax
templates