Adds source name and URL fields for media uploads along with shortcode for displaying image credits for all images within entry, including its featured image..
WordPress natively doesn't provide the ability to manage where you've pulled different media from, so this can be in making sure you provide links back to the contents creators...
Activate the plugin through the Plugins WordPress..
Use the shortcode or function get image credits to display credits for all the images used within entry, including the featured image...
Image Credits and the separator is..
Example modified usage. get image credits accepts one parameter, $seperator, which is again by default., and returns the results.
Throw this into your theme's functions php file and the image credits will appear at the bottom of every post ** * Add image credits to the end of posts * * function ac image credits { if ) { $content.= } return $content }..
Both the shortcode and function will get the credits for all images contained within the post content, including the featured image..
It searches through the post content for IDs rather than get IDs of the images attached to the post because sometimes you may upload image then not use it, or you may reuse image that is attached to old post.
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Read more