• 28-07-2009, 18:31:20
    #2
    Üyeliği durduruldu
    Wp Page Numbers diye bir eklenti olması lazım, değişik stilleri de mevcut onun. Yalnız eklentiyi etkinleştirdikten sonra tema dosyalarını da düzenlemen gerekiyor; index.php, archive.php, search.php gibi..
  • 28-07-2009, 18:45:11
    #3
    PageNavi yi kaldırdım Wp Page Numbers bunu kurdum sonra araştırdım aşşağıda linkdeki kurulum yolunu izledim

    Temanın icindeki index.php den bunu bulup

     
    <?php posts_nav_link(' — ', __('&laquo; Previous Page'), __('Next Page &raquo;')); ?>
    bunula değiştirin diyor


     
    <?php if(function_exists('wp_page_numbers')) { wp_page_numbers(); } ?>
    onuda yaptım ama yine calışmadı :S

    Acaba sürüm farkından dolayımı uyumlu sürümü 2.7.X yazıyor benim sürümüm 2.8.2

    Aldığım site:
    Eklenti.Net > Wordpress Eklentileri Wp Page Numbers
  • 28-07-2009, 18:59:23
    #4
    Burayı tercüme edecek varmı arkadaşlar ?
    sanırım burda gizli olay


    Add the code where you find previous_post() and next_post() functions. If you can't find these tags, place the code between endwhile; and endif; in the_loop.

    Code to add in your theme
    <?php if(function_exists('wp_page_numbers')) : wp_page_numbers(); endif; ?>

    Advanced (optional) settings

    Syntax: wp_page_numbers($start, $end);

    Example: wp_page_numbers("<div class='start'>", "</div>");
  • 28-07-2009, 19:09:17
    #5
    Üyeliği durduruldu
    Eğer previous_post() ve next_post() fonksiyonlarını bulamazsan tema dosyalarında uygun bir yere yapıştır diyor kodları, endwhie; ile endif; arasında.
  • 28-07-2009, 20:26:00
    #6
    Üyeliği durduruldu
    </div>
    <div id="sayfasira"><?php if(function_exists('wp_page_numbers')) : wp_page_numbers(); endif; ?></div>
    </div>
    denermisin..


    son aklıma gelmişken 2.7 den sonrasını desteklemiyor :S
  • 28-07-2009, 20:28:14
    #7
    Üyeliği durduruldu
    <?php endif; ?>
    <center><?php if(function_exists('wp_page_numbers')) : wp_page_numbers(); endif; ?></center> birde böyle