• Resolved alexzalex

    (@alexzalex)


    hello, I’d like to be able to hide featured from images from single posts.
    Unfortunately, I didn’t find a way to do that via theme settings.
    Is there any simple way to do that via theme editing?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Alexander Agnarson

    (@alxmedia)

    Hi,

    Try removing line 24-26 in single.php with a child theme where it says:

    
    <?php if ( has_post_thumbnail() ) : ?>
    	<?php the_post_thumbnail('minimer-large'); ?>
    <?php endif; ?>
    
    Thread Starter alexzalex

    (@alexzalex)

    Thank you, Alexander! It works perfectly for me!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘hide featured image from single post’ is closed to new replies.