Feature Images and Facebook
-
Hello,
On my blog, I have, for each post, a feature image, and then usually an image imbedded in the post itself, right at the top. Sometimes it’s the same image.
I need the feature image, becuase without it, when I share a blog post on facebook (or if someone else does), the post appears as a status update and link (small). Ie. The feature image makes the post appear as normal size on facebook – a big photo, and a text exerpt below, and a link.
The problem is however, that when you then go to my home page, becuase I have feature image and an embedded image at the top of each post, both photos appear on each post (one large one small), unless I delete one or the other. Up till now I’ve been deleting the feature image after posting to my FB, but then I realised that when someone else subsequently shares one of my blog posts on their FB, it must be appearing as a status update becuase there’s no longer a feature image.
So my question is, how can I have both a feature image and an image at the top of my post, witout both appearing on my home page?
Thanks,
SteveThe blog I need help with is: (visible only to logged in users)
-
Hi Steve,
You can use Custom CSS (part of your WordPress.com Premium upgrade) to customize how things look on your site.
For example, you can add the following CSS (in your site’s Customizer) to make it so the featured image doesn’t appear on your site:
.entry-thumbnail { display: none; }That way, only images in your post will show up on the home page, but the featured image will still be there behind the scenes.
If you’d like to learn more about customizing your site with CSS, we have tips for getting started here:
If you have CSS questions, or if you’d like to make other changes to how your site looks, most of our CSS support is done in the CSS Customization forum by expert staff and volunteers.
Please let me know if you have any questions about that. :)
-
- The topic ‘Feature Images and Facebook’ is closed to new replies.