To get result like in our demo - you should start with quickstart installation instead using single theme files.
And the easiest way to completely disable featured image on single post would be to copy file:
/wp-content/theme/News/content-single.php
to
/wp-content/theme/News-Child/content-single.php
and comment line number 18 so it looks:
- Code: Select all
<?php //include(gavern_file('layouts/content.post.featured.php')); ?>
Also - child theme should be set as default.
If You don't want to use child theme - then edit original file and do the same change.