Add a New HOME PAGE, but keep my existing Home Page as a sub page
Permalink
I'm wanting to change my jazzroadvocate.net site's home page. I'm using Slate which is no longer supported.
Two things:
One: my Home Page them does not utilize the Home Page type in Design....so not sure why that page is my Home Page. Any light you could shed cause it's been awhile since I dove into the Site Map.
Two: I'd like to create / design a New Home, but keep my current Home Page as a sub / secondary page. Can you create a new Home Page but yet keep the your current page as simply another sub page?
Thanks!
Two things:
One: my Home Page them does not utilize the Home Page type in Design....so not sure why that page is my Home Page. Any light you could shed cause it's been awhile since I dove into the Site Map.
Two: I'd like to create / design a New Home, but keep my current Home Page as a sub / secondary page. Can you create a new Home Page but yet keep the your current page as simply another sub page?
Thanks!
Out of topic:
Your code is "spaghetti" of divs & spans (Bad for valid code & SEO & accsesablily & clean code):
1. Endless divs and spans
2. Use CSS selectors instead of endless classes & ID for the same style + inline styles (each span in your code with the same inline style). Read in google about "css selectors".
You have 118 errors - really easy to fix most of them:
https://validator.w3.org/nu/?doc=http%3A%2F%2Fjazzroadvocate.net%2Fa...
Your code is "spaghetti" of divs & spans (Bad for valid code & SEO & accsesablily & clean code):
1. Endless divs and spans
2. Use CSS selectors instead of endless classes & ID for the same style + inline styles (each span in your code with the same inline style). Read in google about "css selectors".
You have 118 errors - really easy to fix most of them:
https://validator.w3.org/nu/?doc=http%3A%2F%2Fjazzroadvocate.net%2Fa...
-------------------------------------------
Part one:
The template of home page could be "Portfolio" and page type "blog-post". The name itself do not matter (Of course its bad practice).
In sitemap one click on the home page --> open dropdown --> select "Design & type" - and see:
• Pagetemplate ("full" for example = full.php in your root theme folder)
• PageType (You find the properties her "dashboard/pages/types")
-------------------------------------------
Part two:
Their is no build in "Set as home page" button in C5, Because its really rare to use homepage as sub page when you re-Design your site.
I think you must to do this manually.
1. Create subPage with the same! Template+Type
2. Copy and paste blocks to your new "subPage" in same order.
Clipboard could be usefull for this task:
http://documentation.concrete5.org/editors/in-page-editing/block-ar...
3. After you create perfect duplicate subPage - Delete unwanted blocks from you original home page (To delete this data from the dataBase).
4. Change home template and/or type (Design & type), blocks and so on.
** Do this task in "test" version + backup your original site - than publish the changes.