Hello @pierreplus,
Please edit a post, click Remove featured image, then click Update button.
Kind Regards, Roman.
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.
Thanks, Roman.
I did it but the pic still appears inside the post. Please advise.
P
Ok, I did the same thing under Editor and it works. Thanks a lot Roman.
Pierre