So here's the deal:

I need to make all posted images in wordpress have seo-friendly urls, much like slugs for a post. So, if I attach an image 'foo01234.jpg' with a title of "Foo Bar Image" to a post, instead of storing the image as '/2011/09/foo01234.jpg', I want to save it as '/2011/09/foo-bar-image.jpg'.

Is there a way to hook in to a post update in order to achieve this?

link|improve this question

75% accept rate
Found a plugin, Rename Media, that accomplishes this task, for anyone else who is looking. – Atomox Sep 21 '11 at 20:02
feedback

1 Answer

up vote 1 down vote accepted

You may want to try this: http://wordpress.org/extend/plugins/slug4apig/

link|improve this answer
Thanks. looks like a good alternative to Rename Media, which I listed above. Appreciate the help. – Atomox Sep 28 '11 at 15:39
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.