• I really like this theme a lot. The images look great on the front page and on the post page’s. But on the category pages the image displays twice, if I turn it off in the customizer it also turns off the images on the main blog page so that’s not a good option. I’m hoping there’s some way around this.

    Thank you for the help, Ian

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Hi there, you have the same image within the post content and set as a featured image. I would suggest removing the duplicate image you have added in the post content area and just keep the one set as the featured image.

    sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    If you wish to hide the featured images on the categories pages, the following CSS will do that, as well as hiding them on Tag and Date archive type pages.

    .archive .hentry .entry-thumbnail {
      display: none;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can the featured images be turned off on category pages?’ is closed to new replies.