Nahitam adlı üyeden alıntı: mesajı görüntüle
Merhaba

bende bir bot var ama bot one cıkarılan resimleri "resim" özel alanına ekliyor ben

resim ozel alanını öne cıkarılan olarak atamak istiyorum gerekli kodlar nedir ?

yani hem one cıkarılanı kullanmak istiyorum eger one cıkarılan yoksa resim ozel alanındaki resimi kullanmak istiyorum
Buyrun Bunlar Çalışır

<?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(); ?>" />