Home › Support › Image Store › featured image › Reply To: featured image
January 13, 2016 at 3:29 am
#482818
gocku
Participant
hi, thank’s
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’);