Blog Image Thumbnail

Permalink 1 user found helpful
How do a change/get rid of the blog post thumbnail as see here:

http://southerngrounddrifters.co.uk/index.php/blog/...

 
FischerVision replied on at Permalink Reply
FischerVision
In /concrete/themes/yourtheme/blog_entry.php comment out the following lines:
<?php 
         if ($c->isEditMode()) {
            print '<br><br>';
            $a = new Area('Thumbnail Image');
            $a->display($c);
         }
         ?>

Edit: you can also take a look one your site itself in dashboard -> page types -> blog entry -> defaults