Can you include the url for your site?
I am seeing the image on the page. I am assuming you are talking about the individual blog posts, the full size image on the individual post?
I’m referring to the image on the page. It shows up as a thumbnail on the editor side, but once I publish or view it’s not showing up as the featured image.
I guess I’m confused about what you are referring to. On your home page, you have thumbnails with your posts, and clicking on any of those takes you to the post page and the same thumbnail image is displayed in a larger view along with the post. I’m not sure where the problem is, maybe be a little more specific?
I’m referring to PAGES not blog posts. Everything is fine with my posts. It’s my pages, where I post recipes etc and I need a featured image that it’s not working.
Here is a page you can take a look at – you will see in View mode there is no image, however in the editor end I definitely set Featured Image.
Thanks
http://www.coconutlimenutrition.com/recipes/desserts-treats/coconut-whipped-cream/
Is there anyone who can help me with this please?
Have your tried putting your image in to the body of the page rather than as a featured image?
This might help: http://codex.wordpress.org/Inserting_Images_into_Posts_and_Pages
Hi yes that’s what I’ve been doing. But do we know why featured image isn’t working?
Thank you.
try to add this custom css
.single .hentry .post-thumb { display: inline; }
first install custom css plugin from wordpress
then add this custom css
.single .hentry .post-thumb { display: inline; }
i hope this solves your problem.
you want the featured image(which you have set) to be appeared on your single post content right?
Hi Rohit, I was hoping to use Featured image in pages the same way it’s used in Posts.
I do not know code so have no idea what you mean by adding a custom css.
Can you explain?
Thank you!