• 01-01-2010, 19:34:00
    #1
    http://wordpress.org/extend/themes/mystique
    bu temadaki more yazısının yerini bulamadım nasıl Türkçeleştiririm?
  • 01-01-2010, 21:03:54
    #2
    Sanırım Buradaki gibi yapmak istiyorsunuz; http://krmvc.net/
  • 01-01-2010, 21:08:11
    #3
    Temadaki index.php yi açın,

    Sayfanın içersinde aşağıdaki kodu bulun
    Alıntı
    <?php if($post_preview=='excerpt') the_excerpt(); else the_content(__('More &gt;', 'mystique')); ?>
    Alttakiyle değiştirip kaydedin
    Alıntı
    <?php if($post_preview=='excerpt') the_excerpt(); else the_content(__('Devami &gt;', 'mystique')); ?>
    Bu kadar