that is great! thanks.
do you think instead of:
if (is_page(’21’) ) {
$cat = array(12);
it would work as:
if (is_page(‘$title’) ) {
$cat = array(title);
so as long as the pages and categories have the same name, the relevant content will be displayed.