WordPress page template to redirect to first child page
To achieve this recipe, you have to create a page template. Create a new file and paste the following code in it:
ID."&sort_column=menu_order");
$firstchild = $pagekids[0];
wp_redirect(get_permalink($firstchild->ID));
}
}
?>

No comment on this link yet. React !