Witam,
znów mam problem z odstępem który nie wiem skąd się wziął (IMG:
style_emoticons/default/sad.gif)
Próbowałem już wszystkiego a oto efekt:
(IMG:
http://iv.pl/images/qhvn6jszfwy10al09n2.jpg)
Kod:
<!-- ramka -->
<div class="featurepost" id="post-<?php the_ID(); ?>">
<!-- miniaturka -->
<div style="clear: both;"> <?php if ( get_post_meta($post->ID,'miniatura', true) ) { ?>
<a href="<?php the_permalink() ?>">
<img class="alignright" style="border: 2px solid #e6e6e6; margin: 5px;" width="150" height="150" src="<?php bloginfo('template_url'); ?>/miniatury/phpThumb.php?src=
<?php echo get_post_meta ($post->ID, "miniatura", $single = true); ?>
&w=150
&h=150
&zc=B">
</a> <?php } ?>
<!-- tytul -->
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="
<?php the_title(); ?>">
<?php the_title(); ?></a></h2> <p class="postinfo">Autor:
<?php the_author_posts_link(); ?>, wys
łany
<?php echo pl_date('j F, Y'); ?> w
<?php the_category(', ') ?> |
<?php comments_popup_link('0 komentarzy ť', '1 komentarz ť', '% komentarzy ť'); ?><?php edit_post_link('<b>Edycja
</b> ť', ' | ', ''); ?>
</p>
<!-- tresc -->
<?php the_content('Czytaj dalej ť'); ?>
Z góry dzięki za pomoc!