/ Published in: PHP
For several reasons, including portability, reducing download size, and general code neatness, I like to make all links within a website root relative.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
function make_href_root_relative($input) { }
URL: http://www.456bereastreet.com/archive/201010/how_to_make_wordpress_urls_root_relative/