Remove date from wordpress images?
When I upload images in Wordpress I get:
http://test.net/wp-content/uploads/2011/04/test_image.jpg
however I would like it like this:
http://test.net/wp-content/uploads/t开发者_Python百科est_image.jpg
See how the date isn't in the URL on the 2nd one? Anyways, is that possible? To remove the date stamp from the Image URL?
Log into your WP admin, and go to Settings > Media
and make sure the "Organize my files into month- and year-based folders" option is not checked.
On the same settings page, you can change the default upload folder altogether.
Hope this helps !
精彩评论