• Resolved jfken

    (@jfken)


    Hi!

    I love the theme and I have a question: is there a way to show the featured imagen on the homepage, but not once you go into the single post?

    The thing is, sometimes I use an Image from an instagram account. I want that instagram to show inside the post, and I make also a featured image for the homepage, using the same picture (cut accordingly).

    Then inside the post, unfortunately it shows twice, as featured image AND as instagram.

    Is there a solution so that I can see the featured image on the homepage, and only the instagram on the post?

    Thanks a lot!

Viewing 1 replies (of 1 total)
  • Hi @jfken,

    Do you have all of that Instagram functionality setup to display the image on the homepage? Where are you currently in getting this setup? Is the issue just that the featured image shows up on the homepage and inside of the post?

    Or are you looking to setup the instagram functionality alongside removing the duplicate image?

    If the former (you just need to hide the image on the interior post) you can do so using some CSS, to avoid having to customize the template.

    Adding the following to your sites ‘Additional CSS’ section of the customizer should hide the image on the interior post page. You can get there from the dashboard by going to ‘Appearance > Customize > Additional CSS’. Once there paste the following:

    body.single-post .featured-image {
       display: none;
    }

    Beyond that, it would require you setup a child theme and and customize the template within the child theme to override how the parent behaves. The CSS method would be the quickest solution to the problem.

    Let us know how that goes on your end.

Viewing 1 replies (of 1 total)

The topic ‘Not show featured imagen inside posts’ is closed to new replies.