• Resolved atobad

    (@atobad)


    I like featured image shown in thumbnail page(or home page), but I don’t want featured image show up again in my post.

    How can I remove it from my post, but keep it still in thumbnail page?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hey there,

    Please post a link to your site. Thanks!

    Thread Starter atobad

    (@atobad)

    My site is
    https://atobad.tw

    Thank you in advance.

    Hey there,

    You can achieve what you’re after by adding following custom CSS to the theme using Advanced CSS Editor:

    .post .post_img{
        display:none;
    }

    Hope it helps ??

    Thread Starter atobad

    (@atobad)

    Hi,

    Thank you for your help.
    I have download Advanced CSS Editor.
    But I don’t know where to edit and put the code.

    I am new to WordPress, would you please give me more instruction to do this modification.
    Thank you very very much.

    Sam

    Hi!

    Try going to Appearance -> Customize menu in the dashboard.
    There you might find the Advanced CSS Editor option.
    Select it, then a text box will show up.

    Screenshot

    Type the code there and see if it works.
    Hope it helps.

    Thread Starter atobad

    (@atobad)

    Thank you everyone.
    I have get this done!!!

    Thank you again….
    I love my site now….

    And I will keep learning WordPress.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to remove featured image in my post?’ is closed to new replies.