written by
afzal2 on September 19th, 2012 |
No Comments | 0 View
A plugin applies wp_make_link_relative function to links to convert them to relative URLs….
Version – 0.0.2
Description :
A plugin applies wp_make_link_relative function to links (posts, categories, pages and etc.) to convert them to relative URLs. Useful for developers when debugging local WordPress instance on a mobile device (iPad. iPhone, etc.).
For example:
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://192.168.0.1:8080/wp/ on your iPad or other mobile devices without having styles and navigation issue.
Notice: This plugin is mainly used for local development. Haven’t tested on a production environment, but it should work, no harm to your sever.
Installation :
WordPress (Also works on multisite enabled instance):
- Upload the extracted files to the
/wp-content/plugins/ directory, or just install this plugin from your WordPress backend.
- In ‘Plugins’ page, choose ‘Activate’
Detail Here: – http://wordpress.org/extend/plugins/relative-url/
Relative URL Plugin
A plugin applies wp_make_link_relative function to links to convert them to relative URLs….
Download
Version – 0.0.2
Description :
A plugin applies
wp_make_link_relativefunction to links (posts, categories, pages and etc.) to convert them to relative URLs. Useful for developers when debugging local WordPress instance on a mobile device (iPad. iPhone, etc.).For example:
Will be converted to:
And..
Will be converted to:
And..
Will be converted to:
Then after activating this plugin, you can simply access your local instance using
http://192.168.0.1:8080/wp/on your iPad or other mobile devices without having styles and navigation issue.Notice: This plugin is mainly used for local development. Haven’t tested on a production environment, but it should work, no harm to your sever.
Installation :
WordPress (Also works on multisite enabled instance):
/wp-content/plugins/directory, or just install this plugin from your WordPress backend.Detail Here: – http://wordpress.org/extend/plugins/relative-url/