鹤寿
与‘行草书’有关的日志
草书作品 林间暖酒烧红叶,石上题诗扫绿苔
06
9月
2017
行草 将进酒 张小春先生收藏
10
11月
2013
post_excerpt) { $description = $post->post_excerpt; } else { $description = mb_strimwidth(strip_tags(apply_filters('the_content',$post->post_content)),6,220); } $keywords = ""; $tags = wp_get_post_tags($post->ID); foreach ($tags as $tag ) { $keywords = $keywords . $tag->name . ", "; } } elseif(is_category()){ foreach((get_the_category()) as $category) { $catname = $category->category_nicename; $description = $category->category_description; } $keywords = ""; $tags = wp_get_post_tags($post->ID); foreach ($tags as $tag ) { $keywords = $keywords . $tag->name . ", "; } } ?>