WPD adlı üyeden alıntı

Post döngüsü içinde çalıştırman lazım. Yani aşağıdaki kodların içinde çalışır.


if (have_posts()):
while(have_posts()):the_post();


echo get_post_meta($post->ID, 'ozelalan', true);


endwhile;
endif;
?>


Hocam bnm bileşene eklediğim kod yapısı :
query_posts('showposts=5&orderby=date&cat=163');
while (have_posts()) : the_post();
$resim_link = wp_get_attachment_url( get_post_thumbnail_id( $post->ID ) );
?>

  • <?php the_title(''); ?>


    Doğum Tarihi:ID, 'dogumtarihi', true); ?>

    Ölüm Tarihi:ID, 'olumtarihi', true); ?>