-
AuthorPosts
-
June 30, 2015 at 11:15 am #317183
Hi there,
Thanks for updating the thread! Not exactly sure what you want to achieve but it is looking like it might go into custom development and beyond our scope of support. However you can try hiding the featured image on single pages only using CSS.
You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.
.single .entry-featured { display: none; }
Hope this helps – thanks!
July 1, 2015 at 8:59 am #318195Sorry I probably didn’t come across very clear there.
So my previous theme used a feautured image as well.
But it didn’t automatically insert that on any given post.
Now, that I have moved over to Theme X – it means that images are appearing twice on the posts.
Eg: http://rabble.wpstagecoach.com/2015/06/23/fallonsfables-iveagh-an-idea/
This is because your theme is pulling in the featured image.
And the replica is there because in the old theme we manually inserted them.
Is there away of just hiding the featured image on posts before a certain date???
July 1, 2015 at 10:27 am #318323Hi there,
This is a standard practice to show the added featured image on blog posts (https://en.support.wordpress.com/featured-images/). As this is not a issue related to X, regretfully, this would fall the scope of support we can offer. You may wish to consult a developer to assist you with this. X is quite extensible with child themes, so there are plenty of possibilities.
Thanks for understanding. Take care!
July 1, 2015 at 10:37 am #318341Cool cheers, I’m sure there’s some hack out there that I can use to figure it out. Thanks.
July 1, 2015 at 12:06 pm #318455You’re most welcome.
If you need anything else, please let us know 🙂
July 22, 2015 at 12:37 am #336590Thanks for the help on hiding Featured Images from blog post and pages. I find them very helpful and they work.
I find that being able to enter the codes into the Customizer is much easier (also easy to keep track of, for non-coders like myself) than having to get into the code itself in the editor. Thanks for this.
Basically the codes below will hide the Featured Images from the page/post respectively but the Featured Image will still appear as a thumbnail when viewing the blog or uploading a page link to Facebook.
THANKS!
.page .entry-featured { display: none !important; }
.single-post .entry-featured {
display:none;
}July 22, 2015 at 4:23 am #336736Hi there,
Yes, it display featured image when you share the content, if you wish to have control over image and content when you share post/page you should use a plugin like this : https://yoast.com/wordpress/plugins/seo/.
Hope it helps.
August 29, 2015 at 6:37 pm #373182This was what I was looking for as I couldn’t figure out how to remove the feature image from a Post as there was no option to disable it from the header.
.single-post .entry-featured {
display:none;
}Thanks a million Themeco. I have never gotten such great support, you’ve helped me way more than I had ever imagined. I have brought Premium Themes, most recently purchased 2 from Javo Directory. I couldn’t figure out a problem I had. They were nothing but rude, saying that my code was all wrong. And refused to help with a personal customisation matter.
I felt utterly stupid and dumb, as I’m a complete noobie, and I have been learning code since the beginning of 2015. Still have a lot to learn. I will definitely be bleeding the X Themeco Knowledge Base and Forum for all it’s worth. Oh, before I forget.
Thanks so much for your help.
August 30, 2015 at 1:47 am #373357Hey @jibajabaz,
We appreciate the very kind words! You are always welcome.
We are happy we were able to help you out.
If there’s anything else, we can help you with, please let us know.All the best.
February 24, 2016 at 10:41 am #810479I have featured images on some post I want to keep where it shows up on both the blog page as well as post page at the top whereas other post I just want to have the featured image on the blog page and wherever I place the image on the post page once. How is this accomplished for each scenario?
February 24, 2016 at 2:09 pm #810758Hi @cgranthd,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
February 24, 2016 at 2:17 pm #810779The site I am working with is an internal only site so I cannot share the url with you. Please share what you can with me so we can figure this out.
February 24, 2016 at 8:10 pm #811226Hi there,
In that case, please provide more information about your request. It’s a little confusing, and as much as possible, your target mockup design.
Still, it’s best to check it with actual site, it’s more accurrate than guessing.
Thanks!
February 25, 2016 at 10:27 am #812146The way the blog is currently setup is when you select a featured image, that image is shown at the top of each individual post page as well as on the blog home page. The blog home page has a smaller amount of text from the post and the featured image on there prompting one to click through to the full article is the way that page is setup.
Featured images on individual blog post show up on both the blog home page with all the post as well as at the top of each individual post. I like most post to work this way but am wanting to customize individual post at times . My question is:
– How do you configure an individual post to show the first image in the post, no matter where you place that image in the post, to show as a featured image on the blog home page? I don’t want the image to be duplicated.
I hope this makes more sense. Thanks.
February 25, 2016 at 6:19 pm #812706Hi there,
That’s not possible. Images place anywhere within the post are part of the content. And there is no way for WordPress to be able to pick up featured images within the content. That’s why WordPress has its own special feature for setting up the featured image and you should use that.
Thanks.
-
AuthorPosts