🎉 Use coupon MYXERO to enjoy 20% recurring discount on any plan. View Pricing
R

Relative Image URLs

4.2/5 (5 ratings) 1K+ active installs Updated Sep 4, 2014
Shows the difference between absolute and relative image URLs in the WordPress post editor.

Shows the difference between absolute and relative image URLs in the WordPress post editor.

When inserting an image into a post, WordPress uses absolute URLs to the files. This plugin overrides that functionality and forces it to use relative URLs.

For example:

WordPress Default:
http://www.example.com/wp-content/uploads/2013/04/example.jpg

Plugin Override:
/wp-content/uploads/2013/04/example.jpg

This is particularly useful if you plan on switching domains ever as well as reducing HTTP requests.