Skip to content

Instantly share code, notes, and snippets.

@jpen365
Created December 12, 2016 14:14
Show Gist options
  • Save jpen365/4fd186ebb2122936fbbeea254e9c2000 to your computer and use it in GitHub Desktop.
Save jpen365/4fd186ebb2122936fbbeea254e9c2000 to your computer and use it in GitHub Desktop.
Redirect attachment pages to the parent post
<?php wp_redirect(get_permalink($post->post_parent)) ; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment