function tema_resim( $uzunluk, $genislik, $hasresim )
{
global $post;
$resim = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), "".$hasresim."" );
$resmim = get_post_meta( $post->ID, "resim", true );
$resim_bul = keremiya_resim_bulucu( );
if ( has_post_thumbnail( ) )
{
echo "ID )."\" height=\"".$uzunluk."\" width=\"".$genislik."\" />";
}
else if ( $resmim != "" )
{
echo "ID )."\" height=\"".$uzunluk."\" width=\"".$genislik."\" />";
}
else
{
echo "ID )."\" height=\"".$uzunluk."\" width=\"".$genislik."\" />";
}
}
Fonksiyon dosyasındaki bölüm bu şekilde. Bunu nasıl düzenlemeliyim?