hello all,
what i would like to have is a code or a plugin to display the last 5 or 10 articles from a category as a list with links to the articles…
with the code :
<?php query_posts(‘category_name=xxxxx&showposts=5’); ?>
i have what i want but is not showned as a list, can i format the output data below de query_posts code ??
(sorry my poor english)
tks