PDA

Orijinalini görmek için tıklayınız : Page Number Hatası



olkunmustafa
19-06-2012, 21:11
Wordpress siteme page numbers eklentisi kurdum. Blog sayfam numaralandı ancak 2. sayfaya geçtiğim eski yazıları göstermiyor. gene ilk 12 yazıyı gösteriyor. Bunun sebebi ne olabilir. Size category sayfasının kodlarını yolluyorum. çözüm olan arkadaşlardan destek bekliyorum.

hata veren sayfa : http://www.medyasef.com/kategori/blog



<?php get_header(); ?>



<div id="blogbasi">



<?php while (have_posts()) : the_post(); ?>

<div id="blog">

<a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php if ( has_post_thumbnail() ) { the_post_thumbnail( 'blog' ); } ?></a>

<h1><a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></h1>

<?php echo get_the_popular_excerpt(); ?>







</div>



<?php endwhile ?>

<?php if(function_exists('wp_page_numbers')) : wp_page_numbers(); endif; ?>



<div style="clear:both"></div>

<hr/>



<div id="sosyal_hesap2" >

<div id="facebook_back">

<div class="fb-like-box" data-href="http://www.facebook.com/medyasef" data-width="305" data-height="260" data-show-faces="true" data-border-color="white" data-stream="false" data-header="false"></div>

</div><!--facebook-back-->

<div id="google_back2">

<g:plus href="https://plus.google.com/103837412426854459873" rel="publisher" width="305" height="131" theme="light"></g:plus>



<ul id="kategoriler2">

<?php wp_list_categories('orderby=id&show_count=0&use_desc_for_title=0&child_of=4&title_li=<h2></h2>'); ?>

</ul>



</div><!--google_back-->



<!--kategoriler-->

</div><!--sosyal_hesap2-->



</div><!--blogbasi-->













<?php get_footer(); ?>

Çağrı
20-06-2012, 18:36
Bende düzgün görünüyor =/ En azından ilk sayfadaki yazılar ile ikinci sayfadaki yazılar tamamen farklı.

Raf Sistemleri
11-04-2013, 14:27
bendede düzgün görünüyor.