• Resolved melwp

    (@melwordpress)


    Thanks again for your help with the child theme. It’s working great! I followed your instructions for displaying a thumbnail of the featured image with the post snippet. Is there a way to disable this on the front page where I have the full posts displayed?

    Thanks!

    thelandinbetween.com

Viewing 10 replies - 1 through 10 (of 10 total)
  • Theme Author Tomas Mackevicius

    (@tomasm)

    Hi, Mel, use this CSS code (depending where you will put it, it will affect whole site or just particular media queries):

    .home .site-branding {
        display: none;
    }

    BTW is the thumbnail thing working as intended? I thought you wanted them to be displayed on the left/right side as a medium thumbnail, not before title, or I was wrong?

    Thread Starter melwp

    (@melwordpress)

    Ok, can you tell me where to put it?

    The thumbnail thing didn’t quite work as I had tried to align left, but it remained above the snippet, before the title, so I changed the size to “full” so that it looked intentional.

    Thread Starter melwp

    (@melwordpress)

    Do you mind telling me where to paste that code?

    Also, the thumbnail didn’t quite work for me, so I changed it to “full” size because it was before the title instead of next to it. Did I do something wrong?

    Thanks.

    Thread Starter melwp

    (@melwordpress)

    Can anyone help me with this? I know Tomas is very busy! Thanks.

    Theme Author Tomas Mackevicius

    (@tomasm)

    Mel, I will try to do this on my own site, so hopefully it’s coming ??

    Thread Starter melwp

    (@melwordpress)

    Thanks, let me know when you have a chance. I know you are busy. I think it looks a bit silly to have the featured image displayed at the beginning of a post when the full post is shown on the front page.

    Theme Author Tomas Mackevicius

    (@tomasm)

    I’m just bumping this to top to not forget.

    Thread Starter melwp

    (@melwordpress)

    Since I haven’t been able to figure this out. How can I just have excerpts on the front page (instead of full posts) like on your site? I think that will look better than having the featured image right above each full post. Thanks!

    Theme Author Tomas Mackevicius

    (@tomasm)

    Mel, could you write me an email? (It’s in readme.txt)

    Thread Starter melwp

    (@melwordpress)

    Ok, I emailed you. I also changed
    < ?php the_content(
    to < ?php the_excerpt(

    I will try again to get the thumbnails to display correctly. Thanks!

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘do not display featured image on front page’ is closed to new replies.