diff --git a/src/wp-content/themes/originalhouse/loop-tcp-grid.php b/src/wp-content/themes/originalhouse/loop-tcp-grid.php index ebd7208..11f14da 100644 --- a/src/wp-content/themes/originalhouse/loop-tcp-grid.php +++ b/src/wp-content/themes/originalhouse/loop-tcp-grid.php @@ -88,9 +88,9 @@ $content = trim(get_the_content()); if (strlen($content)) { $description .= '
'; - $description .= $content; + $description .= strip_tags($content); } - + if (has_post_thumbnail()) { $attr = array('alt' => $description, 'title' => the_title_attribute('echo=0'));