Slm arkadaslar wordpres kullandıgım temada bi sorun var Ekloper 8 de söyle görunuyor sitem resim ekleyince post altınaa resim bir sonraki konunun baslığı ile karısıyor nsl düzeltebilirim bunu?
Ana sayfada böyle gorunuyor
TIKLA
index sayfam budur
<?php get_header(); ?>
<div id="wrap">
<div id="content">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="postpacker">
<h1><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h1>
<div>
<div class="date">Yazar : <span style="text-transform:capitalize"><?php the_author_posts_link(); ?></span> | <span style="text-transform:uppercase"><?php the_time('M j, Y'); ?></span></div>
<div class="postinfo">Kategori : <?php the_category(', ') ?> | <span class="koment"><?php comments_popup_link('Yorum Yok', '1 Yorum', '% Yorum'); ?></span></div>
</div>
<div class="clearer"></div>
<?php the_content(__('Continue Reading >>'));?>
</div>
<!--
<?php trackback_rdf(); ?>
-->
<?php comments_template(); // Get wp-comments.php template ?>
<?php endwhile; else: ?> <?php endif; ?>
<?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } ?>
<div class="prevnext">
</div>
</div>
<!-- The main column ends -->
<?php get_sidebar(); ?>
</div>
<?php get_footer(); ?>