konu ile alakalı olarak, sadece ana sayfada bir sorun oluyor.
feature1 için örnek verecek olursak
css
.featured1 img {
margin:0 0 5px 0;
}sidebar_left.php<div class="featured1">
<?php if (catch_that_image()){ ?>
<a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><img src="<?php bloginfo('template_directory'); ?>/scripts/timthumb.php?src=<?php echo catch_that_image() ?>&h=110&w=240&zc=1&q=100" alt="<?php the_title(); ?>"/></a>
<?php }; ?>
<a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><?php if ( function_exists("has_post_thumbnail") && has_post_thumbnail() ) { the_post_thumbnail(array(240,110), array("class" => "thumbs")); } ?></a>
<h3><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h3>
<?php excerpt('19'); ?>
</div>zannediyorum css ile alakalı durum değil acaba kullanılan eklentiden kaynaklanıyor olabilirmi?
emeğe saygılı olduğunuz için eminim tebrik ediyordur yapan kişi