<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
<h1><?php the_title(); ?></h1>
<table align="center" margin="0" cellpadding="0" width="530px"><tr><td width="265px"><div class="post-author">Movimentado por: <?php the_author_posts_link(); ?></div></td><td align="right" width="265px"><div class="post-time"><?php the_time('l'); ?>, <?php the_time('d'); ?> de <?php the_time('F'); ?> de <?php the_time('Y'); ?></div></td></tr></table><br />
<div class="post-content"><?php the_content(); ?></div>
<p class="post-comment"><?php comments_popup_link(__('Comente!'), __('1 Comentário'), __('% Comentários')); ?></p>
<p class="post-tags"><?php the_tags(); ?></p><br />
<?php endwhile; else: ?>
<p><?php _e('Vamos, mexa-se!! N?o há posts com esse critério.'); ?></p> <?php endif; ?>