I have a script that requires ALL my wordpress links and urls NOT use full-qualified URLs. How do I do that?
Right now:
http://site.com/members/2011/12/12/post1
I need:
/members/2011/12/12/post1
I have a script that requires ALL my wordpress links and urls NOT use full-qualified URLs. How do I do that?
Right now:
http://site.com/members/2011/12/12/post1
I need:
/members/2011/12/12/post1
I am not sure that you can and have a site that works effectively. WordPress simply doesn't work well if you use relative urls.
You must log in to post.