JMDee
JMDee

Reputation: 168

WordPress: Change the URL slug of the attachment page

As many of you know, WordPress has the attachment page to show each and every attachment added to a post. Upon clicking an image in a post, it takes you to the attachment page of that image. Now the problem for me lies in the slug WordPress chooses for this page. It takes the filename of the image as its slug. So if your image has the filename 'IMG0019.jpg', the url to the page becomes http://yoursite.com/post/img0019/

This makes little sense to me. I want the slug to be the caption of the image and if it is not available, only then it should choose the filename of the image. How to go about this?

Upvotes: 0

Views: 3081

Answers (1)

soju
soju

Reputation: 25312

You can use plugin to choose the attachment post slug, e.g. http://wordpress.org/extend/plugins/slug4apig/

PS: you can post this kind of question on https://wordpress.stackexchange.com/

Upvotes: 2

Related Questions