AI Featured image
AI Featured Image Generator creates AI-powered featured images right from the WordPress editor. Click “Generate Featured Image” on any post and the plugin builds a unique image from your post title, chosen style, and optional custom prompt, using OpenAI, Stability AI, or Grok/xAI on the free plan, or Google Gemini on Pro. Every image gets alt text automatically and an SEO-friendly filename based on your post title. Generate one at a time in the editor, in bulk, straight from the Posts list, or inline in your content with the AI Image Generator block. Everything is managed from one settings hub. Video Walkthrough Free Features 3 free AI providers: OpenAI, Stability AI, and Grok/xAI (Google Gemini available on Pro) OpenAI models: GPT Image 2 (newest, default): excels at text rendering in multiple languages, visual reasoning, multi-object scenes, transparent backgrounds, mask-based editing, and up to 4K output. Also GPT Image 1.5, GPT Image 1, and GPT Image 1 Mini (budget-friendly) Stability AI: Stable Image Core with 16 native style presets (Photographic, Cinematic, Anime, Digital Art, Comic Book, Fantasy Art, and more) Grok/xAI: Grok Imagine Image: fast and affordable at $0.02 per image 13 style presets: Common (None, Realistic, Artistic, Cartoon, Minimalist) and Creative (Sketch, Watercolor, 3D Render, Pixel Art, Cyberpunk, Fantasy, Anime, Technicolor) Custom prompts: plus one-click Generate Prompt from Content, which crafts an AI-optimized prompt from your post title and body (OpenAI and Grok free; Gemini on Pro) 7 image sizes with GPT Image 2: square, portrait, landscape, widescreen 16:9, vertical 9:16, ultra-wide 3:1, and tall banner 1:3 (older OpenAI models support the first three) 3 aspect ratios for Stability AI and Grok: 1:1, 16:9, and 9:16 Output control (OpenAI): WebP/PNG/JPEG format, compression slider (1–100), and Low/Medium/High generation quality Text control: allow or block text, captions, and words in generated images Auto alt text: from the post title, the prompt, or a custom template with {title}, {prompt}, {style}, and {site_name} placeholders. with an option to preserve manual edits on regeneration Bulk Generate: up to 5 posts per batch, 50 images lifetime on the free plan Generate from Post List: an “AI Featured Image” column on the Posts/Pages list with a one-click Generate/Regenerate link, so there is no need to open the editor, and it doesn’t count against the free bulk limit Inline images: the AI Image Generator block adds AI images anywhere in your Gutenberg content, with its own settings tab Multisite compatible Pro Features 🚀 Google Gemini: Nano Banana (Gemini 2.5 Flash), Nano Banana 2 Preview (Gemini 3.1 Flash), and Nano Banana Pro (Gemini 3 Pro): up to 4K resolution and 10 aspect ratios Image upscaling (Stability AI): Conservative (faithful 4x), Creative (AI-enhanced 4K), or Fast (quick 4x), right from the post editor Background removal (Stability AI): one click isolates the subject and saves a transparent PNG as your featured image Advanced Stability AI models: Stable Image Ultra, SD 3.5 Large / Large Turbo / Medium / Flash, SD 3 Large / Large Turbo / Medium, and SDXL 1.0 Negative prompts (Stability AI): exclude unwanted elements, e.g. “blurry, watermark, text, low quality” Grok Imagine Image Pro: higher quality at $0.07 per image, plus 2K resolution More aspect ratios: 9 for Stability AI, 9 for Grok, 10 for Gemini More output formats: PNG/JPEG/WebP for Stability AI, and automatic WebP conversion for Gemini and Grok images Unlimited Bulk Generate: hundreds of posts at once with filters for post type, status, date range, and thumbnail status, plus real-time progress Custom post types: enable generation for any public post type Custom styles: create named styles with your own prompt descriptions, available in every style dropdown Brand Kit: save your brand colors, a style description, tone, and avoid-rules, plus an optional reference image (used by Google Gemini) and a logo watermark, applied automatically to every image you generate, with a per-image “Use Brand Kit” toggle to skip it Want to unlock Google Gemini AI, image upscaling, background removal, unlimited bulk generation and more? Upgrade to Pro here. Requirements WordPress 5.8 or higher PHP 7.4 or higher An API key for at least one provider: OpenAI (free plan) Stability AI (free plan) Grok/xAI (free plan) Google Gemini (Pro only) External Services This plugin connects to your chosen AI provider’s API to generate images. For every provider: Your post title and content (or your custom prompt, and for Stability AI any negative prompt) are sent to the provider’s API when you generate an image Your API key for that provider authenticates each request Requests are only sent when you trigger generation: from the post editor, the Posts list, Bulk Generate, or the AI Image Generator block “Generate Prompt from Content” sends your post title and body to the provider’s text API: gpt-4o-mini (OpenAI), grok-3-mini (Grok), or Gemini 2.5 Flash (Gemini, Pro) OpenAI (Free & Pro): image generation and prompt generation. Terms of Service | Privacy Policy | API Documentation Stability AI (Free & Pro): image generation; for Pro users, upscaling and background removal also send your existing featured image file to Stability AI for processing. Terms of Service | Privacy Policy | API Documentation Grok / xAI (Free & Pro): image generation and prompt generation. Terms of Service | Privacy Policy | API Documentation Google Gemini (Pro only): image generation and prompt generation. Terms of Service | Privacy Policy | API Documentation Data usage: generated images are stored in your WordPress media library. No personal data is stored by the providers beyond what’s necessary for API processing. You are responsible for ensuring your content complies with the selected provider’s usage policies.
Top keywords
- image31×3.28%
- ai23×2.44%
- gemini15×1.59%
- pro15×1.59%
- stability14×1.48%
- stability ai14×1.48%
- post13×1.38%
- generate12×1.27%
- grok12×1.27%
- prompt12×1.27%
- generation11×1.17%
- api10×1.06%
B7 Multiple Featured Images for Post
The “B7 Multiple Featured Images for Post” plugin for WordPress allows you to go beyond the single featured image limitation. This plugin empowers you to add up to three additional featured images to your posts, providing a richer visual representation of your content. Display these images on your posts using a simple function call in your theme or via a convenient shortcode. How does the plugin work? This plugin extends the functionality of WordPress posts by adding a meta box in the post edit screen. This meta box allows you to select up to three additional images using the standard WordPress media uploader. These images are then stored as post meta data, which can be retrieved and displayed on the front-end of your site. Usage Adding Multiple Featured Images: When editing a post, locate the “Multiple Featured Images” meta box in the sidebar. Click the “Select Image” buttons to choose up to three additional featured images using the WordPress Media Library. Save or update your post. Displaying Images on the Frontend: In your theme’s template files: Use the function b7mufeimdisplaymultiplefeatured_images( get_the_ID(), 'medium' ); in your theme’s template files (e.g., single.php, content.php). Replace 'medium' with your desired image size (thumbnail, medium, large, full, or custom sizes). Using Shortcode: Use the shortcode [b7_multiple_featured_images] within your post content or widgets to display the multiple featured images. Shortcode Parameters: The [b7_multiple_featured_images] shortcode accepts the following optional parameters to customize its output: size: (Optional) Defines the image size to be displayed. Possible values: Any registered WordPress image size name (e.g., thumbnail, medium, large, full) or a custom image size name defined by your theme. Default value: thumbnail if the size parameter is not specified. post_id: (Optional) Specifies which post’s featured images to display. Possible values: The ID of a WordPress post. Default value: If post_id is not specified, the shortcode will display multiple featured images for the current post where the shortcode is used. Shortcode Usage Examples: Here are various ways to use the shortcode: Basic Usage (Default Thumbnail Size, Current Post): [b7_multiple_featured_images] This will display the multiple featured images of the current post, using the thumbnail image size for each image. Specify Image Size (Medium Size, Current Post): [b7_multiple_featured_images size="medium"] This will display the multiple featured images of the current post, using the medium image size. You can replace "medium" with other sizes like "large" or "full". Specify a Post ID (Thumbnail Size, Specific Post): [b7_multiple_featured_images post_id="123"] This will display the multiple featured images of the post with ID 123, using the default thumbnail image size. Replace "123" with the actual ID of the post you want to target. Specify Both Size and Post ID (Large Size, Specific Post): [b7_multiple_featured_images size="large" post_id="456"] This will display the multiple featured images of the post with ID 456, using the large image size. Replace "456" with the desired post ID and "large" with your preferred image size. Using in Widgets: You can directly paste any of the above shortcode examples into a WordPress Text widget to display multiple featured images in your sidebar or other widget areas. Remember that in most cases in widget areas, you would likely want to specify a post_id to display images from a specific post, rather than relying on “current post”.