Etiketler Cıkmıyor Temadan Dolayı mıdır ?
10
●778
- 04-07-2009, 12:30:18edit - : Arkadaşın bir üst mesajda yazdığı da yazıların hemen altında görünmesi için. index.php ye de ekleyebilirsin onu anasayfada da görünsün istersen
- 04-07-2009, 12:33:26Yazı Altına Derken Bunun neresine Yani ?KuDReTeaM adlı üyeden alıntı: mesajı görüntüle
<?php get_header(); ?> <div id="content"> <div class="post-container"> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <?php include (TEMPLATEPATH . '/navoptions.php'); ?> <div class="post" id="post-<?php the_ID(); ?>"> <div class="posttop"> <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2> </div> <div class="entry"> <?php the_content('<p class="serif">Read the rest of this entry »</p>'); ?> <?php link_pages('<p><strong>Pages:</strong> ', '</p>', 'number'); ?> <br /> <?php comments_template(); ?> </div> <div class="postbottom"> <div class="metainf"> Yazan by <?php the_author(); ?> <?php edit_post_link('Edit', ' | ', ''); ?> <br/> Tarih: <b><?php the_time('jS F Y') ?></b> <br/> Konu: <?php the_category(', ') ?> </div> </div> </div> <?php endwhile; else: ?> <p>Üzgünüm Mesajınız Burada Değil</p> <?php endif; ?> </div> <?php get_sidebar(); ?> </div> <?php get_footer(); ?> - 04-07-2009, 12:38:40oLmadı Eger Yapabilirseniz pm ile Msn adresini Atanız.KuDReTeaM adlı üyeden alıntı: mesajı görüntüle