Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道我可以进入页面并将单个页面设置为默认主页,但是如何在 PyroCMS 中将博客设置为主页?
转到 system/cms/config/routes.php 并将默认控制器更改为 blog 模块(大约第 41 行)。
$route['default_controller'] = 'blog';