Kafkaesqui thanks a lot!! I really do appreciate it.
<?php query_posts(“cat=10&showposts=1”); ?>
didn’t work. I got my usual endless loop.
but <?php query_posts(“category_name=cat-parent/news&showposts=1”); ?> worked like a charm
Thanks again!!
PS. I did search for older posts before posting but, I couldn’t find anything… will try to search harder next time!!