the_title() ?>
작성자 the_author() ?> | 작성일 2010-06-10 13:18:54

신청은 마포는대학 홈페이지 http://www.mapouniv.net/ 에서 할 수 있습니다.
37
$categories = get_the_category();
if ( !empty($categories) ) {
$list_link = get_category_link($categories[0]->cat_ID);
} else {
$list_link = '#';
}
?>
목록으로