Hello guys! I have a lot of posts in WordPress contains many mistakes, the most important is the lack of a ID of images in this posts. Is there a quick solution to fix all the problems in all the posts at one time? Take a look, this is one of them.
Hello, Can you be more clear about the Problem you face!? If you setup the wordpress to add the Alt with image-name and ID so it's doing so... otherwise i don't see where is the mistakes !!!
You need an id for images? Write a simple plugin to extend the image editor so that you can enter an id and insert it into the post. For the existing images you may be able to do something directly through the database. maybe an md5() of the path? Or write a custom script ... How you approach it will depend on each and every tweak you need.
Thank you very much for all, especially @sarahk, all images has been modified manually, there was no other solution.
if you were doing it on just one page, you could paste the text into notepad and do a copy and replace... replace '<img alt' with '<img id="foo" alt'