Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save chuckreynolds/5542859 to your computer and use it in GitHub Desktop.
Save chuckreynolds/5542859 to your computer and use it in GitHub Desktop.
How to Disable WordPress Image Attachment Pages. Note, Yoast SEO has this as an option under Permalinks but if you're not using that...
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