Hi!
I want to sort my posts by Category, so i tried this:
<?php query_posts('orderby=category'); ?>
<?php while ( have_posts() ) : the_post() ?>
But it doesn't change anything to the Post order, the post are still ordered by Date.
Can somebody tell me how it works?
Thanks :)