I using another server to store my images and some css files
but, it waste time if i must edit it manually from templates one by one
is another ways?
for example my main domain is
www.kikil.org
my image server is for example
http://cdn.appspot.com/images
Have you tried changing by going to global.css and editing the images directory URL with your CDN URL? I am not sure that might work as I've never worked with CDN, but give it a try.
(2012-02-26, 04:58 AM)crazy4cs Wrote: [ -> ]Have you tried changing by going to global.css and editing the images directory URL with your CDN URL? I am not sure that might work as I've never worked with CDN, but give it a try.
yes, it wasted time
i hope just one modification from script or on Image Directory on Themes Stylesheet will easier
No, you are understanding it wrong I guess. I am not saying for templates, I am saying to try setting your CDN URL in
Images directory option in yourtheme > global.css like this:
http://prntscr.com/6hlid
wow, worked !
i input
http://mycdn.com and all images on theme directed on it
not in my mind before
thanks