Tagged: featured image
Hi,
I don’t want to display the featured image on the blog page, but I like it in the sidebar.
Thanks
Hi,
What is the Blog style you’re currently using? Big preview? Small preview?
You can add this on your custom.css
.big-preview.single-big {
display: none;
}
.small-preview {
display: none;
}
Regards,
Ismael
I am using the multi author blog style.
I will look for it in the custom.css
Hey!
I hope it worked out?
Regards,
Peter