Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

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.

share|improve this question
Carlito, what plugin or code did you use to allow people to upload stuff in to your WordPress, if can send this information, I will try to help. – Webord Sep 24 '12 at 16:50
Unfortunately there is no way to help with commercial product - no access to code or anything. Try developer's support if you have option to or submit this as bug report to them. – Rarst Sep 28 '12 at 19:34

closed as too localized by Brian Fegter, kaiser, Wyck, Rarst Sep 28 '12 at 19:34

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

Browse other questions tagged or ask your own question.