Цей плагін не перевірявся з останніми 3-ма основними випусками WordPress. Можливо, він більше не може розроблятися або підтримуватися, і він може мати проблеми сумісності при використанні з більш новими версіями WordPress.

Relative Image URLs

Опис

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.

Скріншоти

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

Встановлення

  1. Upload the ‘No Image Link’ folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

Часті питання

Do I have to set any options?

Nope. It’s ready to go right out of the box.

Why would I want relative image URLs?

A few reasons:

  • Makes it easier to move your site if you ever want to switch domains.
  • If you have an install as a development/testing version of your site that you migrate frequently.
  • Reduces HTTP requests, which will speed up page load time.

Відгуки

Прочитати всі 5 відгуків

Учасники та розробники

“Relative Image URLs” — проект з відкритим вихідним кодом. В розвиток плагіну внесли свій вклад наступні учасники:

Учасники

Перекладіть “Relative Image URLs” на вашу мову.

Цікавитесь розробкою?

Перегляньте код, перегляньте сховище SVN або підпишіться на журнал розробки за допомогою RSS.

Журнал змін

2.0

  • Fixed issue with an invalid header and directory issue which caused the plugin to fail install
  • Updated WordPress version compatibility to 3.5.1
  • Added a screenshot
  • Added a FAQ
  • Updated the short description to actually be short
  • Added assets and plugin banner
  • New contributor to update the plugin after it was abandoned 3 years ago

1.0

  • This is the first version.