Custom home page
Permalink
On the website I am currently making, I want an entry page where the user can choose between two languages. I thought of using the home page for this since I have removed ity from the auto-nav.
I tried using a home.php, but nothing happens. I also made a page type with this file called "Home".
What am I doing wrong?
http://www.cellista.no/c5
I tried using a home.php, but nothing happens. I also made a page type with this file called "Home".
What am I doing wrong?
http://www.cellista.no/c5
As per you, "I tried using a home.php, but nothing happens. I also made a page type with this file called 'Home'"
You need to create a page type with handle all in small( e.g. home not Home). Then you need to customize the layout of your home.php page as per your need. Hope this help. I've done the same kinda thing in one of my clients website.
Rony
You need to create a page type with handle all in small( e.g. home not Home). Then you need to customize the layout of your home.php page as per your need. Hope this help. I've done the same kinda thing in one of my clients website.
Rony
There you can select the page type you want this page to use. If needed you can add new page types anytime (see:http://www.concrete5.org/documentation/using-concrete5/dashboard/pa... ).
Now just click on the home page in the sitemap, select "visit" and add your content. Your home page should be available for visitors at the root of your project.