Hi there,
I’ve got an issue with how my blog posts are showing up. On my main blog landing page, I have the posts set to show up as Single Author, Small Preview Pic. Based on feedback I got from this forum in the past, I do not choose a featured image, since I have an image at the top of all blog posts that’s the same as the featured image would be, and they were showing up twice. So I added some custom CSS so that this wouldn’t happen.
But I want to have a grid-style layout on my homepage. Even though I have selected for the image to show up with it, it doesn’t, since I don’t have a featured image set for blog posts. But if I were to set a featured image, it would screw up the formatting of my main blog landing page.
How could I solve this problem? Thanks!
Hey alexmasica!
Thank you for using Enfold.
First, we need to see the actual home page with the blog grid style posts then the blog page. We would like to inspect it.
Best regards,
Ismael
Hi Ismael,
Here’s the new page with the grid layout: http://alexmasica.com/sample-page/
Here’s the blog landing page: http://alexmasica.com/posts/
Hi Alex,
Can you please create us an administrator account? post it here as a private reply.
Regards,
Josue
Hey Alex!
If you want the images to appear in the grid you’d have to set them as featured images, i did it for the “3 Easy Ways to Update Your Website” post. Also added a code in Quick CSS to prevent them to appear in the landing blog page.
Best regards,
Josue
Hi Josue,
Could you please share the CSS code to keep the Featured Image from showing up within the body of the post?
Thanks! George
Hi George!
Try with this code in Quick CSS:
.single-post .big-preview{
display: none;
}
Best regards,
Josue