updated   : May 15, 2012
we now have 588 snippets
By : , on December 20, 2011 9:00 am

Media library admin columns with attachment id

wordpress snippet

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 more
By : , on December 12, 2011 9:00 am

Attach images with simple thumbnail selection metabox

wordpress snippet

A little snippet I wrote recently to easily attach images to posts with a simple thumbnail selection metabox. Add the first snippet to the functions.php of your wordress theme. Place the second snippet within the loop of your wordpress theme to display the images in your posts or pages.

read more
By : , on November 02, 2011 9:00 am

Remove “From computer” tab for posts with existing attachments

wordpress snippet

Adding this snippet to the functions.php of your wordpress theme will remove the “From computer:” tab from posts within existing attachments.

read more
By : , on October 17, 2011 9:00 am

Count total number of jpg, gif, png images in media library

wordpress snippet

Adding the first snippet to the functions.php of your wordpress theme will display a count of all images within the media library. Add the second snippet in the location you wish to display the count total.

read more
By : , on August 08, 2011 9:00 am

List all unattached files in media library

wordpress snippet

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 more
By : , on June 30, 2011 9:00 am

Add media library column with image width and height

wordpress snippet

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 more
By : , on June 13, 2011 9:00 am

Add custom tab to featured image media library popup

wordpress snippet

Adding this snippet to the functions.php of your wordpress theme will add a new tab to the featured image popup called mime types. Clicking on this tab will display a list of the allowed file types however this could be changed to display almost any information.

read more
By : , on June 11, 2011 9:00 am

Add file type category within the media library

wordpress snippet

Adding this snippet to the functions.php of your wordpress theme will add a new file type category within the media library for application/x-shockwave-flash mime type. This is a great snippet when you have a lot of files so that you can sort by category.

read more