many thanks indeed. That worked a treat.
Thanks again 🙂
<?php if ( has_post_thumbnail() ) {
$mypostimage = the_post_thumbnail( 'large', array('class' => 'featsingle' , 'alt' => get_the_title() , 'title' => get_the_title() ));
the_content(); } else { the_content(); } ?>
Could someone please help me with this one, what exactly do i remove to get rid of featured images showing up in posts.
thanks so much in advance