Is there any way to get rid of home layout and use the default layout for every page?

Accepted answer

Hi..,

you can't set the home page <front> on the systems settings...

I normally create a node and give it a title of "home", or similar, then in the URL settings for that page, set it to Manual and give it the URL of home

Then in settings, change the default home page to "home".

Hope this helps.
 

Comments

Yes, if you set the homepage in Configuration > System > Site information (admin/config/system/site-information) to be a node or other location (e.g. View page).

Then in Structure > Layouts (admin/structure/layouts/list) Disable the Home Layout:

I did that, first i tried to use <front> as in drupal 7 and then tried the "promoted content" view. But the default layout blocks' visibility conditions like "Any page except the home page" or "The home page" do not work.

Hi..,

you can't set the home page <front> on the systems settings...

I normally create a node and give it a title of "home", or similar, then in the URL settings for that page, set it to Manual and give it the URL of home

Then in settings, change the default home page to "home".

Hope this helps.