"; $keywords = "wordpress, wordpress theme, SimpleLines";//You can edit your keywords in here. } elseif (is_single()){ $description = substr(strip_tags($post->post_content),0,220); $keywords = ""; $tags = wp_get_post_tags($post->ID); foreach ($tags as $tag ) { $keywords = $keywords . $tag->name . ", "; } } ?>