Hi xaotikdesigns
remove below code from page.php maybe line:67
the_post_thumbnail( 'full','class=page-featured-image' );
or
stye.css add to last line
.page-featured-image{
display:none;
}
Thank you.
It was confirmed whether the explained code would be effective.
Please check your cache.
cache plugin or browser cache.
Thank you.
Except I have the same problem in three browsers, even after clearing the cache, and I don’t have any caching plugins.
featured image is displayed at the top of the page?
Please tell me again.
You want remove featured image from page ? or post ?
Thank you.
That would be posts.
I guess I did say page in my initial post here, that would make a difference, wouldn’t it…
Please open single.php line:99
/**
* Show featured image
*
*
*
*
*/
raindrops_featured_image( );
change below
//raindrops_featured_image( );
Thank you.