Lumina-Flux Content Generator

Description

Quickly generate customizable placeholder content for design, layout testing, and development workflows using a simple shortcode. Skip the Lorem Ipsum — plain, readable placeholder text that won’t distract clients or accidentally read as offensive, political, or suggestive.

Designed for the design and staging phase of a WordPress build, so you can preview exactly how your layouts look with realistic paragraph density before the actual content exists.

Two modes, one shortcode:

  • Structural mode — specify the exact number of paragraphs and sentences per paragraph
  • Excerpt mode — specify a character count and the plugin fills to that length, always ending on a complete sentence

Optional style overrides:

  • Set a hex color, font size, or font weight directly in the shortcode
  • When not set, text inherits your theme’s typography automatically

Works with all major page builders including Elementor, Divi, Beaver Builder, and the native Gutenberg block editor.

Key features:

  • Shortcode-based — works anywhere WordPress shortcodes are supported
  • Fully neutral word list — no gendered, suggestive, racial, religious, political, or nationality terms
  • No external API calls — all content generated locally from a built-in word list
  • No assets loaded on the front end — zero impact on page speed
  • Optional inline style overrides with input validation
  • Inherits theme styling by default

Support & Policies:

Shortcode Reference

Basic usage — all defaults:
[lumina_content]
Generates 3 paragraphs, 4 sentences each.

Word mode (headings and short display text):
[lumina_content word-count=”4″]
Returns exactly N plain words with no sentence punctuation or paragraph tags. Drop into a heading block for dummy header text. Maximum 20 words.

Structural mode:
[lumina_content number-of-paragraphs=”2″ sentences-per-paragraph=”5″]

Excerpt mode:
[lumina_content excerpt-character-amount=”400″]
Excerpt mode takes priority over structural mode if both are specified.

With style overrides:
[lumina_content color=”#2c3e50″ size=”18px” weight=”bold”]

Full example:
[lumina_content number-of-paragraphs=”3″ sentences-per-paragraph=”4″ color=”#444444″ size=”1rem” weight=”400″]

Accepted values for style attributes:

  • color — hex color only: #rgb or #rrggbb (e.g. #333 or #2c3e50)
  • size — CSS size with unit: px, em, rem, or % (e.g. 16px, 1.2rem)
  • weightnormal, bold, lighter, bolder, or 100 through 900 in steps of 100

Invalid values are silently ignored — nothing will break.

Screenshots

  • Default shortcode output inheriting theme typography
  • Excerpt mode used across a three-column layout
  • Style overrides applied for a bold hero section preview

Installation

From the WordPress dashboard:

  1. Go to Plugins Add New Upload Plugin
  2. Upload the plugin zip file
  3. Click Install Now, then Activate

Via FTP:

  1. Upload the plugin folder to /wp-content/plugins/
  2. Go to Plugins in your WordPress dashboard and click Activate next to Lumina-Flux Content Generator

Using the shortcode:

Place [lumina_content] on any page, post, or widget area that supports shortcodes. No configuration required — it works out of the box with sensible defaults.

FAQ

Will this text appear on my live site?

Yes, if you publish the page with the shortcode on it. Lumina-Flux Content Generator is intended for staging and design review. Remove or replace the shortcode before going live.

Can I use more than one shortcode on the same page?

Yes, as many times as you like. Each instance generates completely independent content.

The text looks different on each page load — is that normal?

Yes. Word and sentence order is randomised each time the page loads, giving a realistic preview of how varying content lengths will look in your layout. This is intentional.

Can I control how much text is generated?

Yes. Use number-of-paragraphs and sentences-per-paragraph for structural control, or excerpt-character-amount for a fixed character count. See the full attribute reference below.

Does it slow down my site?

No. All text is generated from a local word list built into the plugin. There are no external API calls, no database queries, and no front-end assets loaded.

Can I style the output?

Yes. Use the optional color, size, and weight attributes to override your theme’s typography for a specific shortcode instance. When omitted, the text inherits your theme’s defaults.

Does it work with Elementor, Divi, or other page builders?

Yes. Add a Shortcode widget (Elementor) or Text/Code module (Divi, Beaver Builder) and paste the shortcode in. It inherits the column’s typography settings automatically.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Lumina-Flux Content Generator” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.0.0

  • Initial release
  • Structural mode: paragraph and sentence count control
  • Excerpt mode: character count with clean sentence-end truncation
  • Optional inline style overrides: color, font size, font weight
  • Curated neutral English word list — reviewed for suggestive, gendered, racial, religious, and political content