the_title() ?>
작성자 the_author() ?> | 작성일 2011-04-21 05:01:54
5월 수강등록부터는
등록방법이 바뀌었으니 <수강등록방법안내>를 꼭 읽어주시기 바랍니다.
25
$categories = get_the_category();
if ( !empty($categories) ) {
$list_link = get_category_link($categories[0]->cat_ID);
} else {
$list_link = '#';
}
?>
목록으로