Change the way “src” calls the images
-
Using the add image feature, i’ve noticed it calls the images like this:
<src=”https://www.mysite.com/photos/photo.jpg” />
And even though it’s the normal thing to do, it is not friendly if at any time i change the url of the blog. That’s why i’ve been using this way before WP 2.5
<src=”../photos/photo.jpg” />
so i guess it could be solved by deleting the url each time, but maybe there is a way/hack to force WP to do the src calls like this by default
*Crossing my fingers for someone with the solution*
Thanks!!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Change the way “src” calls the images’ is closed to new replies.