Yapabildiniz mi ?

index.php'de bul ;
Alıntı
<?php if ($options['tags']) : ?><span class="tags"><?php _e('Tags: ', 'inove'); ?></span><span><?php the_tags('', ', ', ''); ?></span><?php endif; ?>
Değiştir ;
Alıntı
<?php if ($options['tags']) : ?><span class="tags"><?php _e('Tags: ', 'inove'); ?></span><span><?php the_tags('', ', ', ''); ?></span><br /><br /><?php endif; ?>
Bu seferde çok boşluk oldu dersen değiştirdiğin kodun içerisindeki <br /> kodlarından birini silersin.