Adding a Tag to all pictures used on ALL pages (via PHP?)
-
We have a lot of images that we are not using on the website. We need to tidy them up (delete). I tried different plugins, but none of them can detect all different ways how pictures are added to a page. For example some gallery plugins.
Now I just want to go over all pages and add them manually. Hopefully I can still automate parts of the process.
I can get a list of image URLs from Spider SEO.Is there a way I can add a Tag in PHP?
Is there some MLA function to do it?
I could iterate using some PHP over all images in our library, check if the file name is in the list I got from Spider and add a Tag like “used on website”Thanks!
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Adding a Tag to all pictures used on ALL pages (via PHP?)’ is closed to new replies.