Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Making a blog the home page in PyroCMS

Tags:

pyrocms

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?

like image 617
Michael Grigsby Avatar asked Nov 13 '12 03:11

Michael Grigsby


1 Answers

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

$route['default_controller'] = 'blog';
like image 96
Nick Pyett Avatar answered Jan 03 '23 13:01

Nick Pyett