media - Is it possible to change 'Link to' in all images in all articles?

admin2025-04-26  2

After some update, they all changed to none. Need to change to 'Media file'. Can I do it once and for all pictures in all articles?

I see in the text of article difference between images with Link To none and Media File:

<!-- Media File -->
<a href="... url ..."><img class="alignnone wp-image-936 size-full" src="... url ..." alt="Боракай" width="1000" height="586" /></a>

<!-- None -->
<img class="alignnone wp-image-936 size-full" src="... url ..." alt="Боракай" width="1000" height="586" />

So, it is an a tag. I suppose some regex applied to all articles would help.

转载请注明原文地址:http://conceptsofalgorithm.com/Algorithm/1745602361a309382.html

最新回复(0)