the_title() ?>
작성자 the_author() ?> | 작성일 2012-03-07 08:16:28

Tip! 포럼 당일 많은 행사가 예정되어 있어 주차가 어려우니 대중교통을 이용하시기 바랍니다.
16
$categories = get_the_category();
if ( !empty($categories) ) {
$list_link = get_category_link($categories[0]->cat_ID);
} else {
$list_link = '#';
}
?>
목록으로