Tired of searching stock photo sites for every blog post? AI Featured Image Generator lets you create a fitting featured image with one click — directly from the post editor.
Key features:
Why “Bring Your Own Key”?
Image generation costs money. Instead of charging you a markup, you connect your own API key and pay providers directly at cost. Typically a few cents per image.
Supported providers:
What this plugin is NOT:
The Block Editor sidebar is compiled JavaScript built with @wordpress/scripts. The unminified source is included in the plugin package under src/sidebar.js.
To rebuild from source:
npm installnpm run buildThe compiled output is written to assets/js/sidebar.js and assets/js/sidebar.asset.php.
This plugin connects to external AI services to generate images. These connections are made exclusively when a user manually triggers image generation or tests their API key — never automatically.
When OpenAI is selected, the plugin sends your post title and optional custom prompt to the OpenAI API in order to generate an image.
When Ideogram is selected, the plugin sends your post title and optional custom prompt to the Ideogram API in order to generate an image.
No data is sent to the plugin author or any third parties. Generated images are stored in your own WordPress Media Library.