the_title() ?>
작성자 the_author() ?> | 작성일 2011-08-30 06:56:01
하하허허 카페에서 열리는 워크숍 !
9월 프로그램이 나왔어요 ^-^
14
$categories = get_the_category();
if ( !empty($categories) ) {
$list_link = get_category_link($categories[0]->cat_ID);
} else {
$list_link = '#';
}
?>
목록으로