I have a website which I develop on my own. I just change the theme and I am facing a problem with the thumbnail. Although I've added image to the post, the image doesn't show up in the thumbnail. So now I have decided to remove all the thumbnail. Can anyone tell me how to do this? You can take a look at my website, ekesihatan.com
nothing wrong with the thumbnails for me. but, if you want to remove it, just edit the css. try add or edit this : img.postim, img.wp-post-image { display:none; } the code above will make thumbnail images hidden (display nothing for the element)