<div id="content">
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class="post" id="post-<?php the_ID(); ?>">
<div class="date">
<?php the_time('M'); ?>
<div class="day"><?php the_time('j'); ?></div>
</div>
<h3 class="posttitle"><a href="<?php echo get_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?></a></h3>
<div class="cmt"><?php comments_popup_link('0', '1', '%'); ?></div>
<div class="postmeta">Postat de <?php the_author_posts_link(); ?>|<?php edit_post_link('| Editeaza',' ',''); ?></div>
<div class="entry">
<div class="screen"><?php show_attachment_image(0, 'thumbnail', 'alt="'.$post->post_title.'"'); ?></div>
<?php the_content_limit(600, "Vezi Tot Articolul."); ?>
</div>
<div class="postbottom"></div>
</div>