Relative URL applies wp_make_link_relative function to links to convert them to relative URLs.
평가
4.2
최근 업데이트일
August 11, 2021
버전
0.1.8
활성화된 설치 항목
4K
Relative URL

Relative URL applies the wp_make_link_relative function to links (posts, categories, pages, etc.) to convert them to relative URLs. Useful for developers when debugging local WordPress instance on a mobile device (iPad, iPhone, etc.).

Notice: This plugin SHOULD be used for local development only. I haven’t tested on a production environment; it may work with some issues, like unwanted URLs in RSS feed or sharing URLs are replaced with relative URLs, etc.

More information please visit my site.

예를 들면:

http://localhost:8080/wp/

Will be converted to:

/wp/

And..

http://localhost:8080/wp/2012/09/01/hello-world/

Will be converted to:

/wp/2012/09/01/hello-world/

And..

http://localhost:8080/wp/wp-content/themes/twentyeleven/style.css

Will be converted to:

/wp/wp-content/themes/twentyeleven/style.css

Then after activating this plugin, you can simply access your local instance using http://10.0.1.5:8888/wp/ on your iPad or other mobile devices without having styles and navigation issue.

무료Creator 요금제에서
활성화된 설치 항목
4K
테스트된 버전
5.8.10
이 플러그인은 다운로드 가능하며 워드프레스 독립 호스트 설치에 사용할 수 있습니다.