Merhaba arkadaşlar bu kod için varsayılan resim nasıl yapabilirim?
<a href="<?php the_permalink(); ?>" class="red-link" title="<?php the_title(); ?>"><img title="<?php the_title(); ?>" src="<?php $resim = get_post_custom_values("resim"); if(!empty($resim[0])){echo $resim[0];} else {echo 'resimyolu';} ?>" alt="<?php the_title(); ?>" style="border-width: 0px; height: 90px; width: 100px;" /></a></div>