Caption vs. Description
-
There is some ambiguity in the IPTC definitions about caption vs. description. WordPress provides both fields in the Media Library, but Apple’s Photo and Adobe’s Photoshop Elements only allow the Description to be updated. My suggestion therefore is to allow a fall-back to using the Description when no Caption is available. This could be achieved by adding the following line after line 128 in fsm-custom-featured-image-caption.php
if ( empty($caption) ) {$caption=$attachment->post_content;} //get caption from description
Just a suggestion, you may not want to use it but I think it would help some users.
Great plugin anyway, I would make a donation but the donation link seems to be broken.
- The topic ‘Caption vs. Description’ is closed to new replies.