Disable Feature Image in Post in Ghost Blog

Go to

/var/www/ghost/content/themes/casper$ sudo vi post.hbs

Remove the following lines

{{#if feature_image}}
<figure class="post-full-image" style="background-image: url({{feature_image}})">
</figure>
{{/if}}

Restart Ghost

/var/www/ghost$ ghost restart

The Features images should be disabled in the Blog Post now.

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top