how can i make a loop in thematic where i can separate out my posts to different pages based on category? something like this:
<? php
if category=blog
if have posts while have posts the post;
else
nothing here;
?>
and ditto for the other category. i can do this in regular wordpress but not with thematic. can anyone help or point me in the right direction?