Archives

Why Placencia?

June 13, 2020 10:38 pm Published by

If you’re planning a trip to Placencia, you’ve got to read this. Why Placencia? Well, for starters, the Placencia Peninsula... View Article

function get_excerpt(){ $excerpt = get_the_content(); $excerpt = preg_replace(" ([.*?])",'',$excerpt); $excerpt = strip_shortcodes($excerpt); $excerpt = strip_tags($excerpt); $excerpt = substr($excerpt, 0, 30); $excerpt = substr($excerpt, 0, strripos($excerpt, " ")); $excerpt = trim(preg_replace( '/s+/', ' ', $excerpt)); $excerpt = $excerpt.'... more'; return $excerpt; }