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?

djoniba
 
Steevb replied on at Permalink Reply
Steevb
Create a new page type without the global block and use that as the 'homepage'.
zuna replied on at Permalink Reply
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.
djoniba replied on at Permalink Reply
djoniba
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?