Display attachment thumbnail with image metadata
Adding this snippet within the loop of your index.php template file will display a list of all post attachments with the following metadata (Credit, Camera, Focal Length, Aperture, ISO, Shutter Speed, Time Stamp, Copyright).
read moreDisplay EXIF metadata in media library admin column
For anyone that uses wordpress for photography you should find this snippet useful. Adding this snippet to the functions.php of your wordpress theme will create a new column within the media library that will display EXIF metadata. Including, (credit, camera, focal length, aperture, iso, shutter speed, timestamp, copyright).
read moreMedia library admin columns with attachment id
Adding this snippet to the functions.php of your wordpress theme will add a new column within the media library admin columns with the attachment id.
read morethis months featured snippets
Remove “From computer” tab for posts with existing attachments
Adding this snippet to the functions.php of your wordpress theme will remove the “From computer:” tab from posts within existing attachments.
read moreAdd new column with media ID to media library
Adding this snippet to the functions.php of your wordpress theme will add a new column within the media library with the attachment ID.
read moreList all unattached files in media library
Adding the first snippet to the functions.php of your wordpress theme then add the second snippet into your wordpress template. Once added this snippet will display thumbnails of unattached image files and links to other file types.
read moreAdd media library column with image width and height
Adding this snippet to the functions.php of your wordpress theme will add a new column to the media library that will display the images width and height.
read moreRestrict file type uploads by user name
Adding this snippet to the functions.php of your worpress theme will let you restrict file uploads by type for specific users only. When a username is not in the users array they will only be able to upload jpg, and gif images.
read more












