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?
Asked
Active
Viewed 1,206 times
1 Answers
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