Bende özel alan kullanıyorum, aşağıdaki kodları kullanabilirsin.
Thumbnail ve
default resim adresi yazan kısımları kendine göre düzenle.
<link rel="image_src" type="image/jpeg" href="<?php $thumbnailresim = get_post_meta($post->ID, 'Thumbnail',true); if ($thumbnailresim ) echo $thumbnailresim; else echo 'default resim adresi'; ?>" />
<link rel="thumbnail" type="image/jpeg" href="<?php $thumbnailresim = get_post_meta($post->ID, 'Thumbnail',true); if ($thumbnailresim ) echo $thumbnailresim; else echo 'default resim adresi'; ?>" />
<meta property="og:title" content="<?php the_title(); ?>" />
<meta property="og:image" content="<?php $thumbnailresim = get_post_meta($post->ID, 'Thumbnail',true); if ($thumbnailresim ) echo $thumbnailresim; else echo 'default resim adresi'; ?>">
Hocam dediğinizi yaptım fakat sonuç yine aynı aradan bir süre geçmesi yada başka bir işlem yapmamız gerekiyormu ?