Lego2012
1/24/2017 - 9:29 PM

Add SEO, Scripts and Layouts meta boxes for a CPT in the WP editor

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' ) );