I want to automatically add caption for each picture appears in the name of the image or the alternative text
example Caption add automatic
I want to automatically add caption for each picture appears in the name of the image or the alternative text
example Caption add automatic
You must be logged in to post a comment.
You can add programmatically caption, alt, description every time you upload image at backend.
https://brutalbusiness.com/automatically-set-the-wordpress-image-title-alt-text-other-meta/
I tried myself this and worked nice as your expectation. This is for all your future upload images.
Try this and let me know.
To put in a plugin, these solutions came from eskimo and sam..
we simply select all the attachment where the post_excpert is empty and udpate it , put the title of it in description and caption when they are empty
Here another similar query for the same result:
So with these solution we can import(SELECT) many image in wp gallery.Firstly the caption doesn’t appear, we need to update (UPDATE)the post to see it in front end.