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.
我想更改博客模块上的页面名称..
我需要它像“新闻”一样显示
例子:
/blog/post-title -> /news/post-title
有两种方法可以做到这一点。
首先是将博客模块复制为新闻。请参阅以下 Gist 脚本:https ://gist.github.com/3949038
第二个是创建一个重定向blogs到的路由news。请参阅: 更改模块的 uri 而无需重命名 PyroCMS 中的类
blogs
news