Temayı kurup denemedim onun için eğer temada kendine göre düzenleme yaptıysan bir yedek al sonra
single.php içinden aşşadaki kodu bul index.php içinde
<div class="icerik"> </div> arasına yapıştır olması lazım
bu şekilde olması lasım bi dene bakalım
Dediğinizi yaptım. Oldu fakat video ekli olmayan konukar
bu orjinal index.php dosyam
<?php get_header(); ?>
<div class="solagel">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="yazilar">
<div class="has2">
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
<div class="bilgican">
<div class="yazar"><strong><?php the_time('j F Y'); ?></strong> Tarihinde / <strong><?php the_author() ?></strong> Tarafından Yazılmıştır. </div>
</div><div class="yorumsayisi"><?php comments_number('Yorum Yok', '1 Yorum ', '% Yorum' );?></div>
<div class="domestos"></div>
</div>
<div class="icerik">
<div class="thumbcan">
<?php $resim = get_post_meta($post->ID,'resim', true);
if($resim != "") { ?>
<a href="<?php the_permalink() ?>">
<img class="alignleft" src="<?php echo get_post_meta($post->ID, 'resim', true); ?>"/></a>
<?php }else{ ?>
<?php } ?>
</div>
<?php the_content(__('Devamını Oku'));?>
<div class="domestos"></div>
</div>
</div>
<?php endwhile; else: ?>
<?php endif; ?>
<div class="etican">
<?php next_posts_link('« Eski Yazılar') ?>
<?php previous_posts_link('Yeni Yazılar »') ?>
</div>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>