1, 'orderby' => 'date','post_type'=>'people', 'order' => 'ASC' );
query_posts( $args );
while (have_posts()) : the_post();
$principal_id = get_the_id();
?>
';
if($lang=="ch"){
echo $educationList[$i]['education_title_ch'][1];
}else{
echo $educationList[$i]['education_title'][1];
}
echo '';
}
?>
-1,'offset'=>1,'orderby' => 'date','post_type'=>'people', 'order' => 'ASC' );
query_posts( $args );
while (have_posts()) : the_post();
if($principal_id!= get_the_ID()):
?>
">
';
if($lang=="ch"){
echo $educationList[$i]['education_title_ch'][1];
}else{
echo $educationList[$i]['education_title'][1];
}
echo '';
}
?>