Skip to content

Instantly share code, notes, and snippets.

@moxdev
Created December 23, 2016 16:04
Show Gist options
  • Select an option

  • Save moxdev/5540718a3af535676790ac3521b26a51 to your computer and use it in GitHub Desktop.

Select an option

Save moxdev/5540718a3af535676790ac3521b26a51 to your computer and use it in GitHub Desktop.
Code needed to make acf show up on post pages.
$blogPage = get_option( 'page_for_posts' );
// Example:
// $blogPage = get_option( 'page_for_posts' );
// $sideWYSIWYG = get_field('acf_field_name', $blogPage);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment