Add SEO, Scripts and Layouts meta boxes for a CPT in the WP editor
<?php // Code goes in child theme’s functions.php. add_post_type_support( 'portfolio', array( 'genesis-seo', 'genesis-scripts', 'genesis-layouts' ) );