-1

I want change page name on blog module..

I need that it shows like a "news"

Example:

/blog/post-title -> /news/post-title

  • This has been asked before: http://stackoverflow.com/questions/10899376/change-the-uri-of-a-module-without-renaming-the-class-in-pyrocms – istepaniuk Jan 11 '13 at 21:00

1 Answers1

0

There are two ways to do this.

The first is to duplicate the blog module as news. See the following Gist script: https://gist.github.com/3949038

The second is to create a route to redirect blogs to news. See: Change the uri of a module without renaming the class in PyroCMS

Community
  • 1
  • 1
Highway of Life
  • 22,803
  • 16
  • 52
  • 80