Hi,
This is the second time I have to do this, so I wanted to see if there is a less hacky way than what I've conjured:
if (preg_match('/about/',$query_string)) {
$mycat=substr($query_string,22);
}
query_posts("category_name=$mycat);
..basically grabbing the url and chopping out the page slug to use for my cat query.
Thanks,
alvar