该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

GS GoMobi Redirector

描述

goMobi is a popular mobile website solution for businesses of all sizes. Many businesses also use WordPress as the CMS solution for their full-size website.

The “official” goMobi WordPress plugin utilises a Javascript redirect mechanism which is not an optimal solution for the PHP-based WordPress platform.
This plugin wraps the “official” goMobi PHP-based redirect code and delivers a server-side redirect solution for your WordPress/goMobi integration.

Notes

Troubleshooting

This plugin uses the ‘init’ hook in the wordpress API to perform the redirect before any page output is written to the browser.
It is possible that another plugin is using the same hook. When multiple plugins register against the same hook, the plugin code is executed in the order in which the plugins were registered.
If your redirect is not working and there are no apparent errors being generated, try reducing the ‘Priority’ setting of this plugin in order to execute it before other plugins. YMMV

安装

  1. Install the plugin via the ‘Plugins’ / ‘Add New’ option
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Access the plugin settings via ‘Settings’ / ‘GS goMobi Redirector’ option
  4. Enter the URL of your goMobi site
  5. Tick the ENABLED checkbox
  6. Click the Save button to save your settings.

常见问题

How do I report a issue with the GS goMobi Redirector plugin

Add a comment at http://www.geekstuff.co.nz/gs-gomobi-redirector/ describing your issue. The more detail you supply the greater the chance that we can help you resolve your issue.

Should I change the Advanced Settings?

You should only change the Advanced settings if you understand their effect or are advised by us to do so

评价

此插件暂无评价。

贡献者及开发者

“GS GoMobi Redirector” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

将“GS GoMobi Redirector”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

1.1

  • Added a new option called Redirect Homepage Only. Default setting is ON. This setting causes the redirect to occur only from the site home page. It is added for the following reasons:
    • When a mobile visitor follows a link to a sub-page on your site (eg. a search result), we don’t want want the redirect to occur.
    • When you try and access the WP Admin Dashboard (/wp-admin/…) from your mobile device we don’t want to redirect.
    • Sub-sections of your site may deliver specific functionality (eg. customer portal, shopping cart etc) we dont want to redirect.

1.0

  • Initial Release