i add in the function this but not functionally
add_theme_support( ‘post-thumbnails’, array( ‘ims_gallery’ ) );
i add the code in the functions.php but the featured image not appare, what i mistake?
// Apply filter
function modify_ims_image_post_type( $image_type ) {
$image_type[‘menu_position’] = 10; // change menu position
return $image_type;
}
add_filter(‘ims_image_post_type’, ‘modify_ims_image_post_type’);
change theme not effect but disable all other plugin work it.
With old version i never have problem
you have resolve this problem?