Ver Mensaje Individual
  #4 (permalink)  
Antiguo 18/04/2011, 18:03
Avatar de chalchis
chalchis
 
Fecha de Ingreso: julio-2003
Mensajes: 1.773
Antigüedad: 20 años, 9 meses
Puntos: 21
Respuesta: mostrar post populares

solucionado

gracias amigo

referencia de aqui
http://www.960development.com/wordpr...th-thumbnails/

Código:
<?php query_posts('showposts=5&orderby=comment_count');?>
	<?php while ( have_posts() ) : the_post(); ?>
	<li>
	<a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_post_thumbnail(array(70,70)); ?></a>
	<a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a>
	<p><?php echo get_the_date('d M Y');?></p>
	</li>
	<?php endwhile; // End the loop ?>
__________________
gerardo