Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter dcadeddu

    (@dcadeddu)

    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’);

    Thread Starter dcadeddu

    (@dcadeddu)

    i add in the function this but not functionally

    add_theme_support( ‘post-thumbnails’, array( ‘ims_gallery’ ) );

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Featured image on gallery’ is closed to new replies.