Ver Mensaje Individual
  #5 (permalink)  
Antiguo 02/06/2010, 19:58
Avatar de metacortex
metacortex
Viejo demente
 
Fecha de Ingreso: junio-2004
Ubicación: Caracas - Venezuela
Mensajes: 9.027
Antigüedad: 19 años, 10 meses
Puntos: 832
Respuesta: plugin que ordene asi los temas?

Con mi plugin lo haces en un dos por tres:

http://wordpress.org/extend/plugins/wp-smart-image-ii/

Dentro del loop colocas:

Código PHP:
Ver original
  1. <li>
  2.     <?php wpsi()?>
  3.     <p><a href="<?php the_permalink() ?>"><?php the_title() ?></a>
  4. </li>
Y listo.

Desde luego hay que aplicarle la maquetación correspondiente.