Just add the below code to your functions.php. First of all this code checks if the attachment is related post or not if related then it redirect to the particular post else it is redirect to your home page. function media_redirect_attachment_page() { if ( is_attachment() ) { global $post; if ( $post && $post->post_parent )