Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1130494

    Hi,
    Is it possible to have a Featured Image which is visible on the Archive page but not at the top of the post itself?

    Regards,
    antiguanice

    #1130533

    Hey antiguanice,

    There’s nothing like that in the theme by default, but you could try to override archive.php in your child theme and then add code to fetch the image you are looking to add.

    Best regards,
    Rikard

    #1130594

    Hey Rikard,

    Thanks for your quick response.
    I was hoping that there was another option to the Blog Layout as shown here: https://imgur.com/yyYaevJ

    I’m not technical so what steps would I need to take to achieve this?

    Best regards,
    antiguanice

    • This reply was modified 5 years, 3 months ago by antiguanice.
    #1131295

    Hi Rikard,

    Can I have an update regarding this issue when you have a moment please?

    Best regards,
    antiguanice

    #1131465

    Hi,

    There is no such option. Do you want to create a template and add it there?

    Best regards,
    Basilis

    #1131559

    Hi Basilis,

    I would like to create a post where the Featured Image is not added to the top of it.

    Please advise.

    Best regards,
    antiguanice

    • This reply was modified 5 years, 2 months ago by antiguanice.
    #1131674

    Hi,

    If this is for one specific post, you can use the page id and hide the image on just that page via css.

    Best regards,
    Jordan Shannon

    #1131678

    Hi Jordan,

    Unfortunately, it will be for all posts.

    Any suggestions would be much appreciated.

    Best regards,
    antiguanice

    #1131681

    Hi,

    Add this to quick css:

    .post-entry .big-preview{ display: none !important; }

    Best regards,
    Jordan Shannon

    #1131686

    Hi Jordan,

    Perfect, thanks very much for your help!

    Best regards,
    antiguanice

    #1131691

    Hi,

    Perfect! I’m happy to help, if you need anything else please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Featured Image’ is closed to new replies.