[ad_1]
[ad_2]
I'm making a site with a lot of images, and currently the way wp-caption is rendering is
<a href="image url"><img src="thumbnail"></a>CaptionIs there some JS or PHP to change it so it automatically renders as:
<a href="image url"><img src="thumbnail">Caption</a>So that way the caption is included in the link?