• Resolved michaelgof

    (@michaelgof)


    how to i hide the image in a blog post excerpt but actually display the image in the post when someone clicks to read the full post

    a good example of this can be seen at the backklinko blog https://backlinko.com/blog

    the excerpts doesn’t show the images incorporated in the full blog post.

    this may be some king of custom function, but i need help with setting this.

    • This topic was modified 6 years, 2 months ago by michaelgof.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Tom

    (@edge22)

    Hi there,

    Our pro version allows you to show/remove featured images in archives/single posts.

    Otherwise, you can use some CSS:

    .post-image {
        display: none;
    }

    Let me know if that helps or not ??

    Thread Starter michaelgof

    (@michaelgof)

    Yeah i figured out for the featured image. But i was asking about other images in the post not the featured. I will like to hide this image from the excerpt but it should be in the full post.

    • This reply was modified 6 years, 2 months ago by michaelgof.
    Theme Author Tom

    (@edge22)

    Ah, you can set it so the blog archives show an excerpt instead of the full post in “Customize > Layout > Blog”.

    Let me know if that does it or not ??

    Thread Starter michaelgof

    (@michaelgof)

    ok thank. i figured it out

    Theme Author Tom

    (@edge22)

    Awesome ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘how to remove hide the image from a blog post excerpt but display it in the post’ is closed to new replies.