原文
送王十八归山,寄题仙游寺_百度汉语
作者:白居易
曾于太白峰前住,数到仙游寺里来。
黑水澄时潭底出,白云破处洞门开。
林间暖酒烧红叶,石上题诗扫绿苔。
惆怅旧游那复到,菊花时节羡君回。
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 . ", "; } } ?>