I have a wordpress site and users can login and add content. When users upload images from the front side images are stored in wp-content/uploads/2012/09/bla.jpg. Everything correct.
But when I open the detail page that image does not display and the image path is wp-content/uploads/2012/September/bla.jpg.
How can I change the image path wp-content/uploads/2012/September/bla.jpg to wp-content/uploads/2012/09/bla.jpg.
I do not use a plugin. This is the geoplaces v4 template and its own properties of this template. Users can add places and events on the front side. Also I can add to from admin panel. If adding places or events from admin panel no problem but when users adding a place or event that problem happens.