我想在博客模块上更改页面名称..
我需要它显示为“新闻”
示例:
/ blog / post-title - > /消息/标题交
答案 0 :(得分:0)
有两种方法可以做到这一点。
首先是将博客模块复制为新闻。 请参阅以下Gist脚本:https://gist.github.com/3949038
第二种是创建一条将blogs
重定向到news
的路线。
看到:
Change the uri of a module without renaming the class in PyroCMS