• Resolved thesabeltuto

    (@thesabeltuto)


    Hi guys, I need help. FEATURED IMAGES ARE ALL MISSING!!!

    Even on default Posts and Pages.. and not just on my Custom Posts…

    This is not helping either: this is not helping.

    Is this feature REMOVED?

    Check my codes
    functions.php:

    add_action( 'after_setup_theme', 'theme_add_on', 99 );
    function theme_add_on() {
    	add_theme_support( 'post-thumbnails', array( 'procedures', 'offers', 'before-and-afters', 'office-images', 'testimonials' ) );

    register_post_type, $args has this line:
    'supports' => array( 'title', 'thumbnail', 'excerpt', 'comments' ),

    So what am I missing?

    NOTE: this setup of mine HAS BEEN WORKING BEFORE THE WP 4.2 UPDATE!!!!!

    PLS HELP!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter thesabeltuto

    (@thesabeltuto)

    UPDATE: I was able to make the Posts and Pages show Featured Images BUT I’M Still NOT seeing Featured Images on my Custom Posts Types. See code below:

    functions.php:

    add_action( 'after_setup_theme', 'theme_add_on' );
    	function theme_add_on() {
    		add_theme_support( 'post-thumbnails', array(
    			'procedures',
    			'offers',
    			'before-and-afters',
    			'office-images',
    			'testimonials',
    		));
    	}

    I still need help on making these thumbnails show on each custom posts…

    Each register post type args has this line:
    'supports' => array( 'title', 'thumbnail', 'excerpt', 'comments' ),

    Why it’s still not showing?! T____T

    Thread Starter thesabeltuto

    (@thesabeltuto)

    UPDATE: I was able to make “FEATURED IMAGE” on Posts and Pages work BUT STILL NOT WORKING WITH MY CUSTOM POSTS… codes update below:

    functions.php:
    add_action( 'after_setup_theme', 'theme_add_on' );

    each custom post types register_post_type $args has this line:
    'supports' => array( 'title', 'thumbnail', 'excerpt', 'comments' ),

    So, not sure why “FEATURED IMAGE” still not working with my Custom Posts!!!

    Thread Starter thesabeltuto

    (@thesabeltuto)

    OKAY! FOUND THE ULTIMATE FIX FOR ALL

    add_theme_support( 'post-thumbnails' ));

    apparently there’s no need to add array of custom posts.. somehow it automatically gets added to all posts types…

    geezzz… ??

    Since upgrading to 4.2 I cannot even find the Add Featured Image box when I go to edit a post anymore.

    In 4.1 it was there in Admin and now in 4.2 it’s gone?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    You need to create your own thread to discuss your own issues:

    https://www.ads-software.com/support/forum/how-to-and-troubleshooting#postform

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘WP 4.2> My Featured Images are gone’ is closed to new replies.