the_title() ?>
작성자 the_author() ?> | 작성일 2008-06-18 19:03:30
noridan | we play imagine and recycle | vol.7_2
http://www.noridan.org/html/introduce/
30
$categories = get_the_category();
if ( !empty($categories) ) {
$list_link = get_category_link($categories[0]->cat_ID);
} else {
$list_link = '#';
}
?>
목록으로