5

I know that I can go into pages and make an individual page the default home page, but how do I make a blog the home page in PyroCMS?

Michael Grigsby
  • 11,467
  • 9
  • 33
  • 52

1 Answers1

9

Go to system/cms/config/routes.php and change the default controller to the blog module (around line 41).

$route['default_controller'] = 'blog';
Nick Pyett
  • 3,338
  • 1
  • 23
  • 27