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

This website stores cookies on your computer. These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media. To find out more about the cookies we use, see our Privacy Policy.