Tema: Nuevo modulo
Ver Mensaje Individual
  #2 (permalink)  
Antiguo 29/04/2009, 08:46
Avatar de Anarninquë
Anarninquë
Colaborador
 
Fecha de Ingreso: julio-2005
Ubicación: MVD | Uruguay
Mensajes: 1.096
Antigüedad: 18 años, 10 meses
Puntos: 28
Respuesta: Nuevo modulo

Con algo así bastaría:

Código PHP:
<?php
query_posts
('showposts=5&cat=XX');
if (
have_posts()) : while (have_posts()) : the_post();
?>

<li>
<a href="<?php the_permalink() ?>"><?php the_title() ?></a><br />
<?php the_excerpt(''?> 
</li>

<?php endwhile; endif; ?>

En el query_posts(), debes cambiar el XX por la categoría de la que deseas mostrar los posts ;)
Espero que te sirva

pd. Puedes encontrar abundante información sobre el query_posts aquí.
__________________
Marcelo Ferreiro - Desarrollador Web
Mi Web - Pixelar.me