<?php $posts = get_posts('orderby=rand&numberposts=5'); foreach($posts as $post) { ?>
<div id="entrada">
<div class="entry">
<a href="<?php echo get_permalink(); ?>"><span class="comilla1"></span><?php get_the_content(); ?><span class="comilla"></span></a>
</div>
<div class="frase-cat">
<a href="" title="Frase Numero <?php echo get_the_title($ID); ?>"><?php echo get_the_title($ID); ?></a> <?php the_category(', ') ?> <?php comments_popup_link('0 Comentarios', '1 Comentario', '% Comentarios'); ?>
</div>
<div class="share_ul">
<iframe src="http://www.facebook.com/plugins/like.php?href=<?php the_permalink(); ?>&layout=button_count&show_faces=false&width=450&action=like&colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:30px"></iframe>
</div></div>
<?php } ?>