• 03-05-2016, 09:45:39
    #1
    S.a

    Siteme 10'larca konu ekledim ancak katagoriye girdiğimde alt kısımda sıralama çıkmıyor. Sadece 5 konu gösteriyor ancak ileri geri veya 1,2,3 diye sıralama çıkmıyor.

    Lütfen yardımcı olurmusunuz :S

    Resimdeki gibi hiçbi sıralama yok

  • 03-05-2016, 10:13:15
    #2
    Sayfalamayı kategori sayfalarına eklememişler. İndex.php ve category.php'yi eklerseniz yardımcı olanlar çıkacaktır.
  • 03-05-2016, 10:47:17
    #3
    Index.php Dosyası

    <?php get_header(); ?>
    
    
    
    <!-- Content:Start -->  
    <div class="pcontent">
    <div class="features">
                        <div class="post_block">
                            <h2 class="post-title left-outline"><a href="javascript:;">Blog Yazıları</a></h2>
    						
    <div class="maintop">
    <?php if(have_posts()) : ?>
    						<?php while(have_posts()) : the_post(); ?>
       <div class="grid_4 alpha" style="width: 704px;height: inherit;">
                    	<div class="item">
    <a href="<?php the_permalink() ?>" class="cboxElement">
    <div class="block-img-shadow" style="float: left;width: 325px;">
     
     <?php if ( has_post_thumbnail() ) {the_post_thumbnail();?> 
    <?php }else{ ?> 
    <img src="<?php bloginfo('template_url');?>/img/resimyok.png" width="300" height="130" alt="Resim Konmamış"  /> 
    <?php } ?>
     
    </div>
    <div class="badge  badge--article"><?php the_time('j '); ?><br> <?php the_time(' F '); ?> <span class="badge__text"></span></div></a>
    
    <h3 style="float: left;width: 323px;"><a href="<?php the_permalink() ?>"><font color="#FF732F"><?php the_title(); ?></font></a></h3><ul class="post_data"><font color="#FF732F">
     <li class="post-comments"><?php comments_number('0 yorum', '1 yorum', '% yorum' );?>  </li>
                                <li class="post-author">By <a href=""><?php the_author(); ?></a></li>
                                <li class="post-category"> Kategori <?php the_category(', ') ?></li>
                            </font></ul><font color="#FF732F">
                            <p><font color="#000000"><?php wpn_content_limit(get_the_content(),500); ?>....</font></p><font color="#000000">
                             <a href="<?php the_permalink() ?>" class="readon">Devamını Oku -&gt;</a>
    						
    						 
    						
                        </font></font></div><font color="#FF732F"><font color="#000000">
    					
    				 <img src="<?php bloginfo('template_url'); ?>/img/eziknbr.png">
    				 
                    </font></font></div><font color="#FF732F"><font color="#000000">
    				
    				
    
     <div class="clear"></div> 
                     <?php endwhile; ?>
                     <?php endif; ?>
     </font></font></font></font></div><font color="#FF732F"><font color="#000000"><font color="#FF732F"><font color="#000000">
     <div class="clear"></div> 
     </font></font></font></font></div><font color="#FF732F"><font color="#000000"><font color="#FF732F"><font color="#000000">
     <div class="clear"></div>
     </font></font></font></font></div><font color="#FF732F"><font color="#000000"><font color="#FF732F"><font color="#000000"> 
     </font></font></font></font></div><font color="#FF732F"><font color="#000000"><font color="#FF732F"><font color="#000000">
    
    
     <div class="span4">
     
     
     <?php get_sidebar(); ?>
     
     <?php get_footer(); ?>
    Category.php Dosyası

    <?php get_header(); ?>
    
    
    
    <!-- Content:Start -->  
    <div class="pcontent">
    <div class="features">
                        <div class="post_block">
                            <h2 class="post-title left-outline"><a href="javascript:;"><?php printf( __( '"%s" Kategorisindekiler', 'twentytwelve' ), '<span>' . single_cat_title( '', false ) . '</span>' ); ?></a></h2>
    						
    <div class="maintop">
    <?php if(have_posts()) : ?>
    						<?php while(have_posts()) : the_post(); ?>
       <div class="grid_4 alpha" style="width: 704px;height: inherit;">
                    	<div class="item">
    <a href="<?php the_permalink() ?>" class="cboxElement">
    <div class="block-img-shadow" style="float: left;width: 325px;">
     
     <?php if ( has_post_thumbnail() ) {the_post_thumbnail();?> 
    <?php }else{ ?> 
    <img src="<?php bloginfo('template_url');?>/img/resimyok.png" width="300" height="130" alt="Resim Konmamış"  /> 
    <?php } ?>
     
    </div>
    <div class="badge  badge--article"><?php the_time('j '); ?><br> <?php the_time(' F '); ?> <span class="badge__text"></span></div></a>
    
    <h3 style="float: left;width: 323px;"><a href="<?php the_permalink() ?>"><font color="#FF732F"><?php the_title(); ?></font></a></h3><ul class="post_data"><font color="#FF732F">
     <li class="post-comments"><?php comments_number('0 yorum', '1 yorum', '% yorum' );?>  </li>
                                <li class="post-author">By <a href=""><?php the_author(); ?></a></li>
                                <li class="post-category"> Kategori <?php the_category(', ') ?></li>
                            </font></ul><font color="#FF732F">
                            <p><font color="#000000"><?php wpn_content_limit(get_the_content(),500); ?>....</font></p><font color="#000000">
                             <a href="<?php the_permalink() ?>" class="readon">Devamını Oku -&gt;</a>
    						
    						 
    						
                        </font></font></div><font color="#FF732F"><font color="#000000">
    					
    				 <img src="<?php bloginfo('template_url'); ?>/img/eziknbr.png">
    				 
                    </font></font></div><font color="#FF732F"><font color="#000000">
    				
    				
    
     <div class="clear"></div> 
                     <?php endwhile; ?>
                     <?php endif; ?>
     </font></font></font></font></div><font color="#FF732F"><font color="#000000"><font color="#FF732F"><font color="#000000">
     <div class="clear"></div> 
     </font></font></font></font></div><font color="#FF732F"><font color="#000000"><font color="#FF732F"><font color="#000000">
     <div class="clear"></div>
     </font></font></font></font></div><font color="#FF732F"><font color="#000000"><font color="#FF732F"><font color="#000000"> 
     </font></font></font></font></div><font color="#FF732F"><font color="#000000"><font color="#FF732F"><font color="#000000">
     
     
     <div class="span4">
     
     
     <?php get_sidebar(); ?>
     
     <?php get_footer(); ?>
    Buyrun hocam dosya içerikleri bunlar.