织梦网站自动跳转到手机站/m目录的办法
2023/03/11 12:17
创新屋收录网
已浏览280次
按照官方的写法,代码如下:
跳转到手机站首页代码(需要加到pc站头部中):
1 |
"mobile-agent" content="format=xhtml;url={dede:global.cfg_mobileurl/}/index.php"> |
|
跳转到手机站列表页代码(需要加到pc站列表页头部中):
1 |
"mobile-agent" content="format=xhtml;url={dede:global.cfg_mobileurl/}/list.php?tid={dede:field.id/}"> |
|
跳转到手机站内容页代码(需要加到pc站内容页头部中):
1 |
"mobile-agent" content="format=xhtml;url={dede:global.cfg_mobileurl/}/view.php?aid={dede:field.id/}"> |
|