Edit image / Delete image link
This isn’t 100% complete, but should be a good start for you. <a href=”https://wordpress.stackexchange.com/questions/31371/<?php echo wp_nonce_url(“/wp-admin/post.php?action=delete&post=$post->ID”, ‘delete-attachment_’ . $post->ID ) ?>”><?php _e( ‘Delete Permanently’ ) ?></a> A couple notes on what you’ll have left to do: This will do no confirmation, so you’ll probably want to use JS to verify that it wasn’t clicked by … Read more