Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1169911
    Chris Dickens
    Participant

    Hi, I am currently trying to see if there is a way I could Set different featured images for a blog post on the blog index page and the blog post page.
    I use images that I create with text on them as my featured images, so I’d like to use the images without the text for each post on the index page, and then use the image with the text as the featured image on the top of the post’s specific page.
    What would be the best way to do this?
    Thank you for you help!

    #1169988
    Christopher
    Moderator

    Hi there,

    You can’t set two featured image but you can hide featured image in posts pages and then insert the other image image using image element.

    Please add following code in Customize -> Custom -> CSS :

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

    Hope it helps.

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