Created
August 31, 2016 19:38
-
-
Save patric-boehner/16944739fbce83d44e2658c6a2753472 to your computer and use it in GitHub Desktop.
Add support for Genesis scripts in-post option for custom post types
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
| <?php | |
| //* Do NOT include the opening php tag shown above. Copy the code shown below. | |
| // Add support for the Genesis Scripts meta box on a custom post type | |
| add_post_type_support( 'download', 'genesis-scripts' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment