0
votes
0answers
180 views

Upload image path wrong [closed]

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 ...
0
votes
2answers
967 views

Images in sub-pages fail to load

I added a .htaccess file to a wordpress website I'm working on, to show nice urls instead of page ids. The content of the .htaccess is this: <IfModule mod_rewrite.c> RewriteEngine On ...
0
votes
1answer
433 views

Replace image urls(absolute instead of relative) by using filter in single page

I'm using a plugin called Foliopress WYSIWYG. While using this plugin, images found in the_content loop using relative image path instead of absolute paths. So all the feed images looks broken. This ...
1
vote
2answers
504 views

Get uploaded image url

I am working on a plugin that constructs a newsletter witch uses a template with a few images. The images have been uploaded using the Media Library (uploads/current_year/current_month/) and I want ...