How To Set Your Permalink Image To Blog On Wordpress
4 Answers 4
Yes!
- Go to your Media Library
- Find the Image
- Click Edit
- Locate the Permalink under the Title
- Click Edit
- Change the Permalink
- Click Update!
Edit
If for some reason you cannot Edit the Images' Permalink... you could:
- Delete Image
- Change your Pages' Permalink
- Re-Upload Image
answered Jul 19 '16 at 2:12
ngearingngearing
2,054 1 gold badge 10 silver badges 14 bronze badges
13
- Go to Media Library
- Find the Image
- Click Edit Image
- Click Edit more details (at bottom right, very easy to miss)
- Find the Screen Options (top right) and enable the Slug checkbox
- Scroll down to the slug box and change the slug to whatever you want.
- Click Update!
IvanRF
333 2 silver badges 14 bronze badges
answered Oct 19 '17 at 19:44
5
-
This worked for me since I couldn't edit the permalink but had no problem editing the slug.
Nov 14 '17 at 18:58
-
this is the correct answer, it works, the answer selected by OP does not. Please upvote.
Mar 25 '18 at 14:35
-
This is the correct method.
Jul 12 at 8:53
-
This is the correct answer.
Aug 2 at 11:07
-
Still works in 2021, thanks!
Nov 4 at 11:18
In Media Library, I noticed that when media file is not Attached to a page the permalink is not editable. When they are attached, permalink editing is permitted.
answered Nov 19 '17 at 14:28
AndyAndy
91 1 silver badge 1 bronze badge
2
-
I was still able to edit the link when the media file is not attached to a page or post, just need to do a couple extra steps - see Devin's Answer
Jan 20 '18 at 17:53
-
This works for me while other solutions do not
May 2 '18 at 5:46
On the edit page, 1. click the screen options downward triangle in the upper right of the screen 2. Check "Slug" under Boxes. 3. Update 4. Scroll down to Slug box. 5. Type in what you want to call the link.
This doesn't change the link location. Just the link name, which is what I was trying to figure out since I didn't want it as the name of the file I uploaded.
answered Dec 14 '17 at 22:20
1
-
Thank you very much for this! this also changes the post_name in the
Jan 20 '18 at 17:32
Not the answer you're looking for? Browse other questions tagged permalinks or ask your own question.
How To Set Your Permalink Image To Blog On Wordpress
Source: https://wordpress.stackexchange.com/questions/232569/change-media-item-permalink
Posted by: parisibehisellin.blogspot.com
Thank you, but when i go into edit mode for that item, the permalink is not editable (as it is usually for posts/pages)
Jul 20 '16 at 21:42
Hmm are you using Wordpress.org or Wordpress.com?
Jul 20 '16 at 23:27
Wordpress installation on my own domain/hosting (i guess that mean org)
Jul 20 '16 at 23:39
That is odd. Have you tried disabling your Plugins and changing themes?
Jul 20 '16 at 23:55
As a last resort option, you can adjust the post_title via the database for the image. I don't normally recommend this option, but in this case, it might be your only option. Using a tool like phpMyAdmin can help with this. I recommend taking note of the images ID (check the URL when editing the image - wp-admin/post.php?post=114&action=edit - ID is 114 in this example). Search your wp_posts table for that ID, change the post_title value to the desired slug.
Jul 11 '17 at 21:24