From 5d183925c5c0376837ec3753e872e06413f151d0 Mon Sep 17 00:00:00 2001 From: jorge-vitrubio Date: Mon, 11 Mar 2024 17:03:46 +0100 Subject: [PATCH] updated custom post type associats with post thumbnail capability --- includes/custom-post-type-associats.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/custom-post-type-associats.php b/includes/custom-post-type-associats.php index d65367b..a516c8d 100644 --- a/includes/custom-post-type-associats.php +++ b/includes/custom-post-type-associats.php @@ -60,8 +60,8 @@ if ( ! function_exists('xarxaprod_wpplugin_custom_post_associat_init') ){ 'label' => __( 'xarxaprod-associat', 'text_domain' ), 'description' => __( 'Associats', 'text_domain' ), 'labels' => $labels, - //'supports' => array( 'title', 'editor', 'thumbnail', 'trackbacks', 'revisions', 'custom-fields', 'page-attributes' ), - 'supports' => array( 'title', 'editor', 'trackbacks', 'revisions', 'custom-fields', 'page-attributes' ), + 'supports' => array( 'title', 'editor', 'thumbnail', 'trackbacks', 'revisions', 'custom-fields', 'page-attributes' ), + //'supports' => array( 'title', 'editor', 'trackbacks', 'revisions', 'custom-fields', 'page-attributes' ), // 'taxonomies' => array( // 'xarxaprod-associat-category', // 'xarxaprod-associat-tag'