Exclude global block from home page.
Permalink
I have a block with social links that I want to put in a global block so it is on all the pages. However I do not want it on the home page (I am using Bootstrap). How do I do this?
Create a new page type without the global block and use that as the 'homepage'.
Hi, another solution it`s put a script in the php page with a conditional, if the page it`s home don`t display the block, else display it.
This seems the easiest way to go. My theme is Bootstrap, and it is not as straight forward to add or remove areas as in a theme I have styled myself. Probably easier to add a conditional in the header. Care to share it with me?