织梦dedecms手机端wap实现静态生成的操作方法,操作过程有点复杂,得有点耐心。网上也有插件下载,省事,但不安全,怕有后门, 还是自已动手,放心一些。
一、添加后台导航栏目链接
1 打开dede/inc/inc_menu.php,在146行下面添加代码:
二、更新WAP主页
1.复制文件dede/makehtml_homepage.php,重命名为makehtml_homepagewap.php2.打开makehtml_homepagewap.php,找到最后一行
include DedeInclude('templets/makehtml_homepage.htm');
修改为
include DedeInclude('templets/makehtml_homepagewap.htm');
3.复制文件dede/templets/makehtml_homepage.htm,重命名为makehtml_homepagewap.htm
4打开dede/templets/makehtml_homepagewap.htm 修改21行