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:
Optional style overrides:
Works with all major page builders including Elementor, Divi, Beaver Builder, and the native Gutenberg block editor.
Key features:
Support & Policies:
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)weight — normal, bold, lighter, bolder, or 100 through 900 in steps of 100Invalid values are silently ignored — nothing will break.