Archived topic
Hide the output of the thumbnail image on the post page
16 replies · Started by Дмитрий on February 17, 2017
Hi Tom!
I want to hide the output of the thumbnail image on the post page, but just started to learn PHP.
Tell me please how to do it.
PS. Sorry for my English
PPS Thank you for your work!
Hi there,
Are you referring to the featured image thumbnail on the main blog page?
If so you can hide them in Customizer > Blog > Featured Image.
Let me know if this is not what you are after.
A link to the site will help too :)
Thumbnail post appears at the top of the post and settings (Customizer> Blog> Featured Image) have no effect on its display.

That looks like a single post?
If so try this:
.page-header-image-single {
display: none;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know.
Or Customize > Layout > Page Header > Single Post Page Header -> Hide
Leo, yes, this method will hide the thumbnail, but it will still be loaded which would not be desirable
Tom, I do not understand what you're saying. These settings yet
With the Page Header add-on, you can remove the featured image from single posts in "Customize - Layout - Page Header" using the Single post page header option.
Tom, forgive my foolishness. Included add-on and it worked 😄
Thank you!
Glad we could help!
Дмитрий, приветствую вас!
Похоже у меня такая же проблема как у вас, на шапке отдельной страницы выводится так картинка, что на миниатюрке - очень мешает мне. Я пробовал отключить (скрыть) в настройке - разметка - шапка страницы - single post header location, но все тщетно.
Вот, сижу и ломаю голову.
Вы решили эту проблему, у меня как то не получается. Не могли бы поделиться вашим решением?
Буду благодарен!
Hello Tom,
It seems I have the same problem.The header of a single page displays the picture that is the thumbnail. It is excessive for me. I trying to hide through customize – layout – header page – single post header location, but it doesn't help.
I will be grateful for your help!
Can you link me to the problem page?
Sure, here it is
http://aralsea.kz/turism/tury-po-aralu/kladbishe-korablei-zhalangash/
Thank you for your fast respond!
Looking forward to hear from you.
Hi there,
That looks like a page header image. Can you check the page header meta box?
https://docs.generatepress.com/article/page-header-image/
Let us know.