Add Archive Settings option to a CPT
<?php // Code goes in child theme’s functions.php. // Add Archive Settings option to Portfolio CPT add_post_type_support( 'portfolio', 'genesis-cpt-archives-settings' );