<?php if ($i == 0) : ?>
<div class="clanek">
<div class="cl-in">
<div class="nadpis">
<h2>
<a href="<?php the_permalink() ?>"><?php the_title(); ?></a>
</h2>
<div class="info">
<p>napsal <a href="#"> <?php the_author(); ?></a><br />
<?php the_time('l, j. F Y') ?></p>
</div>
</div>
<div class="text">
<?php the_content(''); ?>
</div>
<div class="clanek-data">
<p class="levy">Kategorie: <?php the_category(', ') ?><br />
<?php the_tags('Štítky: ', ', ', '<!--br /-->'); ?>
<?php edit_post_link('Upravit příspěvek', '<br />', ''); ?></p>
<p class="pravy">
<a href="<?php the_permalink() ?>" class="ccc">Číst celý článek</a>
<?php comments_popup_link('0', '1', '%', 'komentare'); ?><strong>komentařů</strong>
</p>
<span class="cistic"> </span>
</div>
</div>
<span class="konec"><!-- --></span>
</div>
<?php else: