• 09-12-2008, 09:57:51
    #19
    Banada single.php için “At gözlüklü gibiyim” | GsCimbom.Gen.TR | Galatasaray Haber ve Multimedya mesela sonraki ve önceki haberin linklemesini istiyorum bu kodu verebilirseniz çok sevinirim.
  • 09-12-2008, 13:36:39
    #20
    LincolnSamet adlı üyeden alıntı: mesajı görüntüle
    Banada single.php için “At gözlüklü gibiyim” | GsCimbom.Gen.TR | Galatasaray Haber ve Multimedya mesela sonraki ve önceki haberin linklemesini istiyorum bu kodu verebilirseniz çok sevinirim.
    single.php'de bul
    	<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    altına yapıştır.

    		<div class="navigation">
    			<div class="alignleft"><?php previous_post_link('&laquo; %link') ?></div>
    			<div class="alignright"><?php next_post_link('%link &raquo;') ?></div>
    		</div>
    bunlarıda css'e ekle.

    .navigation {
    	width: 492px;
    	height: 20px;
    	margin-bottom: 10px;
    	text-transform: uppercase;
    	font-size: 9px;
    	font-weight: bold;
    	color: #FFFFFF;
    }
    
    .navigation a {
    	color: #FFFFFF;
    }
    
    .navigation .alignleft {
    	float: left;
    }
    
    .navigation .alignright {
    	float: right;
    }
  • 13-12-2008, 16:50:25
    #21
    // Özel alan kullanımı eklendi.
  • 13-12-2008, 21:26:46
    #22
    Üyeliği durduruldu
    Alıntı
    <strong>En Çok İlgi Çeken Yazılar:</strong>
    <ul id="moostick">
    <?php
    $result = $wpdb->get_results("SELECT comment_count,ID,post_title FROM $wpdb->posts ORDER BY comment_count DESC LIMIT 0 , 5");
    foreach ($result as $topten) {
    $postid = $topten->ID;
    $title = $topten->post_title;
    $commentcount = $topten->comment_count;
    if ($commentcount != 0) { ?>
    <li><a href="<?php echo get_permalink($postid); ?>" title="<?php echo $title ?>"><?php echo $title ?> &raquo; <span><?php echo $commentcount; ?> yorum aldı.</span></a></li>
    <?php } } ?>
    </ul>
    tüm wp sitelerimde kullandığım en çok yorum alan yazılar
  • 13-12-2008, 22:10:32
    #23
    Geveze1 adlı üyeden alıntı: mesajı görüntüle
    tüm wp sitelerimde kullandığım en çok yorum alan yazılar
    teşekkürler bunuda ekledim.
  • 21-12-2008, 14:31:36
    #24
    Üyeliği durduruldu
    senin nickten ulaştım buna bence güncel kalması gereken konulardan biri.
  • 22-12-2008, 02:58:00
    #25
    benzer yazılar eklentisi çok güzel

    teşekkürler
  • 22-12-2008, 20:03:20
    #26
    biri şu konuyu sabitleyebilir mi acaba?
  • 22-12-2008, 20:10:49
    #27
    Konu iyi olmuş. +5