Yes, that works! 😉
Thanks x 1000.
Federico.
I was searching in the WP support for help in listing post titles in a category and found this wonderfull tip.
Tested and works like a charm. However, my only question is, how to replace “a particular category” for “the current category”?
get_posts(‘category=10&numberposts=-1’); foreach($photog_posts as $post) : setup_postdata($post);
this line gets post for the category #10, but what I need is to get posts for the current category, because i’m using it in the archive.php general template.
thanx in advance.
Federico.
ok, i will go fot it.
thnx