the_title() ?>
작성자 the_author() ?> | 작성일 2011-02-25 04:22:33

카페이름은 본인 이름, 전화번호와 함께 gracehan@haja.or.kr 로 보내주세요.
14
$categories = get_the_category();
if ( !empty($categories) ) {
$list_link = get_category_link($categories[0]->cat_ID);
} else {
$list_link = '#';
}
?>
목록으로