diff --git a/includes/plugins/jetpack/class-jetpack-custom-post-types.php b/includes/plugins/jetpack/class-jetpack-custom-post-types.php index 22405fa..3cd0592 100644 --- a/includes/plugins/jetpack/class-jetpack-custom-post-types.php +++ b/includes/plugins/jetpack/class-jetpack-custom-post-types.php @@ -50,6 +50,8 @@ private function __construct() { // Setup + add_post_type_support( 'jetpack-portfolio', 'excerpt' ); + add_post_type_support( 'jetpack-portfolio', 'custom-fields' ); add_post_type_support( 'jetpack-testimonial', 'custom-fields' );