Remove P tags from the city menu excerpts of the map
authorLaury GvR <laury@gaslightmedia.com>
Tue, 12 Sep 2017 20:54:42 +0000 (16:54 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 12 Sep 2017 20:54:42 +0000 (16:54 -0400)
functions.php

index dc86d00..f499993 100644 (file)
@@ -94,7 +94,6 @@ function get_excerpt_by_id($post_id, $length = 35){
        array_push($words, '…');
        $the_excerpt = implode(' ', $words);
    endif;
-   $the_excerpt = '<p>' . $the_excerpt . '</p>';
    return $the_excerpt;
 
 }