Hi Tikaram
I’ve already fixed the issue somehow. I realized the featured image will be the same as the latest blog post. However I do have a different issue and I think is regarding to the theme.
The HEIGHT of the header in the blog page is not cropped like the other pages. So looks huge comparing to the other pages headers. I’ve tried to resize (make equal to the other headers) adding in the child theme function.php
if ( ! function_exists( ‘fotografie_setup’ ) ) :
function fotografie_setup() {
add_theme_support( ‘post-thumbnails’ );
set_post_thumbnail_size( 1920, 689, true );
}
endif;
….HOWEVER no success. Can you help me? I didn’t post the page coz is not ready yet but I think is obvious issue.
Cheers