[ad_1]
While cleaning up some old posts, I noticed that many of my images with captions were at some point converted to “figures,” so instead of leading with the tag they lead with <figure id>, which makes the existing captions appear to the right of the image. Is there an easy way to mass-remove these figure tags rather than doing them one-by-one? I have thousands of posts, so it would be very time-consuming.
[ad_2]
Instead of removing the figure tags, which are semantically correct (figure and figcaption), you should just adjust your CSS to the new tags. Should take literally a minute if you know CSS.