Created
December 23, 2016 16:04
-
-
Save moxdev/5540718a3af535676790ac3521b26a51 to your computer and use it in GitHub Desktop.
Code needed to make acf show up on post pages.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $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