• Resolved AndB

    (@andb)


    Hi! Just wondering if this plugin will work with images already uploaded or only for the new ones, can you tell me?
    I looked at your automatic-image-alt-attributes.php but I’m not really a programmer…
    So from what I understand this pluging render the ALT Text “on the go” ? So my images are not touched in anyway? An the ALT TEXT is not stored in wordpress database, is it right?
    Last question? Is it REALLY SAFE ?? I have a website with more than 10000 images and I don’t really want to mess up things… hope you understand!
    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Dan

    (@birmingham)

    Hi, it renders alt text from the main title of the image in the media library, so no settings are changed in any way, it only adds alt text into the HTML code of the image that gets inserted into the post at the time of inserting it. It also filters images used in theme templates, such as category pages, to add alt text the moment the thumbnail HTML code is rendered.

    It doesn’t backdate images that were inserted into posts before the plugin was installed – this would involve editing the post HTML which could annoy people who have already hand-crafted the HTML of their posts, so you will need to install & activate the plugin then re-insert each image that has a title in the media library but lacks alt text in the post. Any images inserted prior to WP 4.7 will have had alt text inserted in a similar way to how this plugin does it, so you only need to re-insert images that were inserted into posts since the time of updating to WP 4.7

    Plugin Author Dan

    (@birmingham)

    It’s very safe, don’t worry, as it doesn’t change any settings, it only adds alt text to the outputted image HTML in 2 ways:

    * on the fly for template pages (such as category pages). so no settings are messed with (so you can always deactivate the plugin and it will be like it used to be)

    * at the point of inserting an image into a post, so where the image code is inserted into the post, there is some alt text there too. insert an image into a post after activating the plugin and see the difference. deactivate the plugin at any time and only the posts that you’ve inserted images into since the plugin was active will remain affected (by having alt text in the images that were inserted since the plugin was active)

    so it’s really quite harmless, and yet very important for seo. without alt text google will be clueless what your images are about.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Will work even on past images?’ is closed to new replies.