Description
This plugin simplifies managing media metadata in WordPress. When you upload an image or video, it automatically populates the title, alt text, caption, and description fields using the sanitized filename. Hyphens and underscores in filenames are replaced with spaces, and each word is capitalized for better readability. A settings page lets you choose which metadata fields to update, ensuring compatibility with SEO plugins.
Installation
- Upload the
auto-fill-image-meta
folder to/wp-content/plugins/
, or install it via the WordPress plugins screen. - Activate the plugin from the ‘Plugins’ screen.
- (Optional) Go to Settings > Image/Video Meta to configure which fields to update.
- Upload an image or video, and the plugin will auto-fill its metadata.
FAQ
-
Does this plugin work with videos?
-
Yes, it supports both images and videos, filling their metadata based on the filename.
-
Can I choose which fields to update?
-
Yes, configure which fields (title, alt text, caption, description) to update via the settings page.
-
Will this conflict with SEO plugins?
-
It’s designed to minimize conflicts. Disable specific fields in the settings to avoid overwriting data from plugins like Yoast SEO.
Reviews
Contributors & Developers
“Auto Fill Image Meta” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Auto Fill Image Meta” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0
- Initial release with support for images, videos, settings page, and Unicode filename handling.