• I use the Adelle theme for my blog and my front page is set so it displays my recent posts.

    After installing the latest version of Adelle my front page now automatically includes the featured image set for each post in front of the original content and images.

    Is there some way to stop the featured image from being included?

    The only way I can do it is by removing the featured image from each post, but this isn’t ideal as its used with the publicize featured image for each post.

    This just happened while BlueHost was migrating my page over to their hosting, before approving the process is this something they can repair? Before having my Domain redirected?

    Thanks
    MissyOnMadison.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try to use More Tag instead, as the Feature Image is showing on top of the listing. Or you can remove the Feature Image too if necessary.

    Hello missyonmadison try to hide the featured image via CSS, if you have a custom CSS field, put this:

    .site-header img, .entry-content img, img.size-full {
        display: none;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How Do I Remove The Feature Image Thumbnail From My Blog Posts?’ is closed to new replies.