Yukarıdaki kodu aşağıdakiyle değiştirin hocam. Değişiklik öncesi dosyanın yedeğini almayı unutmayın.
$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;' : '';
?>
>
the_content();
?>
'' . __( 'Pages:', 'bluth' ), 'after' => '' ) ); ?>
Hocam sizide uğraştırdım kusura bakmayın sorun çözüldü elleriniz dert görmesin :)