the_title() ?>
작성자 the_author() ?> | 작성일 2009-04-01 11:22:10

* 아래첨부파일을 다운받으시면 자세한 내용을 보실 수 있습니다.
4월_일취월짱프로젝트_안내
35
$categories = get_the_category();
if ( !empty($categories) ) {
$list_link = get_category_link($categories[0]->cat_ID);
} else {
$list_link = '#';
}
?>
목록으로