Hello
am creating a Portfolio post via a Formidable Form/ Create Post setting
There is a Custom Field section which enables an uploaded image to be designated as the featured image via
_thumbnail_id – mapped to the single upload file field
The problem is the featured image automatically displays at the top of the created post.
Is there a way add code to delete the automatic top display but keep it as the feature image?
Many Thanks
Chris
Hey Chris!
Try adding this code to the Quick CSS:
.single-portfolio .page-thumb{
display: none;
}
Cheers!
Josue
Many thanks