> ## Documentation Index
> Fetch the complete documentation index at: https://kb.hosting.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Fixing broken image links in WordPress

> Learn how to fix broken WordPress image links in WordPress. This may occur when you try to add images to a WordPress post.

This articles describes how to resolve a problem that may occur when you try to add images to a WordPress post.

## 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**.

<Note>
  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** .
</Note>

To set the correct file permissions for these directories and files, you can use the cPanel File Manager. For detailed instructions about how to use the cPanel File Manager to change file permissions, please see [this article](/docs/file-permissions).

## Related articles

* [cPanel File Manager](/docs/cpanel-file-manager)
