• 11-04-2009, 14:36:57
    #1
    arkadaşlar sitemde etiketler anasayfada çıkıyor yalnız konunun linkine tıklayınca çıkmıyor
    Hadise Düm Tek Tek Eurovision | Tikla-izle.Com linkten bakabilirsiniz. etiketleri konuda nasıl gösterebilirim yardımlarınızı bekliyorum
  • 11-04-2009, 14:43:34
    #2
    single.php de bu kodu etiketlerin görünmesini isteiğiniz yere ekleyin..

    <?php the_tags( '<p>Etiketler: ', ', ', '</p>'); ?>
  • 11-04-2009, 14:50:00
    #3
    denedim ama olmuyor etiket hep üstte oluyor
  • 11-04-2009, 14:53:37
    #4
    tam olarak temanızı bilmiyorum ama single.php dosyaınızı burdan verirseniz yardımcı olabilirim..
  • 11-04-2009, 15:01:23
    #5
    <?php get_header(); ?>
    <div id="wrapper">
        <div id="content">
     
      <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
     
            <div class="navigation">
                <div class="alignleft"><?php previous_post_link('&laquo; %link') ?></div>
                <div class="alignright"><?php next_post_link('%link &raquo;') ?></div>
                <div style="clear:both;"></div>
            </div>
     
            <div class="post" id="post-<?php the_ID(); ?>">
                <h2><a href="<?php echo get_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?></a></h2>
     
                <?php //include('adsense_singlepost_top_banner.php') ?>
     
                <div class="entrytext">
     
                    <?php include('adsense_singlepost_top_square.php') ?>
     
                    <?php the_content('<p class="serif">Read the rest of this entry &raquo;</p>'); ?>
     
                    <?php link_pages('<p><strong>Pages:</strong> ', '</p>', 'number'); ?>
     
     
     
     
     
     
     
     
     
     
     
     
                    <div style="clear:both;"></div>
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
                </div>
     
            </div>
     
        <?php include('adsense_singlepost_bottom_square.php') ?>
        <?php //include('adsense_singlepost_bottom_banner.php') ?>
     
        <?php comments_template(); ?>
     
        <?php endwhile; else: ?>
     
            <p>Sorry, no posts matched your criteria.</p>
     
    <?php endif; ?>
     
        </div>
     
    <?php get_sidebar(); ?>
    </div>
     
    <?php get_footer(); ?>
    bu single.php bunu aşagıdaki resim gibi çevirebilirmisin single yi



    bu şekil istiyorum.
  • 11-04-2009, 15:09:10
    #6
       <?php get_header(); ?>
    <div id="wrapper">
        <div id="content">
     
      <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
     
            <div class="navigation">
                <div class="alignleft"><?php previous_post_link('&laquo; %link') ?></div>
                <div class="alignright"><?php next_post_link('%link &raquo;') ?></div>
                <div style="clear:both;"></div>
            </div>
     
            <div class="post" id="post-<?php the_ID(); ?>">
                <h2><a href="<?php echo get_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?></a></h2>
     
                
     
                    <?php the_content('<p class="serif">Read the rest of this entry &raquo;</p>'); ?>
     
                    <?php link_pages('<p><strong>Pages:</strong> ', '</p>', 'number'); ?>
                    <?php the_tags( '<p>Etiketler: ', ', ', '</p>'); ?>
                    
                    
     
     
     
     
     
     
     
     
     
     
     
     
                    <div style="clear:both;"></div>
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
                </div>
     
            </div>
     
        <?php include('adsense_singlepost_bottom_square.php') ?>
        <?php //include('adsense_singlepost_bottom_banner.php') ?>
        
        <p class="postmetadata alt">
                        <small>
                            YAZINIZI BURAYA YAZIN                    </small>                </p>
     
        <?php comments_template(); ?>
     
        <?php endwhile; else: ?>
     
            <p>Sorry, no posts matched your criteria.</p>
     
    <?php endif; ?>
     
        </div>
     
    <?php get_sidebar(); ?>
    </div>
     
    <?php get_footer(); ?>
    Bunu bir deneyebilir misiniz?
  • 11-04-2009, 15:12:00
    #7
    hiçbişey degişmedi

    tam tersi tema kaydı
  • 11-04-2009, 15:15:52
    #8
    ALem adlı üyeden alıntı: mesajı görüntüle
    hiçbişey degişmedi

    tam tersi tema kaydı
    ilginç,kendi sitemde de deniyorum,bakalım yapabilirsem tekrar koyarım kodları buraya..
  • 11-04-2009, 15:22:11
    #9
    tmm kendi sitende oldu mu ?