• I would like to remove my feature pic from my post. It appeared automatically and I’m not sure how to remove it. Please advise. Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello @pierreplus,

    Please edit a post, click Remove featured image, then click Update button.

    Kind Regards, Roman.

    Thread Starter pierreplus

    (@pierreplus)

    Thanks, Roman. Perhaps I was not clear enough.

    I uploaded the Feature pic so that it appears on my FRONT page.

    HOWEVER, I did NOT want the FEATURE Pic to appear inside my Post as well.

    SO: I want the feature pic to appear on my front page with the post, but once you click on the post, the feature pic should not appear in the post as well.

    Please help.

    Hello @pierreplus,

    Please try to do the following. Go to your public_html/wp-content/themes/astrid/template-parts folder via SFTP or cPanel, open content.php file with a text editor, remove the following code and save changes.

    <div class="single-thumb">
    	<a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_post_thumbnail('astrid-large-thumb'); ?></a>
    </div>

    Please note that you have to override modified .php files in a child theme to avoid losing your modifications after theme update.

    Kind Regards, Roman.

    P. S.
    You can find that code on 33-35 row inclusive.

    Thread Starter pierreplus

    (@pierreplus)

    Thanks, Roman.

    I did it but the pic still appears inside the post. Please advise.

    P

    Thread Starter pierreplus

    (@pierreplus)

    Ok, I did the same thing under Editor and it works. Thanks a lot Roman.

    Pierre

    You are welcome Pierre!

    Kind Regards, Roman.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Remove Feature Pic from Post’ is closed to new replies.