We'll create fresh WordPress site with Image Source Control Lite – Show Image Credits and Captions installed. You have 20 minutes to test the plugin after that site we'll be deleted.
Are you concerned about being held liable for violating copyright law and would like to start crediting owners properly?
Do you want to give back to photographers and illustrators by adding image credits, so they are rightfully attributed?
Or are you a creator yourself and want to show information on the picture licenses for your image gallery under which publishers can use or purchase your work?
Image Source Control is your go-to solution when it comes to handling copyright-protected photos and illustrations.
Image Credit layouts
Choose between different credit displays:
Frontend Features
Backend Features
Featured Image Caption
ISC Lite works for Featured Images. By default, you will see the image credits options in the media library and the featured image options in the block editor.
The featured image caption shows in the Per-page list with all other image sources on the page.
Check out the premium features to display the image caption overlay for featured images.
Premium Features
Check out all features of Image Source Control.
isc-disable-overlay
classUnused Images
Premium media cleaner features to remove unused images safely.
– Go to Media > Unused Images to see and remove unused images
– Run an additional deep check to see if images are used in widgets, meta fields, or options
– Bulk delete unused images
– Filter the list by various states
Take a look at the Image Source Control Documentation.
Find a list of missing images sources and other debug tools under Media > Image sources
You can choose to display image sources below the post content or as a small caption overlay above your images. Just visit the settings page of the plugin to enable those options.
Manually included image sources on pages/posts
You can add the Per-page list manually to pages or posts via the shortcode [isc_list]
in your content editor or a text widget.
Use [isc_list id="123]
to show the list of any post or page.
Use the PHP code <?php if( function_exists('isc_list') ) { isc_list(); } ?>
within your template files.
List all image sources
You can add a paginated list with ALL attachments and sources attached to posts and pages—the Global list—using the shortcode [isc_list_all]
.
Use [isc_list_all per_page="25"]
to show only a limited number of images per page.
Use [isc_list_all included="all"]
to show all attachments in the list, including those not explicitly attached to a post.
The plugin searches your post content and thumbnail for images (attachments) and lists them if you included at least the image source or marked it to use the default image source.
Remove “nofollow” from all source links
In order to remove “nofollow” from source links, follow the instructions in our documentation.