Use images from your theme as blocks in content.
As of April 2026, Theme Image Block is a WordPress media plugin with 0 active installations and a 0/5 rating0. It has been downloaded 196 times in total. Requires WordPress 6.8+ and PHP 7.4+. Available on WordPress.org since 2025. Recently updated within the last 3 months. Top alternative: Safe SVG.
The Theme Image Block plugin allows you to register images from your theme and make them available as blocks in the WordPress editor. This is useful for logos, icons, and other images that are part of your theme’s design system.
Theme images should be registered using HappyPrime\ThemeImageBlock\register_theme_image(). This is likely best done on the init or after_setup_theme action.
HappyPrime\ThemeImageBlock\register_theme_image(
'happy-prime-logo',
[
'title' => 'Happy Prime Logo',
'description' => 'The Happy Prime logo.',
'alt' => 'Happy Prime',
'path' => 'images/happy-prime-logo.svg',
'width' => '300',
'height' => '',
'variations' => [
'small' => […| WordPress | 6.8+ requiredTested up to 6.9.4 |
| PHP | 7.4+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.