candanblog adlı üyeden alıntı

Hocam aşağıdaki yolda bulunan dosyanın içeriğini buraya ekleyin lütfen, öne çıkan görsel oradan çağırılıyor sanırım.

Tema-klasörünüz/inc/post-format/single


Hocam Tema-klasörünüz/inc/post-format/single ekledim.

$options = array(
'disable_icons' => of_get_option('disable_icons', false),
'disable_post_header' => of_get_option('disable_post_header', false),
'standard_icon' => of_get_option('standard_icon', false),
);

if ( has_post_thumbnail() ) { $margin_class = ''; }else{ $margin_class = 'noimg'; }

if(is_sticky()){
$post_icon = of_get_option('post_icon_edit', 'icon-pin');
}else{
$post_icon = of_get_option('standard_icon', 'icon-calendar-3');
}

$featured_image_size = of_get_option('disable_crop') ? 'large' : 'gallery-large';
$max_height = $featured_image_size == 'large' ? 'max-height:none;' : '';
?>
>








$src = wp_get_attachment_image_src( get_post_thumbnail_id($post->ID), 'large', false, '' ); ?>



} ?>



the_content();
?>
'' ) ); ?>