Merhaba arkadaşlar,
Benim wordpress ile ilgili bir sorum olacaktı. Ana sayfadaki yazı özetine önizleme resmi nasıl eklenir? Bilgisi olan yardımcı olabilir mi?
$resim = get_post_meta($post->ID,"gorsel",true);
echo '';
?>
$resim = get_post_meta($post->ID,"gorsel",true);
echo '';
?>
$theme_options = smartline_theme_options();
?>
if ( isset($theme_options['slider_activated_blog']) and $theme_options['slider_activated_blog'] == true ) :
get_template_part( 'featured-content-slider' );
endif; ?>
get_template_part( 'content', $theme_options['posts_length'] );
endwhile;
smartline_display_pagination();
endif; ?>
$theme_options = smartline_theme_options();
?>
if ( isset($theme_options['slider_activated_blog']) and $theme_options['slider_activated_blog'] == true ) :
get_template_part( 'featured-content-slider' );
endif; ?>
get_template_part( 'content', $theme_options['posts_length'] );
endwhile;
smartline_display_pagination();
endif; ?>