Since I began my blog in 2002 I ordered all my content (images etc) in monthly folders like 200908, 200908, 200910 inside a folder called /archives, like this: http://www.mysite.com/archives/200910.
Now I would like to use the upload functionality within WP instead of manually uploading and linking all my images, but keeping my old structure. How can I do that?
Hi,
Assign 766 recursive permissions to wp-content and set the custom settings from the miscellaneous settings. Refer this article:
http://codex.wordpress.org/Settings_Miscellaneous_SubPanel
Thanks,
Shane G.
That's not exactly what I mean. I know those settings, but the upload folder will be in wp-content and I want it to be in the root folder of my site, outside the wp folder. Also I don't want /2009/10 but /200910.
Any more suggestions?