Skip to content

Instantly share code, notes, and snippets.

@patric-boehner
Created August 31, 2016 19:38
Show Gist options
  • Save patric-boehner/16944739fbce83d44e2658c6a2753472 to your computer and use it in GitHub Desktop.
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
<?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