企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
> rizhuti-v2演示站的设置参考 ### 首页设置教程 如果第一次启用主题,首页是最新文章+侧边栏显示,没有模块化布局效果。如需模块化首页效果,需要设置一个页面为模块化页面,然后设置为wordpress的首页为该页面即可,具体操作如下: 1. 新建一个页面,别名和名称随意,页面模板选择为 `首页模块化布局页面` ,然后保存。主题会默认新建一个,如果没有,请手动创建一个页面,已经存在该页面则无需关注。 ![](https://qiniu.4br.cn/5690c37ce643686633d85f5c78b7ddc7) 2. 在wordpress的设置-阅读中选择模块化首页为首页。保存即可。下图为演示站的布局模块 ![](https://qiniu.4br.cn/da43719d8e55b9269c9efed1574c1753) 3. 去外观-小工具-添加首页的模块,可以任意拖拽排序复制。 ![](https://qiniu.4br.cn/ef72c1176088565b8d80ffd3030577fe) 4. :-: 可视化操作首页模块布局。如果你不习惯后台小工具添加首页模块,可以直接使用wordpress自带的外观-自定义,进行可视化布局,一边添加设置,一边查看效果。 ![](https://qiniu.4br.cn/a4ac85643e16f7b083dec6e3a4738bf0) ![](https://qiniu.4br.cn/e8287c785ece56e6500bc45b6a93bf2a) ### 自定义公告模块教程 ![](https://qiniu.4br.cn/5b2cc4dbeca28c84decf96dd583e21d6) 使用wordpress的自定义html小工具 ,在里面填写公告代码如下: ``` <div class="alert alert-primary mb-0 alert-dismissible fade show" role="alert"> <span class="badge badge-danger"> Hello,宝贝<sup aria-hidden="true" class="spinner-grow spinner-grow-sm ml-1 small" role="status" style=" width: .5rem; height: .5rem; "></sup> </span> 日主题v2是一款全新架构的Wordpress主题。兼容老款日主题。商城功能后台可以一键开启关闭,关闭后就是一个布局灵活,界面优美,速度超快的wordpress博客主题。本站为模板演示站,无实际提供内容和付费项目,仅供测试体验,资源站一个日主题就够了 <a class="badge badge-primary" href="https://rizhuti.com/goto?url=https://www.kancloud.cn/rizhuti/rizhuti-v2/content" rel="nofollow noopener noreferrer" target="_blank"> <i class="far fa-file-word mr-2"></i>查看主题文档教程 </a> <button aria-label="Close" class="close" data-dismiss="alert" type="button"> <span aria-hidden="true">×</span> </button> </div> ```