ControlledChaos
4/19/2015 - 7:41 PM

Redirect WP image attachment page to parent.

Redirect WP image attachment page to parent.

<?php

wp_redirect( get_permalink( $post->post_parent ) );

?>

Redirect WP image attachment page to parent

WordPress Snippet

Create or edit image.php in the theme root folder. Add the following line of code.