Właśnie przed chwilą zanim napisałeś, spróbowałem. 4 i 5 jest dodane przeze mnie.
Kod
array( "name" => "Content Area 1 Page",
"id" => $shortname."_home_page_1",
"std" => "",
"type" => "select",
"desc" => "Here you can select the page you would like to display in the Content Area of the homepage. ",
"options" => $site_pages,
'et_array_for' => 'pages'),
array( "name" => "Content Area 2 Page",
"id" => $shortname."_home_page_2",
"std" => "",
"type" => "select",
"desc" => "Here you can select the page you would like to display in the Content Area of the homepage.",
"options" => $site_pages,
'et_array_for' => 'pages'),
array( "name" => "Content Area 3 Page",
"id" => $shortname."_home_page_3",
"std" => "",
"type" => "select",
"desc" => "Here you can select the page you would like to display in the Content Area of the homepage.",
"options" => $site_pages,
'et_array_for' => 'pages'),
array( "name" => "Content Area 4 Page",
"id" => $shortname."_home_page_4",
"std" => "",
"type" => "select",
"desc" => "Here you can select the page you would like to display in the Content Area of the homepage.",
"options" => $site_pages,
'et_array_for' => 'pages'),
array( "name" => "Content Area 5 Page",
"id" => $shortname."_home_page_5",
"std" => "",
"type" => "select",
"desc" => "Here you can select the page you would like to display in the Content Area of the homepage.",
"options" => $site_pages,
'et_array_for' => 'pages'),
Lecz wszystkie te zmiany razem, dały jednynie taki efekt:

Chyba że powinienem ją 'stworzyć' w jakiś inny sposób, a może robie to źle