Skip to content

Latest commit

 

History

History
69 lines (46 loc) · 2.56 KB

File metadata and controls

69 lines (46 loc) · 2.56 KB

Auto Image Attributes

Contributors: mathieupellegrin
Contributors: arunbasillal
Tags: image title, image caption, image description, alt text, bulk edit images, bulk rename images, auto image attributes, auto image alt text, remove underscores
Requires at least: 3.0
Tested up to: 4.8
Stable tag: trunk
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Based on "Auto Image Attributes From Filename With Bulk Updater" by arunbasillal

Automatically Add Image Title, Caption, Description And Alt Text From Filename. Includes a bulk updater to update existing images in the Media Library

Description

Automatically add Image attributes such as Image Title, Image Caption, Description And Alt Text from Image Filename.

The plugin can update image attributes for both new images and existing images in the media library.

With this plugin you can:

  • Set the image filename as the image Title.
  • Set the image filename as the image Caption.
  • Set the image filename as the image Description.
  • Set the image filename as the image Alt Text.
  • Remove hyphens from the image filename.
  • Remove underscores from the image filename.
  • Choose to turn off any of the above mentioned features.

With the bulk updater you can:

  • Set the image filename as image Title, Caption, Description and Alt Text after removing hyphens and underscores from the filename.
  • Update any number of images in your Media Library in one click.

If your image filename is my_image-name.jpg, your Image Title, Caption, Description And Alt Text will be My Image Name.

The plugin settings and bulk updater are in WordPress Admin > Settings > Image Attributes. Here you can choose which attributes to update for NEW uploads.

Please remember to take a database backup before running the bulk updater.

Installation

To install this plugin:

  1. Install the plugin through the WordPress admin interface, or upload the plugin folder to /wp-content/plugins/ using ftp.
  2. Activate the plugin through the 'Plugins' screen in WordPress.
  3. Go to WordPress Admin > Settings > Image Attributes.

Frequently Asked Questions

Will this plugin update existing images in the media library?

Yes, the plugin will update image Title, Caption, Description And Alt Text from the image filename for both existing images in the media library and new uploads.

Screenshots

  1. The settings page in WordPress Admin > Settings > Image Attributes

Changelog

1.0

  • Fork from original plugin
  • Add settings compliance on Bulk updater
  • Fixes bug on new uploads processing
  • Cleanup markup