the_title() ?>
작성자 the_author() ?> | 작성일 2008-08-27 12:23:30
클릭하면 공지사항으로 이동합니다. 공지사항 확인 부탁드립니다.
http://productionschool.org/board/
30
$categories = get_the_category();
if ( !empty($categories) ) {
$list_link = get_category_link($categories[0]->cat_ID);
} else {
$list_link = '#';
}
?>
목록으로