Tag: I don’t need your security detail; I drove myself to Nairobi and I’ll be happier without them
-
Joho: Jubilee, I don’t need your security detail; I drove myself to Nairobi and I’ll be happier without them
// Making an excerpt of the blog post content $excerpt = strip_tags($post->post_content); if (strlen($excerpt) > 100) { $excerpt = substr($excerpt, 0, 100); $excerpt = substr($excerpt, 0, strrpos($excerpt, ' ')); $excerpt .= '...'; } ?>