有没有办法向 WordPress 访问者展示替代主题?
WordPress 有没有办法向访问者显示替代主题?我有一些 WordPress 网站需要支持不同的设备配置文件和格式。如果有一种方法可以通过传递 URL 参数来切换到替代主题(例如移动主题),
http://www.site.com/blog/?android=1 http://www.site.com/blog/?ipad=1 http://www.site.com/blog/?minimal=1
Is there a way for Wordpress to show an alternative theme to a visitor? I have a few Wordpress sites that need to support different device profiles and formats. If there was a way to switch to an alternative theme, say a mobile theme, by passing in a URL parameter like so,
http://www.site.com/blog/?android=1
http://www.site.com/blog/?ipad=1
http://www.site.com/blog/?minimal=1
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
有很多插件可以做到这一点。 这只是其中之一。
There are many plugins that should do that. This is just one.
有一个基于浏览器的主题插件可以根据 User-Agent 标头进行切换。可以对其进行更新以添加其他参数,包括 GET 参数。
There is a Browser-based Theme Plugin to switch following the User-Agent header. That could be updated to add additional parameters including GET parameters.