updated custom post type associats with post thumbnail capability
This commit is contained in:
parent
2bc7c46f3f
commit
5d183925c5
|
@ -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'
|
||||||
|
|
Loading…
Reference in New Issue