Skip to content

Instantly share code, notes, and snippets.

@dgoze
Forked from mattradford/acf_post_parent_field.php
Created April 30, 2016 05:05
Show Gist options
  • Save dgoze/efba8a97bcb2037597bab8eb53c3e360 to your computer and use it in GitHub Desktop.
Save dgoze/efba8a97bcb2037597bab8eb53c3e360 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