Problem
When you add a post in WordPress that contains images, the images appear as broken links in the post body.Resolution
To resolve this problem, you must set the correct file permissions. Specifically, the wp-content/uploads directory, as well as all subdirectories beneath it, must have their file permissions set to 755. Additionally, all files in these directories must have their file permissions set to 644.If you installed WordPress into the primary domain’s document root directory, the full path is /home/username/public_html/wp-content/uploads , where username represents your account username. If you installed WordPress in a subdirectory or subdomain, then the wp-content/uploads directory is located in a subdirectory beneath /home/username/public_html .