Problem In Wordpress Upload Photos ?

Welcome Every One ,
Now I Have Problem In My Wordpress
When i Try To Open Or Upload a Photo On The Website (I Use Local Host ) Tell Me Error But
I Write The Code Of Thumbnails In Function.php :
add_theme_support( 'post-thumbnails' );
And I Write This Code In Index.php
<?php the_post_thumbnail('full'); ?>
What Is The Error ?
And You Can See The Photo It Will Show For You Error.png
 
Try reducing the file size of your images if they're large. I often get errors with the uploader because it doesn't like files that are too big.
 
Back
Top