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 ?
Destek sorusu değil