arkadaşlar sol tarafa bir adet küçük resim yerleştiriyorum yanınada bir iki satırlık bir yazı yazıyorum daha sonra görüntü bu şekilde oluyor. lütfen yardım edin.
ana index kodlarım bunlar arkadaşlar nasıl bir düzenleme yapılması lazım. ?
<?php get_header();?>
<div class="sol">
<?php if (have_posts()) :while (have_posts()) : the_post();?>
<div class="konu">
<h2><a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a></h2>
<div class="konubilgi"><b><?php the_author_posts_link(); ?></b> şokladı. <a href="http://www.subidonu.com/iletisim/"><b>(Şikayet)</b></a></b><span style="float:right;vertical-align:top;height:30px">
<?php dd_google1_generate('Compact (20px)') ?>
<?php dd_twitter_generate('Compact','subidonucom') ?>
<?php dd_fblike_generate('Like Button Count') ?>
</span></div>
<div class="icerik">
<?php the_content(); ?>
<div>
</div>
</div>
<div class="konubilgi"><b>Konu:</b> <?php the_category(', ') ?> | <b>İzlence Sayısı :</b> <?php if(function_exists('the_views')) { the_views(); }
?>
<div style="float: right;"><b><?php comments_popup_link('0', '1', '%'); ?></b> Tane Olay <a href="<?php the_permalink(); ?>" rel="bookmark"
title="<?php the_title(); ?>"><b>Yorumları Gör</b></a></div></div>
</div>
<?php endwhile; else: ?>
<head>
<style type="text/css">
h2 {
padding: 5px 0px 10px 0px;
margin-bottom: 0px;
font-size: 18px;
font-weight: bold;
border-bottom-style: dashed;
border-bottom-width: 1px;
border-bottom-color: #DFDFDF;
color: #333333;
}
</style>
<script type="text/javascript">
Cufon.replace('h2');
</script>
</head>
<h2>Üzgünüz</h2>
<p>Aradığınız sayfa bulunamıyor.</p>
<?php endif; ?>
<div class="sayfala">
<div class="sayfalar">
<?php if(function_exists('wp_page_numbers')) : wp_page_numbers(); endif; ?>
</div>
<div class="temizle"></div>
</div>
</div>
<?php get_sidebar(); get_footer(); ?>