• Resolved sarahduncanprint

    (@sarahduncanprint)


    Hi there,

    I am trying to remove the “featured image” from gallery posts- I would like to keep it as a link to the gallery on the home page, but not have it appear again at the top of the gallery.

    I am using the Portfolio Press with a child theme, link here:

    Any help gratefully received!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey there sarahduncanprint,

    How are you doing today?

    I’m not being able to open your site, generally this should be possible with some custom CSS.

    You should be able to target single post pages that are using image post format and remove featured image only on those pages.

    I’ve tested this on my end so hopefully it will work on your site as well. Try adding the following CSS code in the style.css file of your child theme or add it in your site using the following plugin:

    http://wordpress.org/plugins/simple-custom-css

    .single.single-format-image .portfolio-image {
        display: none;
    }

    Hope this helps 🙂

    Cheers,
    Bojan

    Thread Starter sarahduncanprint

    (@sarahduncanprint)

    brilliant, many thanks Bojan

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Portfolio Press- remove featured image from gallery pos’ is closed to new replies.