From: Anthony Talarico Date: Thu, 4 Aug 2016 17:28:24 +0000 (-0400) Subject: reducing the blog body excerpt characters and placing the title below the image X-Git-Tag: v1.0.0^2~8 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=f764ddc917b8beec2c325c27dd47bb71751f063d;p=WP-Plugins%2Fhubspot-blog.git reducing the blog body excerpt characters and placing the title below the image --- diff --git a/views/frontPage.php b/views/frontPage.php index ede9c2a..5d5f5dd 100644 --- a/views/frontPage.php +++ b/views/frontPage.php @@ -1,23 +1,24 @@ ' - . '
' - . '' - . '

' . $title. '

' - . '
' - . '
' + . '' . '' . '' - . '
' . $content . '
' + . '
' + . '' + . '

' . $title. '

' + . '
' + . '
' + . '
'. $content . '
' . ' Read More ' . ''; ?> \ No newline at end of file