一、找到wp-content/themes/ripro/inc/codestar-framework/options/目录下找到options.theme.php并搜索关键词“会员开通引导”找到
在后面加上
‘census’ => ‘统计模块’,
(注意:涉及inc目录的修改必须放在父主题里面,不可复制到子主题)
二、找到wp-content/themes/ripro/parts/home-mode/将附件内的census.php上传进去
三、找到wp-content/themes/ripro/assets/css/目录下找到diy.css 并将附件内的div.css内容整体复制进去并保存(注意修改css中的图片链接)
四、找到wp-content/themes/ripro/目录下找到functions.php并将附件内的functions.php内容整体复制进去并保存
五、找到 /wp-content/themes/ripro/目录下找到footer.php并将附件内的footer.php内容整体复制进去并保存
六、找到/wp-content/themes/ripro/assets/images/目录并将附件内的images所有文件上传