Lego2012
1/24/2017 - 9:27 PM

Add Archive Settings option to a CPT

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