Skip to content

Instantly share code, notes, and snippets.

@mattradford
Created September 30, 2014 11:03
Show Gist options
  • Save mattradford/0d1d1f09c14cf36f604b to your computer and use it in GitHub Desktop.
Save mattradford/0d1d1f09c14cf36f604b to your computer and use it in GitHub Desktop.
ACF get field from post parent
<?php $parent_id = $post->post_parent; ?>
<?php the_field('custom_field', $parent_id); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment