• Resolved aaramini93

    (@aaramini93)


    I attempted to upload a thumbnail image to my content through the featured image widget. After pressing update, the same picture appears above my content image. How can I make it so when on my blog feed, I can see the thumbnail but when clicking through to my content, only the content image and the content is present? I’m very new to the blogging world; any help would be greatly appreciated!

    Here is an example: http://growthandfitness.com/a-new-beginning/

Viewing 11 replies - 1 through 11 (of 11 total)
  • Appearance -> Editor -> Style.css

    Add

    body.single .thumb {
        display: none;
    }
    Thread Starter aaramini93

    (@aaramini93)

    Just insert it into the code? does it matter where it goes?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Download and install this Custom CSS Manager plugin. Enter Aaron’s code in there (in the Custom CSS Manager section of the dashboard).

    Thread Starter aaramini93

    (@aaramini93)

    I downloaded the customs css manager plugin and added the code but it still doesn’t separate; it still shows.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Amend Aaron’s code to this;

    body.single .thumbnail {
        display: none;
    }

    Thread Starter aaramini93

    (@aaramini93)

    still no luck. I appreciate your help guys!

    You changed themes on me. You might need to use an !important tag here.

    body.single .thumbnail {
        display: none !important;
    }
    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    It doesn’t look like the code in the Custom CSS Manager code is being applied to the webpage.

    You added it to this bit http://s.wordpress.org/extend/plugins/custom-css-manager-plugin/screenshot-1.jpg?r=686006 right?

    Thread Starter aaramini93

    (@aaramini93)

    Yea, I downloaded the exact one and entered Aaron’s tag; still nothing. I changed themes because I accidentally deleted code from my old theme. I apologize.

    Just put the code at the bottom of your style.css

    There is a report that the plugin doesnt work with 3.5.1 in the reviews.

    Thread Starter aaramini93

    (@aaramini93)

    IT WORKED!! Thank you soo much! I definitely need to read a lot more about coding lol.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘thumbnail appears on content page’ is closed to new replies.