Is it possible to query post by the parent of a sub category by using
<?php query_posts("cat=1"); ?>
but instead of entering "cat=1" or the name of the particular category, can I do something like
<?php query_posts("parentscategory=0"); ?>
so this way it would automatically insert and query post for the parent of any particular sub category that's clicked on?