the_title() ?>
작성자 the_author() ?> | 작성일 2008-07-30 21:34:53
8월 일취월짱 프로젝트 수강신청안내입니다.
수강신청은 ing.haja.net 으로……
49
$categories = get_the_category();
if ( !empty($categories) ) {
$list_link = get_category_link($categories[0]->cat_ID);
} else {
$list_link = '#';
}
?>
목록으로