ID] = $current_page->post_title; return $cpotheme_data; } function cpotheme_metadata_columns(){ $cpotheme_data = array( 2 => __('Two Columns', 'cpotheme'), 3 => __('Three Columns', 'cpotheme'), 4 => __('Four Columns', 'cpotheme'), 5 => __('Five Columns', 'cpotheme')); return $cpotheme_data; }