Relative Image URLs
Creates relative URLs for images when inserting into posts.
The facts
- Rating
- 4.2★ from 5
- Active installs
- 1k+
- Price
- Free
- Last updated
- 4 Sep 2014
- Added
- Apr 2010
- Requires WP
- 2.0.2
- Tested up to
- WP 4.0.38
- Downloads
- 24,177
Our analysis
AI-assistedRelative Image URLs is a WordPress plugin that changes the way image URLs are formatted in your posts. Instead of using absolute URLs, it forces the use of relative URLs, which can be beneficial if you intend to switch domains in the future or want to reduce HTTP requests.
This plugin is suitable for users who want more flexibility with their image links and those concerned about performance and domain changes. It is a straightforward solution for managing image URLs more efficiently.
Best for: This plugin suits users looking to manage image URLs more flexibly, particularly those planning to change domains.
What it does well
- ✓Forces the use of relative URLs for images
- ✓Helps with domain switching
- ✓Reduces HTTP requests
Where it falls short
- •Last updated in September 2014
- •Limited information on compatibility with newer WordPress versions
Verdict
Relative Image URLs offers a simple solution for managing image links, but its outdated status may be a concern for some users.
From the developer
Scott Werner's own description of Relative Image URLs, lightly tidied.
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.