• 04-07-2009, 12:28:00
    #1
    SeLam Arkadaşlar Aşk Sitemde wp kurulu Fakat ekledigim Etiketler Cıkmıyor Temadan dolayımıdır Yoksa Etiket Eklentisimi yok Tam anlamadım :S yardımcı oLursanız Sevinirim Kolay Gelsin.
  • 04-07-2009, 12:29:21
    #2
    Alıntı
    <?php if ( function_exists('the_tags') ) { the_tags('<p>Etiketler: ', ', ', '</p>'); } ?>
    single.php de yazı altına yerleştirebilirsiniz.
  • 04-07-2009, 12:30:18
    #3
    edit - : 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:26
    #4
    KuDReTeaM adlı üyeden alıntı: mesajı görüntüle
    single.php de yazı altına yerleştirebilirsiniz.
    Yazı Altına Derken Bunun neresine Yani ?

    <?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 &raquo;</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:35:24
    #5
    Alıntı
    <?php comments_template(); ?>
    bundan önce eklemeyi deneyin.
  • 04-07-2009, 12:38:40
    #6
    KuDReTeaM adlı üyeden alıntı: mesajı görüntüle
    bundan önce eklemeyi deneyin.
    oLmadı Eger Yapabilirseniz pm ile Msn adresini Atanız.
  • 04-07-2009, 12:40:04
    #7
    attım.
  • 04-07-2009, 15:10:24
    #8
    Sorun Halledilmişdir. KuDReTeaM Arkadaşa Tşk Ederim.
  • 04-07-2009, 15:20:13
    #9
    rica ederim, iyi çalışmalar.