• Is it possible to have a feature image for a page but not display it? I’m using the Sinatra them.

    A feature image is useful when you share a page link to some websites (e.g. on LinkedIn) but I don’t want it displayed when people navigate to the actual page.

    I can have a feature image which isn’t displayed for blog posts, but is it possible for pages?

    1000 x thanks to anyone who can solve this!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Branko

    (@brankoconjic)

    Hey @bkjmiller1,

    The correct way to provide an image for social media would be to use a plugin that adds social meta tags to your site (Social Snap, Yoast SEO…).

    In Sinatra, you can disable the featured image (Appearance ? Customize ? Blog ? Single Post ? Post Elements ? Featured Image) but that will remove it from the code as well, not just hide it.

    Screenshot.

    You could hide it with this CSS:
    .single-post .entry-media { display: none }

    • This reply was modified 4 years, 1 month ago by Branko.
    Mitchell Ellingson

    (@ettermanenterprises)

    Yes,
    If you set your featured image on the edit page, on your side bar you will find a section called Theme Options. Click the box that says Disable Featured Image. That way you can have a featured image for the page but it will not show on the page. Useful when using social media to promote pages or blog posts.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Turn off feature images for pages’ is closed to new replies.