Tagged: feature image
Hello, first off I really like the theme. I am using the WordPress SEO by Yoast plugin. I have noticed when I use the layout editor this plugin dosen’t pickup the content. As a result I have chosen to use the default editor. When I make a portfolio entry in order for a image to appear in a sortable gallery I have to set a featured image. The problem I’m having is that the feature image is being inserted into the top of the portfolio post. How do I remove the featured image?
I posted over an hour ago and it looks like I was skipped in the que. I’m just looking for a way to disable the thumbnail in a single portfolio post. I saw a post on how to disable on a blog post, just looking for the same thing on a single potfolio post.
Hi,
Just add this on your custom.css
.single-portfolio .attachment-entry_with_sidebar.wp-post-image {
display: none;
}
Regards,
Ismael
Thank you Ismael