宁静致远:平稳静谧心态,不为杂念所左右,静思反省,才能树立(实现)远大的目标。
此句最早出自西汉初年刘安的《淮南子:主术训》,诸葛亮的《诫子书》也有引用。
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 . ", "; } } ?>