Created
December 29, 2016 00:22
-
-
Save crondeau/7726edf51fbd831d8f3c62196431f1ee to your computer and use it in GitHub Desktop.
When using ACF, it's handy to a single textfield and then get WP to apply the_content filter.
This file contains 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
<?php echo apply_filters('the_content', get_field('name_of_your_acf') ) ; ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment