• Resolved filc

    (@filc)


    Hello,

    I’m working on a website and I want to regularly add articles as well. I want to choose a presentation image for each post so that I can share the posts on social media. The problem is that when I choose the presentation image it displays with the post and it doesn’t look as I would like to. There is a link to an example of article with such image displayed. If you know how can I get rid of the image I would be very thankful if you could let me know in the comments.

    Best Regards,
    Filc

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello Filc,

    Thank you for posting in. Try to edit the content-single.php file in the child theme mode, then remove the following lines:

    <?php if ( has_post_thumbnail() && ( get_theme_mod( 'post_feat_image' ) != 1 ) ) : ?>
    	<div class="entry-thumb">
    		<?php the_post_thumbnail('sydney-large-thumb'); ?>
    	</div>
    <?php endif; ?>
    Thread Starter filc

    (@filc)

    Thank you very much!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Removing images from posts’ is closed to new replies.