Hi guys,
I am not sure what has happened but my featured images are not displaying on pages created for individuals bio pages ( not author pages ) the pages in question are here:
At the top of the page where the entry header content is there used to be a thumbnail on the left to go with this which was the featured image, however this is no longer displaying.
Any help would be greatly appreciated,
Hi!
It’s because of this code in Quick CSS:
.single .big-preview.single-big, .single .small-preview {
display: none;
}
Regards,
Josue
HI sorry, just in reply to the private message i added above, is there a way i can display the two different blogs with two different styles on the same site? as the private links i added show?
Thanks again for the support guys,
Lee
Hi!
Thank you for the info and sorry for the delay.
You can have two different set up for the blog overview page but not on single post view like you have right now. If you want to remove the small-preview image on the single post view or the blog post itself, use this on Quick CSS or custom.css:
.single .blog-meta {
display: none;
}
.single-practitioner .blog-meta {
display: block;
}
Regards,
Ismael
Thanks so much guys you can close this,
Lee