i have this line.. in sidebar..
<?php query_posts ( ( array('orderby' => 'rand', 'showposts' => 12)));?>
i want to order by category not random..
so if i am in a post from category animals.. i want to show 12 post just from this category.
Not Random like now..
how can i do that?
This should limit the posts pulled in the new WP_Query instance to the currently selected category or the first category of the current post.