Introduction
Blog directory pages display featured images for each post, which may not be needed for every site layout. This guide explains how to remove featured images on the blog directory page, helping you create a simpler and more text-focused blog listing.
Custom Workaround
Before proceeding, make sure you have a complete site backup.
- Go to BuddyBoss > Theme Options in your WordPress admin dashboard.
- Open the Custom Codes section.
- Enable CSS.
- Add the following CSS code:
.blog .ratio-wrap {
display: none;
}- Click Save Changes.
Troubleshooting and FAQs
Q: Featured images are still visible after adding the CSS.
A: Clear your site cache and browser cache, then reload the blog directory page.
Q: Will this remove featured images from individual blog posts?
A: No. This only hides featured images on the blog directory page.
Q: Can I restore featured images later?
A: Yes. Remove the CSS code and save your changes.