Restricting users to view only media library items they upload
Adding this snippet to the functions.php of your wordpress theme will restrict users to view only media library items they upload. They will still see the total number of files that are uploaded but will not be able to view them even if they type in the attachment_id.
read moreMedia library URL column for easy copy and paste
Add this snippet to the functions.php of your wordpress theme to create a new column with the original file URL. I have had a few projects in the past that required a client to copy and paste a files URL into a custom field or metabox this will just make life a little easier. Thanks to Steve Taylor for this snippet, I just expanded on it a little with the input field and onclick select.
read morethis months featured snippets
Disable flash media file uploader
Adding this snippet to the functions.php of your wordpress theme will disable the flash media uploader.
read moreRe-attach library media
Adding this PHP code to your functions.php will add the ability add functionality that is missing in wordpress to re-attach media to posts.
read moreGallery shortcode
Adding the gallery shortcode to posts will allow wordpress to automatically create a picture gallery. View source for more details.
read more













