Ou então pode ser esta também no single.php algo parecido com isto:
<article class=”full-post”>
<?php if(has_post_thumbnail() && ThemexCore::getOption(‘post_image’)!=’true’) { ?>
Basta trocar para:
<article class=”full-post”>
<?php if(has_post_thumbnail() && ThemexCore::getOption(‘post_image’)!=’false’) { ?>
Espero ter ajudado…