-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
47 lines (33 loc) · 2.02 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
=== Media Alt Text Manager ===
Contributors: thegulshankumar
Donate link: https://ko-fi.com/gulshan
Tags: accessibility, alt text, media library, seo, image optimization
Requires at least: 4.9.9
Requires PHP: 7.2
Tested up to: 6.6.2
Stable tag: 1.0.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Easily manage alt text for media items directly from the WordPress media library, improving accessibility and SEO.
== Description ==
The **Media Alt Text Manager** plugin enhances the WordPress media library by adding a sortable 'Alt Text' column. This feature simplifies managing alternative text for images, thereby improving your site's accessibility and SEO.
== Key Features ==
* **Alt Text Column**: Adds a new column to the media library displaying the alt text for each image.
* **Sorting by Alt Text Status**: Enables sorting of media items based on their alt text status.
* **Enhanced Workflow**: Streamlines the process of ensuring all images have appropriate alt text.
== Installation ==
1. Upload the plugin files to the `/wp-content/plugins/media-alt-text-manager` directory, or install the plugin through the WordPress plugins screen.
2. Activate the plugin through the 'Plugins' screen in WordPress.
3. Navigate to your Media Library to start using the plugin.
== Frequently Asked Questions ==
= Who can use this plugin? =
Users with the capability to edit posts, typically editors and administrators, can fully access and interact with the alt text management features offered by this plugin. Authors, on the other hand, are limited to setting alt text solely for their own uploaded images.
= Is this plugin compatible with my theme? =
Yes, this plugin is compatible with most WordPress themes, as it operates solely within the media library in the admin area.
== Screenshots ==
1. Media library with the new Alt Text column
== Changelog ==
= 1.0.1 =
* Fixed: Alt text input field now only displays for image media types, preventing confusion for users when editing other media types.
= 1.0.0 =
* Initial release