Thanks, but the sorting still does not work. I’ve rewritten the code as follows:
<?php
$query='cat=3&orderby=title&order=DESC';
query_posts($query);
?>
<?php while ( have_posts() ) : the_post(); ?>
The query gets to select the posts in the category, but still the sorting does not work.