Forum Replies Created

Viewing 1 replies (of 1 total)
  • Hello, I’m worried that by modifying the single.php file you might get a reversion in behavior if you ever update the theme.

    I had the same problem as you, and I found that the following fix has worked so far… I am running a plugin that lets me apply custom CSS to my site, and in there I added the lines:

    .fleft .post .featured-media {
      display: none;
    }

    That seems to hide the image on the page itself (on all instances of single pages), but allows the image to feed through to the article listing.

    Hope this helps.

    –Tim Rohr

Viewing 1 replies (of 1 total)