Gutenberg blocks

The 23 Gutenberg blocks Aimogen Pro registers, what each renders, and how they relate to the shortcodes.

Aimogen Pro registers 23 blocks in the Aimogen Blocks category of the block inserter. Each wraps a shortcode callback, so a block and its shortcode render identically.

The blocks#

BlockRenders
Aimogen Display Posts[aimogen-display-posts]
Aimogen List Posts[aimogen-list-posts]
Aimogen Article[aimogen-article]
Aimogen Image[aimogen-image]
Aimogen Stable Image Generator[aimogen-stable-image]
Aimogen MidJourney Image Generator[aimogen-midjourney-image]
Aimogen Replicate Image Generator[aimogen-replicate-image]
Aimogen Ideogram Image Generator[aimogen-ideogram-image]
Aimogen Cloudflare Image Generator[aimogen-cloudflare-image]
Aimogen Completion Form[aimogen-text-completion-form]
Aimogen Editing[aimogen-text-editing-form]
Aimogen Image Generator[aimogen-image-generator-form]
Aimogen Stable Image Generator (form)[aimogen-stable-image-generator-form]
Aimogen Stable Image Editor[aimogen-image-editor-form]
Aimogen MidJourney Image Generator (form)[aimogen-midjourney-image-generator-form]
Aimogen Replicate Image Generator (form)[aimogen-replicate-image-generator-form]
Aimogen Ideogram Image Generator (form)[aimogen-ideogram-image-generator-form]
Aimogen Cloudflare Image Generator (form)[aimogen-cloudflare-image-generator-form]
Aimogen User Remote Chatbot[aimogen_user_remote_chatbot]
Aimogen Chatbot[aimogen-chat-form]
Aimogen Realtime Chatbot[aimogen-realtime-chat]
Aimogen Chatbot Persona Selector[aimogen-persona-selector]
Aimogen Front End AI Post Creator[aimogen_post_creator]

Block names use the namespace aiomatic-automatic-ai-content-writer/…, retained for backward compatibility so existing content does not break. See Legacy Aiomatic identifiers.

Blocks were updated to the v3 block API in 2.7.1.

The WordPress block inserter filtered to Aimogen

Blocks versus shortcodes#

BlockShortcode
Discoverable in the inserteryesno
Configured with a panelyestyped attributes
Works outside the block editornoyes
Every attribute availablethe exposed onesall

For editors, blocks. For full control or non-block contexts, shortcodes.

Editor-side AI features#

Separate from these blocks, Aimogen Pro adds AI actions inside the editor:

The Content Wizard — select text and rewrite it in place. Works in Gutenberg and the Classic Editor. See More AI tools.

The AI post creator sidebar — generate a post from the editor.

The AI Custom Field generator — added in 2.7.7, generates custom field values with AI.

The AI meta generator — generates SEO fields from the editor.

These are documented in Gutenberg and Classic Editor.

Converting generated HTML to blocks#

Convert Gutenberg (Settings › General Settings) turns generated article HTML into Gutenberg blocks rather than one classic block. Enable it if your editors work in the block editor.

Common problems#

Blocks are missing from the inserter. The plugin is not active, or the licence is not activated.

A block renders nothing. The underlying feature is not configured — no API key, or the provider for that block is not set up.

Block content vanished after editing. Block validation failed, usually because the rendered output changed. Blocks with a render_callback produce their output at display time, so this is uncommon.

Still stuck? Open a support ticket and include the diagnostics from Aimogen Pro › System & Logs › System Info.