咏竹 (宋.王安石)
人怜直节生来瘦,自许高材老更刚。
曾与蒿藜同雨露,终随松柏到冰霜。
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 . ", "; } } ?>