I'll query post from catgory with:
<?php query_posts('cat=46&showposts=1'); ?>
It will show only one post, and it's always last posted entry. How can i done show sticky post, if he present?
I will read codex, and find, that it should be done by default. What i done wrong?