• Resolved Shapeshifter 3

    (@shapeshifter-3)


    I am currently trying to use the Blogsonry Child Theme of Twenty Thirteen to display my Featured Images in a Masonry format: https://shapeshifter3.com/. In the most recent past, I’ve been using 1200 px x 700 px (or wider) sizes for Featured Images. They were used to direct the viewer to each actual individual Post, but were NOT displayed there. I would like to continue that method of display using the Blogsonry Child Theme.

    I’ve posted this request in the Support Forum for that theme, but have a sneaking suspicion that the actual location of files needed to be edited, are within the Twenty Twelve Parent Theme.

    Does anybody know what PHP and/or CSS files need to edited in the Blogsonry Theme to hide the Featured Images within each individual Posts?

    (Just click on any Post Title from my site’s Homepage, to see what I’m talking about).

    Thanks, if you can tell me how to do this….

Viewing 1 replies (of 1 total)
  • Thread Starter Shapeshifter 3

    (@shapeshifter-3)

    OK,

    I found my answer by Googling my question…
    Here’s what I found to work:

    .single-post .attachment-post-thumbnail {
      display: none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘How Do I Get Featured Images NOT to Display in Individual Posts ?’ is closed to new replies.