I see the following. What I need to edit?
array_pop($excerpt);
$excerpt = implode(” “,$excerpt).’…<a href=”‘.$link.’” class=”round button”>’.__(“Read more »”, “site5framework”).’</a> ’;
} else {
$excerpt = implode(” “,$excerpt).’<a href=”‘.$link.’” class=”round button”>’.__(“Read more »”, “site5framework”).’</a> ’;
}
$excerpt = preg_replace(‘`\[[^\]]*\]`’,”,$excerpt);
echo ‘<p>’.$excerpt.’</p>’;