Mar
29
2011
29
2011
Mostrar artigos recentes de 1 categoria especifica
Coloca este código no teu theme onde quiseres mostrar os artigos recentes.
Troca nome_categoria pelo nome da categoria que queres mostrar os artigos mais recentes.
Este código mostra os 10 artigos mais recentes da categoria nome_categoria
<?php query_posts('category_name=nome_categoria&showposts=5'); ?>
<?php while (have_posts()) : the_post(); ?>
<li><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></li>
<?php endwhile; ?> Etiquetas:Wordpress How To
Leave a comment
Advertisement

An article by







