Image Copyright Manager

plugin banner

Add copyright information to WordPress media files with a custom field and display them using shortcodes.

Author:jespermhl (profile at wordpress.org)
WordPress version required:6.4
WordPress version tested:6.9.1
Plugin version:1.4.0
Added to WordPress repository:13-07-2025
Last updated:18-02-2026
Rating, %:0
Rated by:0
Plugin URI:https://mahelwebdesign.com/image-copyright-ma...
Total downloads:626
Active installs:20+
plugin download
Click to start download

Image Copyright Manager adds a custom field for copyright information to WordPress media attachments. This allows you to store copyright details for your images and other media files, and display them on your website using shortcodes. Version 1.3.0 introduces advanced SEO fields for “Creator” and “Copyright Notice” which are automatically output as JSON-LD for Google Image SEO.

Features

  • Add copyright information to any media file in WordPress
  • Automatic Metadata Extraction (EXIF, IPTC, XMP) from Lightroom and other software
  • Complete Google Image SEO support (Creator, Copyright Notice, Credit Text, License URL, Acquire License URL)
  • Automatic JSON-LD Schema.org output for Google Image SEO license badge
  • Support for HTML links in copyright information
  • Integrated into Media Modal and Edit Media screen
  • Shortcode to display all media with copyright information
  • Translation ready
  • Secure and follows WordPress coding standards

Shortcode Usage

Display all media with copyright information:

[imagcoma]

Customize the display:

[imagcoma orderby="title" order="ASC"]

Customize heading and texts:

[imagcoma heading="Image Sources" heading_tag="h2"]

Fully customized example:

[imagcoma heading="Photo Credits" heading_tag="h4" no_sources_text="No images found" copyright_label="Source:" view_media_text="View Image"]

Shortcode Parameters

  • orderby – Sort by date, title, etc. (default: date)
  • order – ASC or DESC (default: DESC)
  • heading – Custom heading text (default: “Image Sources”)
  • heading_tag – HTML heading tag: h1, h2, h3, h4, h5, h6 (default: h3)
  • no_sources_text – Text displayed when no sources are found (default: “No image sources with copyright information found.”)
  • copyright_label – Label for copyright information (default: “Copyright:”)
  • view_media_text – Text for the “View Media” link (default: “View Media”)

FAQ
ChangeLog