the_title() ?>
작성자 the_author() ?> | 작성일 2010-04-28 16:12:03

신청은 www.mapouniv.net 에서 가능합니다.
23
$categories = get_the_category();
if ( !empty($categories) ) {
$list_link = get_category_link($categories[0]->cat_ID);
} else {
$list_link = '#';
}
?>
목록으로