Field Type – Image Hyperlink with Caption

WordPress Plugin Staff List – Field Type – Image Hyperlink with Caption

Not related to built-in staff member image. It’s a field type that can be added and behaves like the any other other input field.
Image hyperlink with caption – HTML output.
<a href="https://abcfolio.com/">
<figure class="myContainer">
<img src="http://mydomain.com/img.jpg" alt="alt text" class="myImg">
<figcaption class="myCaption">Caption</figcaption>
</figure>
</a>
Custom classes are optional.
p222895