Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #23142

    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?

    #118704

    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.

    #118705

    Hi,

    Just add this on your custom.css

    .single-portfolio .attachment-entry_with_sidebar.wp-post-image {
    display: none;
    }

    Regards,

    Ismael

    #118706

    Thank you Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove Feature Image in single portfolio entry’ is closed to new replies.