As the title says – for some reason, the_content shows up in custom post types, but featured images and titles do not unless I specifically go into content-single-{post-type}.php and add the_post_thumbnail and comment out the conditional if ( generate_show_title() ) around the_title. So it looks like generate_before_content and generate_show_title are not firing, but I can’t for the life of me figure out why. Any help would be much appreciated!