Skip to main content

Lumina-Flux Software Development

Lumina-Flux Content Generator — User Guide

Version 1.0.0 | lumina-flux.com

What the Lumina-Flux Content Generator WordPress Plugin Does

Lumina-Flux Content Generator lets you instantly fill any page or layout with clean, neutral placeholder text using a simple shortcode. Skip the Lorem Ipsum. Our plugin offers plain, readable placeholder text that won’t distract your client or accidentally read as offensive, political, or suggestive. Designed for use during the design and staging phase of a WordPress build, so you can see exactly how your layouts look with real paragraph density before the actual content exists.

Requirements

  • WordPress 5.0 or higher
  • PHP 7.4 or higher
  • No additional plugins required

Lumina-Flux Content Generator WordPress Plugin Installation

  1. Download the plugin zip file
  2. Upload it to your site via Plugins → Add New → Upload Plugin, or drop the folder directly into /wp-content/plugins/ via FTP
  3. Go to Plugins in your WordPress dashboard and click Activate next to Lumina-Flux Content Generator
  4. Place the shortcode anywhere on a page or in a widget that supports shortcodes

 

Lumina-Flux Content Generator Plugin Basic Usage

Place this shortcode on any page, post, or widget area:

[lumina_content]

With no settings, this generates 3 paragraphs with 4 sentences each — a solid default for most layout previews.

Lumina-Flux Content Generator Plugin Shortcode Attributes

All attributes are optional. Mix and match as needed.

Structural Mode — Control Paragraphs and Sentences

Use this when you want precise control over how much text appears.

Shortcode Attribute

number-of-paragraphs

sentences-per-paragraph

What This Controls

Number of paragraphs to generate

The number of sentences in each paragraph

Default Setting if Not Specified

3

4

Shortcode Attribute

number-of-paragraphs

sentences-per-paragraph

What This Controls

The number of paragraphs to generate

The number of sentences in each paragraph

Default Setting if Not Specified

3

4

Example: 2 paragraphs, 6 sentences each

[lumina_content number-of-paragraphs="2" sentences-per-paragraph="6"]

Example: 1 single paragraph, 3 sentences

[lumina_content number-of-paragraphs="1" sentences-per-paragraph="3"]

Excerpt Mode — Control by Character Count

Use this feature when you need text to fit a specific length — for example, matching a blog feed excerpt or a fixed-height card.

 

Shortcode Attribute

excerpt-character-amount

What This Controls

The total characters to generate

Default Setting if Not Specified

(none)

The text will always end on a complete sentence — never mid-word or mid-sentence.

If excerpt-character-amount is set, it takes priority and the paragraph/sentence attributes are ignored.

Example: approximately 300 characters

[lumina_content excerpt-character-amount="300"]

Title Mode — Control by Word Count

Use this feature when you need a title or subtitle and need a specific number of words. This mode works with styling the same as the original paragraph mode does.

 

[lumina_content word-count="2"]

Example: 1 line, 2 Words

Full Example — Control Everything

This is an example of a customized shortcode with all available variables in place.

[lumina_content number-of-paragraphs="3" sentences-per-paragraph="4" color="#444444" size="24px" weight="400"]