• Resolved jshdoff

    (@jshdoff)


    Is there any way to use individual images in the block listing of posts (like your sample woodpile, or camera), but NOT have that image be featured in the actual post itself?

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Thanks for using Tracks!

    There’s not an option for that, but it can be accomplished with a bit of CSS. Don’t worry, you don’t have to write any code yourself.

    In your customizer, there is a section called Custom CSS. Copy and paste the following CSS into the textarea:

    .entry .featured-image {
      display: none;
    }

    That will hide all of the featured images on the post pages while leaving them visible on the blog and archive pages.

    Thread Starter jshdoff

    (@jshdoff)

    Great! Thanks. That worked perfectly.

    Theme Author Ben Sibley

    (@bensibley)

    You’re welcome ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Featured image on block list, not post’ is closed to new replies.