prefix.'posts WHERE post_name="'.$first_uri.'"';
$row = $wpdb->get_row($sql);
if($row){
foreach(get_the_category($row->ID)as$c){
if($c->cat_ID==LECTURER_CAT_ID){
header('HTTP/1.1 301 Moved Permanently');
header('location:'.LECTURER_PAGE_LIST_URL);
exit;
}
}
}
global $qode_options_proya;
get_header();
echo space_func(178);
?>

'.go_button_func(array('text'=>'回首頁','open'=>WEB_URL)).'
';
/*
echo'';
$ary_lv1_href=array('/', '/about/', '/admission-rule/', '/curriculum/', '/corporate-partner/', '/support-us/');
foreach(array(
'/`首頁',
'/about/`關於我們',
'/vision/`宗旨與目標',
'/organization/`組織架構',
'/category/opening/`招生資訊',
'/tech-class/`技術領袖培訓班簡介',
'/category/opening/`報名表格',
'/refund/`退費辦法',
'/category/faq/`常見問題',
'/category/opening/`課程大綱',
'/calendar/`行事曆',
'/policy-tech/`修業規定',
'/presence-rule/`請假辦法',
'/offsite-problem-solving/`移地解題',
'http://jobs.datasci.tw/jobs/72`徵才訊息',
)as$v){
$a = explode('`', $v);
$href = $a[0];$txt=$a[1];
$is_sub = !in_array($href, $ary_lv1_href);
echo'- '.$txt.'
';
}
echo'
';
*/ ?>