• 28-05-2010, 15:32:38
    #1
    Üyeliği durduruldu
    Arkadaşlar Twitter daki More eklentisini siteme kurayım dedim ve anlatılan sitedekinin aynısını yapdığım halde sitede daha fazla... yazan yere basıyorum lütfen bekleyin diyor. Ondan sonrada aşağı doğru uzayıp konuların gelmesi gerekirken öyle bekliyor.. Bu bana çok lazım bir eklenti hemen cevap vermeniz dileğiyle şimdiden teşekkür ediyorum

    işte eklentinin anlatıldığı link :

    http://wolkanca.com/wordpress-icin-t...ha-fazla-more/
  • 28-05-2010, 17:30:26
    #2
    Üyeliği durduruldu
    flood olacak kusura bakmayın ama yardım edecek kimse yokmu arkadaşlar ? :S
  • 28-05-2010, 17:35:54
    #3
    home.php veya index.php dosyasındaki <?php while($top_query->have_posts()) : $top_query->the_post(); $do_not_duplicate = $post->ID; ?> bu kodu silin ve yerine <?php while (have_posts()) : the_post(); ?> bu kodu yazın.kolay gelsin
  • 28-05-2010, 17:37:52
    #4
    Üyeliği durduruldu
    mizanger adlı üyeden alıntı: mesajı görüntüle
    home.php veya index.php dosyasındaki <?php while($top_query->have_posts()) : $top_query->the_post(); $do_not_duplicate = $post->ID; ?> bu kodu silin ve yerine <?php while (have_posts()) : the_post(); ?> bu kodu yazın.kolay gelsin
    dediğiniz gibi yapıcamda bende öyle bi kod yok :S işte index.php bu bnm temanın

    <?php get_header(); ?>
    
    
    
    
    <div id="layout">
    			
    			
    			<div class="pages">
    			<center><h1>Aha Bende Sosyalleştim !</h1></center>
    				<p><center><a href="http://www.facebook.com/home.php?#!/profile.php?id=1650845501&ref=profile"><img src="<?php bloginfo('template_directory'); ?>/img/facebook.png" width="101" height="101" title="http://www.facebook.com/home.php?#!/profile.php?id=1650845501&ref=profile" alt=""></img></a>
    				
    				<a href="http://www.twitter.com/cankatx"><img src="<?php bloginfo('template_directory'); ?>/img/twitter.png" width="101" height="101" title="http://www.twitter.com/cankatx" alt=""></img></a>
    
    				<a href="http://e-cankat.tk/feed/"><img src="<?php bloginfo('template_directory'); ?>/img/rss.png" width="101" height="101" title="http://e-cankat.tk/feed/" alt=""></img></a></center></p>
    				
    			</div>
    		<?php $fromblog = new WP_query(); $fromblog->query('showposts=5'); ?>
    		<?php global $wp_query; $wp_query->in_the_loop = true; ?>
    	<div id="timeline" class="posts">
    	
    <?php if ($fromblog->have_posts()) : ?>
    	
    			<div class="index-posts">
    
    <marquee direction="right" behavior="alternate" style="font-size: 8pt; font-family: Verdana; font-weight: bold"><h1>Son Zırvaladıklarım</h1></marquee>
    
    						<?php while ($fromblog->have_posts()) : $fromblog->the_post(); ?>
    				<ul>
    					<li><h6>
    					<span class="day">
    						<?php  the_time('j F Y, H:i') ?> civarı: 
    					</span>
    						"<a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a>" demişim.
    					</h6></li>
    				</ul>
    
    <?php endwhile; ?>
    <div id="pagination">
    <a href="javascript:void(0);" id="more" class="round more">daha fazla…</a>
    </div>
    
    <?php  if(function_exists('wp_page_numbers')) { wp_page_numbers(); } ?>
    
    
    
    		
    		
    		
    <?php endif; ?>
    			</div>
    			
    			
    </div>
    <?php get_footer(); ?>

    ha dediğiniz gibi yapdm sayfa değişiyor teşekkürler, fakat bu seferde 10 tane yazı var anasayfada onu 5 e indirip daha fazla seçeneğini ortaya çıkaramazmıyız ? :S