Home page...
PermalinkHow to change the landing page within the C5 site? I want the start page to be the blog page. You can't make the "Home" page the starting blog page when using Blogga without running into a lot of problems. How can I make a page beneath the "Home" page in the Sitemap the landing page?
I am supposed to change the "define('DIR_REL', '/concrete5');" line inside of the site.php file inside of the config folder right? What do I change it to in order to have a page called "blog" be the start page which is just below the Home page in the sitemap? Nothing seems to work for me.
C5 tells me that the url to the blog page is "...foldername/index.php/blog" I try changing the site.php line to: define('DIR_REL', '/foldername/index.php/blogThis does not work. Any help is appreciated. Thank you. previous posts that I have found on this matter do not help me.

Create a home.php file inside your themes directory and do your coding, and add this page in dashboard/pages and themes/page type or reinstall the theme. Now the home.php will be your landing page.
Try this, it may help you.
Thanks
Vijay
steve
I just want to change the setting to tell the browser to use a page beneath the "home" page for a landing page. I believe it is done with the site.php file but I can't find a setting that works.
Works great.
steve
I just wanted to say, Vijay, that your post helped me immensely. Uploading new files to my theme piecemeal didn't work; I had to completely remove and then reinstall the theme!
I just wanted to leave this comment here in case anyone else ran into similar problems and stumbled across this thread. Thank you!