Özel Alanı Öne Çıkarılan Yapma
3
●280
- 02-07-2014, 12:59:35Buyrun Bunlar ÇalışırNahitam adlı üyeden alıntı: mesajı görüntüle

<?php if ( has_post_thumbnail()) : the_post_thumbnail(); elseif (get_post_meta($post->ID, 'resim', true) != '') : ?> <img src="<?php echo get_post_meta($post->ID, 'resim', true); ?>" alt="<?php the_title(); ?>" /> <?php else : ?> <img src="<?php bloginfo('template_url'); ?>/images/deneme.jpg"alt="<?php the_title(); ?>" /> - 02-07-2014, 13:02:16evet Sizin mevcut öne çıkarılan görsel kodlarınızın yerine olacak.Nahitam adlı üyeden alıntı: mesajı görüntüle
- 02-07-2014, 13:16:38Functions Değil Hocam Skype : Truser27Nahitam adlı üyeden alıntı: mesajı görüntüle
