Hi,
I’m interested in having a thumbnail for my website pages. When I insert an image to ‘featured image’ in order to do this, it does not appear on the page, nor as a thumbnail when I post on Facebook for example.
Note that I currently have the following code to prevent featured images to appear on posts:
.single-post .x-main .entry-featured {
display: none;
}
Similarly to my posts, I would like to get my pages to have a thumbnail (preview url), but not show the image on the actual page itself.
Thanks