I'm trying to keep the featured image (at the beginning of each post) from being removed when you access that specific post.
I have a long post so I added the ''Read more" link .. in my main blog page all featured banners (inside posts) are visible but when I click on the post's title to read the entire post ... the image is no longer there
any ideas?
btw, I added the following code to remove borders in images but the featured image doesn't seem to be affected by the code
.entry img {
border:0 none;
}
thanks in advance!