updated custom post type associats with post thumbnail capability

This commit is contained in:
jorge 2024-03-11 17:03:46 +01:00
parent 2bc7c46f3f
commit 5d183925c5
1 changed files with 2 additions and 2 deletions

View File

@ -60,8 +60,8 @@ if ( ! function_exists('xarxaprod_wpplugin_custom_post_associat_init') ){
'label' => __( 'xarxaprod-associat', 'text_domain' ), 'label' => __( 'xarxaprod-associat', 'text_domain' ),
'description' => __( 'Associats', 'text_domain' ), 'description' => __( 'Associats', 'text_domain' ),
'labels' => $labels, 'labels' => $labels,
//'supports' => array( 'title', 'editor', 'thumbnail', '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' ), //'supports' => array( 'title', 'editor', 'trackbacks', 'revisions', 'custom-fields', 'page-attributes' ),
// 'taxonomies' => array( // 'taxonomies' => array(
// 'xarxaprod-associat-category', // 'xarxaprod-associat-category',
// 'xarxaprod-associat-tag' // 'xarxaprod-associat-tag'