Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #892809
    theroadfc
    Participant

    I’d like to be able to set a feature image for a post so that the image shows up on the category archive page, but disable the feature image on the post itself. Is there a way to do this? I’d like to do it for all posts in the sermons category.

    #893434
    Christian
    Moderator

    Hey there,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks.

    #893770
    theroadfc
    Participant
    This reply has been marked as private.
    #894749
    Rupok
    Member

    Hi there,

    Thanks for writing in! Your .htaccess credentials not working so can’t access the site. Would you check this again and update us with correct credentials.

    Cheers!

    #897026
    theroadfc
    Participant
    This reply has been marked as private.
    #897942
    Rue Nel
    Moderator

    Hello There,

    Thanks for providing the information. To disable the feature images on single post and not on the archive and blog index, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .single-post .entry-featured,
    .single-post .entry-featured .entry-thumb {
        display: none;
    }

    Please let us know if this works out for you.

    #898005
    theroadfc
    Participant

    This works. Thanks!

    #898443
    Paul R
    Moderator

    You’re welcome! 🙂

  • <script> jQuery(function($){ $("#no-reply-892809 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>