I have a video web site it makes with WordPress (http://www.freecomedyserials.com/). But there is a problem! When I upload image in this site it is not clearly showing on home page. I am do not found where is the problem because my Wordpress knowledge not good. So anybody pleas help me where is the problem……..please…..please …..
Well, after uploading the image, you have to insert it into the blog post, and then publish that post. Just uploading the image to the Media gallery does not put it on the front page...
Are you doing this in posts or pages, where did you upload the image, and what is it exactly you are trying to do?
I think its your wp settings problem. Go to Settings >> Miscellaneous Settings At Store uploads in this folder, type wp-content/uploads in the box. Save Changes. I hope it useful.
Yes, I think the author forgot to insert images into post content. @tito: you can use the media upload tool to check the image has been uploaded successfully or not, and then can re-insert it into post content.
Thanks everyone. But I am not found solution! I am successfully uploaded Image, that’s no problem. Problem when it is showing on home page as like as turbid (see Image). So what I clear image for showing on home page. Please give the solution ……..please ….
Go to your Media Library and change the width and height of thumbnails. And be sure that the uploaded images have good quality. If you're familiar with coding, you can add image size like this: (in the functions.php file) add_image_size(width, height); PHP: (if you decided to handle with code, you should google with keywords "wordpress post thumbnail", there are many step-by-step guide about this)