WordPress Türkiye Forumları

WordPress Türkiye Forumları » Türkçeleştirme

Tema ile ilgili bir kaç soru

(4 mesaj(lar))
  • 1 yıl önce zoom tarafından başlatıldı
  • ELOY tarafından son cevap
  • Bu konu Destek sorusu değil

Etiketler:

  1. http://ifelse.co.uk/simpla

    bu adresten simpla adlı temayı indirdim tema sade ve hoş olduğu için bunu kullanmak istedim.

    Acaba bunun Türkçe dil dosyası var mı?
    Büyük ihtimalle yoktur ben kendimde Türkçeleştirmeye razıyım zaten toplam 6 tane dosyası var php formatında bunların içinde nereyi editlemem gerek yani neresi dil ile ilgili mesela index içerisinde;

    -------------------------------------------------------------
    <?php get_header(); ?>
    <div id="content">
    <?php if (have_posts()) :?>
    <?php $postCount=0; ?>
    <?php while (have_posts()) : the_post();?>
    <?php $postCount++;?>
    <div class="entry entry-<?php echo $postCount ;?>">
    <div class="entrytitle">
    <h2>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></h2>
    <h3><?php the_time('F jS, Y') ?></h3>
    </div>
    <div class="entrybody">
    <?php the_content('Read the rest of this entry »'); ?>
    </div>

    <div class="entrymeta">
    <div class="postinfo">
    <span class="postedby">Posted by <?php the_author() ?></span>
    <span class="filedto">Filed in <?php the_category(', ') ?> <?php edit_post_link('Edit', ' | ', ''); ?></span>
    </div>
    <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »', 'commentslink'); ?>
    </div>

    </div>
    <div class="commentsblock">
    <?php comments_template(); ?>
    </div>
    <?php endwhile; ?>
    <div class="navigation">
    <div class="alignleft"><?php next_posts_link('« Previous Entries') ?></div>
    <div class="alignright"><?php previous_posts_link('Next Entries »') ?></div>
    </div>

    <?php else : ?>

    <h2>Not Found</h2>
    <div class="entrybody">Sorry, but you are looking for something that isn't here.</div>

    <?php endif; ?>
    </div>
    <?php get_sidebar(); ?>
    <?php get_footer(); ?>
    ----------------------------------------------------------------

    Bir diğer sorumda yüklemiş olduğum widgets eklentisi bu temada çalışmıyor yani sidebar ı kolaylıkla değiştiremiyorum acaba bu temada widgets eklentisini çalışır hale nasıl getirebilirim ?

    1 yıl önce #
  2. Tema Türkçeleştirme WP'nin en kolay işlemi.
    Sayfanızı açın, sizin yazdıklarınız dışında gördüğünü metinler temadan geliyordur muhtemelen.

    <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »', 'commentslink'); ?>
    yerine
    <?php comments_popup_link('Yorum yok »', '1 yorum »', '% yorum »', 'commentslink'); ?>
    yazıp temayı tekrar incelerseniz değişimi görürsünüz.

    1 yıl önce #
  3. teşekkürler peki bu temada widgets eklentisini çalışır hale nasıl getirebilirim ?

    1 yıl önce #
  4. http://www.wordpress-tr.com/forum/topic/137?replies=3
    Anlaşılmayacak bir şey yok. Adım adım ne yapılması gerektiğini anlatıyor.

    1 yıl önce #

Bu konu için RSS beslemesi

Cevapla

Mesaj göndermek için giriş yapmalısınız.