How Do I Find the URL of an Image in WordPress?

Finding the URL of an image in WordPress can be a bit of a challenge. WordPress allows you to embed images either through the Media Library or directly in posts and pages.

To embed an image in a post or page, open the post or page in a text editor, and locate the place where you want to include the image. On the left side of the editor, click the “Insert” button, and then click the “Media” tab.

In the “Media” tab, click the “Embed” button, and then paste the URL for the image you want to use.

To embed an image directly in a post or page, open the post or page in a text editor, and locate the place where you want to include the image. On the left side of the editor, click the “Insert” button, and then click the “Text” tab. In the “Text” tab, paste the following code:

[img src=”URL”]

The “URL” in the code should be the URL for the image you want to use.