My code is :<?php query_posts('showposts=1&cat=blog'); ?>
It does show one post only but it does not show posts with the slug "blog". It shows all posts. I tried using a numeric identifier for the category and that just comes up with a file not found error or something.
What am I doing wrong?